> From: Shuja Rehman <[email protected]> > I am using bulk load to insert data into hbase. Its runs fine if I need to > insert in one table. But Now, I have the requirement in which I need to > insert data into more than one table.
We started some support for this here: https://issues.apache.org/jira/browse/HBASE-3727 It needs to be updated for HFile v2, I think, a couple of single line changes. Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White) ----- Original Message ----- > From: Shuja Rehman <[email protected]> > To: [email protected] > Cc: > Sent: Thursday, September 22, 2011 8:01 AM > Subject: Creation of Hfiles for multiple tables using Single Bulk Load Job? > > Hi > > I am using bulk load to insert data into hbase. Its runs fine if I need to > insert in one table. But Now, I have the requirement in which I need to > insert data into more than one table. But it seems that using bulk load, we > can generate hfiles for 1 table only. So the question is that is there any > solution which enable us to generate hfiles in multiple output paths and > then we can load these different files in different hbase tables. > > Thanks in advance > > > -- > Regards > Shuja-ur-Rehman Baig > <http://pk.linkedin.com/in/shujamughal> >
