table cf deleteDeletes a column family from a HPE Ezmeral Data Fabric Database binary table or JSON table. Deletion cannot be undone.
To run this command, your user ID must have the following permissions:
readAce and writeAce on the volumelookupdir on directories in the pathdeletefamilyperm 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 cf delete
-path <path>
-cfname <name>
curl -k -X POST
'http[s]://<host>:<port>/rest/table/cf/delete?path=<path>&cfname=<name>'
-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 |
The path to the table.
|
| cfname |
The name of the column family to delete. Note: In JSON tables, it is not possible to delete column families in addition to the
default column family.
|
Deletes a column family mycf from table thetable:
maprcli table cf delete -path /volume1/thetable -cfname mycf
curl -k -X POST \
'https://r1n1.sj.us:8443/rest/table/cf/delete?path=%2Fvolume1%2Fthetable&cfname=mycf' \
-u mapr:mapr