欢迎投稿

今日深度:

Hbase 数据导出到文件中,hbase数据导出

Hbase 数据导出到文件中,hbase数据导出


如下命令:

echo "scan 'foo'" | ./hbase shell > myText

echo "scan 'registration',{COLUMNS=>'registration:status'}" | hbase shell | grep "^ " > registration.txt

echo "scan 'shortUrl',{COLUMN=>['su:customerId','su:postId'], LIMIT=>10}" | ./hbase shell > myText

www.htsjk.Com true http://www.htsjk.com/hbase/32104.html NewsArticle Hbase 数据导出到文件中,hbase数据导出 如下命令: echo "scan 'foo'" | ./hbase shell myText echo "scan 'registration',{COLUMNS='registration:status'}" | hbase shell | grep "^ " registration.txt echo "scan 'shortUrl',{COLUMN=...
相关文章
    暂无相关文章
评论暂时关闭