Re: Bulk load to multiple tables

2014-06-27 Thread Suraj Varma
See this : https://issues.apache.org/jira/browse/HBASE-3727 And see this thread: http://comments.gmane.org/gmane.comp.java.hadoop.hbase.user/21724 You may need to rebase the code to your specific version of hbase, though. --Suraj On Thu, Jun 26, 2014 at 10:28 AM, Kevin kevin.macksa...@gmail.com

Bulk load to multiple tables

2014-06-26 Thread Kevin
I am reading data off of HDFS that don't all get loaded into a single table. With the current way of bulk loading I can load to the table that most of the data will end up in, and I can use the client API (i.e., Put) to load the other data from the file into the other tables. The current bulk