Hi Aishwarya, you can pass multiple column families also. Ex: -Dimporttsv.columns=HBASE_ROW_KEY,cf1:c1,cf2:c2
The below link provides you more information. http://hbase.apache.org/book/ops_mgt.html#importtsv if you want to divide the table into regions you can create table with split keys. https://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/HBaseAdmin.html#createTable(org.apache.hadoop.hbase.HTableDescriptor, byte[][]) Thanks, Rajeshbabu. ________________________________________ From: aish :) [[email protected]] Sent: Monday, March 31, 2014 6:48 AM To: [email protected] Subject: bulk load Hi, I want to bulkload a csv file into a hbase table. I see examples using only one column family. I want to split my table and use 3 families. Could you please help? Thanks, Aishwarya
