hbase导入csv

#hbase 低版本0.9xxxx
hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.separator="," -Dimporttsv.columns=HBASE_ROW_KEY,e,s yunjisuan /home/youth/example.csv

#hbase 高版本
hbase org.apache.hadoop.hbase.mapreduce.ImportTsv -Dimporttsv.separator="," -Dimporttsv.columns=HBASE_ROW_KEY,e,s yunjisuan example.csv<hdfs-file>
    原文作者:trieyouth
    原文地址: https://www.jianshu.com/p/9f9d0c89ab2f
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞