On Sun, Aug 1, 2010 at 11:31 PM, SingoWong <[email protected]> wrote: > Hi all, > I got confused how can i setup hive in a server and i dont wanna setup it in > the hadoop cluster, is it hive must setup in one of datanodes? > My hosts is > 192.168.10.520 Namenode > 192.160.10.201 Datanode1 > 192.160.10.202 Datanode2 > 192.160.10.203 Datanode3 > 192.160.10.204 Datanode4 > and i want to setup hive in 192.168.10.220, can i setup it like this? > Regards, > Singo
Hive does not have to run on the same node as any hadoop components. Hive is a client of hadoop. You need your hadoop installation hadoop-0.20.0.tar.gz extracted, your hadoop client configuration , and network access NameNode, JobTracker, DataNode. Edward
