Explains how to view the column families for a table using either the Control System or the CLI.
maprcli table cf list -path <path> -cfname <name_of_column_family>The format of the value of the -path parameter depends on
whether you are viewing a table on a local cluster or a remote cluster:
test under a volume with a mount
point at /volume1, specify the following path: /volume1/test
customer under
volume1 in the sanfrancisco cluster, specify
the following path:/mapr/sanfrancisco/volume1/customer
< > ? % \; | ( ) / For example:
maprcli table create -path "/設備^=#;{}&()/" (or)
maprcli table create -path '/設備^=#;{}&()/'maprcli table create -path "/'設備^=#;{}&()/" (or)
maprcli table create -path '/"設備^=#;{}&()/'readAce on the volumelookupdir on directories in the pathsadminaccessperm on the tableFor complete reference, see table cf list.