Re: Hive working with multiple clusters

2012-03-17 Thread Bejoy Ks
y.K.S From: Dani Rayan To: user@hive.apache.org Sent: Saturday, March 17, 2012 9:55 PM Subject: Re: Hive working with multiple clusters I understand Hive submits translated MR to "a" jobtracker. My end goal is generic, to re-iterate : "I'm trying to figur

Re: Hive working with multiple clusters

2012-03-17 Thread Dani Rayan
I understand Hive submits translated MR to "a" jobtracker. My end goal is generic, to re-iterate : "I'm trying to figure out, if its possible to join tables from different Hadoop clusters." . (Without moving data) Using something or trying to write own wrapper ? On Sat, Mar 17, 2012 at 6:31 AM, wd

Re: Hive working with multiple clusters

2012-03-17 Thread wd
Hive does not 'join' your data, it's all done by hadoop. On Sat, Mar 17, 2012 at 7:27 AM, Dani Rayan wrote: > Can Hive be configured to work with multiple namenodes(clusters)? I > understand we can use command 'SET' to set any hadoop (or hive) > configuration variable. But is it possible to handl

Hive working with multiple clusters

2012-03-16 Thread Dani Rayan
Can Hive be configured to work with multiple namenodes(clusters)? I understand we can use command 'SET' to set any hadoop (or hive) configuration variable. But is it possible to handle multiple cluster together ? I'm trying to figure out, if its possible to join tables from different Hadoop cluste