Hey Community, Well...it seems that nobody has experienced with the bulk load option. I have found one class which might help to write the code for it.
https://svn.apache.org/repos/asf/hbase/trunk/src/test/java/org/apache/hadoop/hbase/mapreduce/TestHFileOutputFormat.java >From this, you can get the idea how to write map reduce job to output in HFiles format. But There is a little confusion about these two things 1-TotalOrderPartitioner 2-configureIncrementalLoad Does anybody have idea about how these things and how to configure it for the job? Thanks On Wed, Nov 10, 2010 at 1:02 AM, Shuja Rehman <[email protected]> wrote: > Hi > > I am trying to investigate the bulk load option as described in the > following link. > > http://hbase.apache.org/docs/r0.89.20100621/bulk-loads.html > > Does anybody have sample code or have used it before? > Can it be helpful to insert data into existing table. In my scenario, I > have one table with 1 column family in which data will be inserted every 15 > minutes. > > Kindly share your experiences > > Thanks > -- > Regards > Shuja-ur-Rehman Baig > <http://pk.linkedin.com/in/shujamughal> > > -- Regards Shuja-ur-Rehman Baig <http://pk.linkedin.com/in/shujamughal>
