Explains how to edit binary and JSON tables using either the Control System, the CLI, or the REST API.
You can use the Control System, the CLI, or the REST API to edit the attributes of a HPE Ezmeral Data Fabric Database binary or JSON table. You can also use the HBase shell to edit a binary table. To edit a table, you must have the following permissions:
readAce and writeAce on the volumelookupdir on directories in the pathadminaccessperm on the tablemaprcli table edit -path <path>curl -k -X POST 'https://<hostname>:8443/rest/table/edit?path=<path>' --user <username>:<pwd>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 '/"設備^=#;{}&()/'When you edit a table, you can change a number of properties including:
For full reference for this command, see table edit.
After starting the HBase shell, run the alter command. Type
help to see a list of commands and their syntax.