Yep. Bulk-loads are an extremely useful way of loading data. That would be 2 jobs since those are 2 tables.
For more info on bulk loading, seeĊ http://hbase.apache.org/book.html#arch.bulk.load On 10/14/12 10:58 AM, "yutoo yanio" <[email protected]> wrote: >hi >i want to bulk load my data, but use map/reduce and HFileOutputFormat have >a problem, just can bulk load to a table. >but i want to load my data to more table : one table for statistics, one >table for all of data , ... > >i am thinking about this approach : manually load data(locally or >map/reduce) and create HFiles for all tables and append incrementally to >tables. > >is this approach good? > >please help me. >thanks.
