Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
sudo apt-get install hbase\*
sudo service hbase-master start
hbase shell
# test the HBase shell by creating a HBase table and verifying the table exists in HBase

...

Test the HBase shell by creating a HBase table and verifying the table exists in HBase

No Format

create 't1','f1','f2','f3'

...


list
  1. you should see a verification from HBase the table t1 exists

...