On May 15, 2009, at 3:25 PM, Aaron Kimball wrote:
Yikes. So part of sqoop would wind up in one source repository, and
part in
another? This makes my head hurt a bit.
I'd say rather that Sqoop is in Mapred and the adapter to Hive is in
Hive.
I'm also not convinced how that helps.
Clearly, what you need to arrange is to not have a compile time
dependence on Hive. Clearly we don't want cycles in the dependence
tree, so you need to figure out how to make the adapter for Hive a
plugin rather than a part of the Sqoop core.
-- Owen