You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hive.apache.org by SingoWong <si...@gmail.com> on 2010/08/02 05:31:09 UTC

How can i setup hive in a server but not in hadoop datanode

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

Re: How can i setup hive in a server but not in hadoop datanode

Posted by Edward Capriolo <ed...@gmail.com>.
On Sun, Aug 1, 2010 at 11:31 PM, SingoWong <si...@gmail.com> 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