Skip to content

Instantly share code, notes, and snippets.

@vithalsamp
Created February 25, 2018 08:12
Show Gist options
  • Save vithalsamp/8274545a6f7088024febb0eafcf7b731 to your computer and use it in GitHub Desktop.
Save vithalsamp/8274545a6f7088024febb0eafcf7b731 to your computer and use it in GitHub Desktop.
hbase(main):004:0> tab2 = create 'table2','cf'
0 row(s) in 2.3790 seconds
=> Hbase::Table - table2
hbase(main):006:0> tab2.put '001','cf','one'
0 row(s) in 0.0170 seconds
hbase(main):007:0> tab2.scan
ROW COLUMN+CELL
001 column=cf:, timestamp=1517556278065, value=one
1 row(s) in 0.0530 seconds
hbase(main):008:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment