table deleteDeletes a HPE Ezmeral Data Fabric Database binary or JSON table.
To run this command, your user ID must have the following permissions:
readAce and writeAce on the volumelookupdir on directories in the pathadminaccessperm on the tablemapr user is not treated as a superuser.
HPE Ezmeral Data Fabric Database does not allow the mapr user to
run this command unless that user is given the relevant permission or permissions with
access-control expressions.maprcli table delete -path <path>curl -k -X POST
'http[s]://<host>:<port>/rest/table/delete?path=<path>'
-u <username>:<password>mapr user is not treated as a superuser.
HPE Ezmeral Data Fabric Database does not allow the mapr user to
run this command unless that user is given the relevant permission or permissions with
access-control expressions.|
Parameter |
Description |
|---|---|
path
|
Path to the MapR table to delete.
|
Deletes the table table:
maprcli table delete -path /mapr/mycluster/volume1/table
curl -k -X POST \
'https://r1n1.sj.us:8443/rest/table/delete?path=%2Fmapr%2Fmycluster%2Fvolume1%2Ftable' \
-u mapr:mapr