Describes how to use HPE Ezmeral Data Fabric Database shell to create a JSON table.
To create JSON tables, run the create <table
path> command.
mapr
dbshell, the default column family is created automatically. There are no commands
for creating additional column families. To create column families, exit the shell and use the
maprcli table cf create command.
insertionorder table option to false before creating your
table. The insertionorder option is not support as of 6.0. See the
following example:tableoptions --insertionorder falseRun
tableoptions in dbshell to see the current setting of
insertionorder.| create Options | Description |
|---|---|
--t, --table
<table path> |
Table path
Although the |
create <table path>
In the following example, data is the volume name and movies is the new table name.
create /data/movies