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
You shoud create a table in Hbase with 'd' as a column family and then you can import this tsv file into that table.