hive - Hadoop cluster and client connection -
i have hadoop cluster. want install pig , hive on machines client. client machine not part of cluster possible? if possible how connect client machine cluster?
first of all, if have hadoop cluster must have master node(namenode) + slave node(datanode)
the 1 thing client node. working of hadoop cluster is:
here namenode , datanode forms hadoop cluster, client submits job namenode.
to achieve this, client should have same copy of hadoop distribution , configuration present @ namenode. client come know on node job tracker running, , ip of namenode access hdfs data.
go link1 link2 client configuration.
according question
after complete hadoop cluster configuration(master+slave+client). need following steps :
- install hive , pig on master node
- install hive , pig on client node
- now start coding pig/hive on client node.
feel free comment if doubt....!!!!!!
Comments
Post a Comment