Skip to content

Commit

Permalink
dbshell description
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Cherkashyn authored Oct 1, 2020
1 parent 9ddb4b1 commit ced8025
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mapr.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,12 @@ maprcli table index add -path /vantage/deploy/data-access-video/images -index fr
maprclitable index list -path <path>
maprclitable cfcreate / delete / list
```
[manipulate with MapRDB via DbShell](https://docs.datafabric.hpe.com/61/ReferenceGuide/mapr_dbshell.htm)
Describe data, describe table
```
mapr dbshell
desc /full/path/to/maprdb/table
```
[manipulate with MapRDB via DbShell](https://docs.datafabric.hpe.com/61/ReferenceGuide/HBaseShellforMapR-DB.html)
* https://mapr.com/docs/61/ReferenceGuide/dbshell-find-findbyid.html
```sh
mapr dbshell
Expand Down

0 comments on commit ced8025

Please sign in to comment.