Import TSV file into hbase table

前端 未结 3 1187
北恋
北恋 2021-01-14 08:23

I\'m using hortonworks 2.1 with hbase and hive. I want to create a hbase table from tsv file. The file is here:

  id    c1  c2
row1    1   22
row2    e1  42
         


        
3条回答
  •  北海茫月
    2021-01-14 09:05

    Do you have a table already created in Hbase ? You will first have to create a table in Hbase with 'd' as a column family and then you can import this tsv file into that table.

提交回复
热议问题