On Tue, Jun 26, 2012 at 9:56 AM, Sever Fundatureanu <[email protected]> wrote: > I have to bulkload 6 tables which contain the same information but with a > different order to cover all possible access patterns. Would it be a good > idea to do only one load and use co-processors to populate the other > tables, instead of doing the traditional MR bulkload which would require 6 > separate jobs?
Without knowing more than you've said, it seems better to use MR to build all input. Best regards, - Andy Problems worthy of attack prove their worth by hitting back. - Piet Hein (via Tom White)
