Use either the Control System or the CLI to list the regions in which a table's data is located.
HPE Ezmeral Data Fabric Database tables are split into regions on an ongoing basis. Administrators and developers do not need to manage these regions or restructure data on disk when data is added and deleted. These operations happen automatically. You can view region information for tables to get a sense of the size and location of table data on the data-fabric cluster.
To display the regions of a table:
The basic command to retrieve the list of regions that make up the table is:
maprcli table region list -path <path>
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 '/"設備^=#;{}&()/'json parameter displays the output as a JSON document.readAce on the volumelookupdir on directories in the pathSee table region list.