批量導入數據

文本文件內容以下:shell

create 'test', 'cf'
list 'test'
put 'test', 'row1', 'cf:a', 'value1'
put 'test', 'row2', 'cf:b', 'value2'
put 'test', 'row3', 'cf:c', 'value3'
put 'test', 'row4', 'cf:d', 'value4'
scan 'test'
get 'test', 'row1'
disable 'test'
enable 'test'get


chmod+x first.txttest

first.txt在 當前路徑下,表提交建好也能夠di

hbase shell first.txt文件

相關文章
相關標籤/搜索