Skip to content

Instantly share code, notes, and snippets.

@vithalsamp
Created February 25, 2018 08:13
Show Gist options
  • Save vithalsamp/5fabb2967bec4cd9f6b1984c0995d6fb to your computer and use it in GitHub Desktop.
Save vithalsamp/5fabb2967bec4cd9f6b1984c0995d6fb to your computer and use it in GitHub Desktop.
hbase(main):001:0> create 'table1','cf'
0 row(s) in 2.6480 seconds
=> Hbase::Table - table1
hbase(main):002:0> put 'table1','001','cf','one'
0 row(s) in 0.1620 seconds
hbase(main):003:0> scan 'table1'
ROW COLUMN+CELL
001 column=cf:, timestamp=1517556136550, value=one
1 row(s) in 0.0320 seconds
hbase(main):004:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment