Skip to content

Commit

Permalink
Working on docs...
Browse files Browse the repository at this point in the history
  • Loading branch information
sanel committed Feb 1, 2012
1 parent 6450fec commit ed37e04
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions EXERCISES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,16 @@ Connect to your running HBase via **hubris**.
Hbase UBer Interactive Shell; enter 'help<RETURN>' to see available commands or 'exit<RETURN>' to quit.
hubris>

Type help and then <RETURN> to see a listing of shell commands and options. Browse at least the paragraphs at
the end of the help emission for the gist of how variables and command arguments are entered into the HBase shell;
in particular note how table names, rows, and columns, etc., must be quoted.

Create a table named test with a single column family named cf. Verify its creation by listing all tables and then
insert some values.

hubris> create 'test', 'cf'
true
hubris> list-table 'test'
..

_TODO_

0 comments on commit ed37e04

Please sign in to comment.