Created 01-15-2016 06:13 PM
How can hadoop client libraries be added to a node which is not part of the cluster? Can this be done through Ambari?
Created 01-15-2016 07:05 PM
You can install clients by doing yum install hadoop* etc but you need to manually add the hdp.repo to your repolist. Its easier to install an edgenode as part of cluster and only install clients. If you still insist going manual way, pull the packages you need and download the xml for each client you need from cluster. This poses a problem every time you make a config change, it's best to have Ambari manage your client node.
Created 01-15-2016 07:05 PM
You can install clients by doing yum install hadoop* etc but you need to manually add the hdp.repo to your repolist. Its easier to install an edgenode as part of cluster and only install clients. If you still insist going manual way, pull the packages you need and download the xml for each client you need from cluster. This poses a problem every time you make a config change, it's best to have Ambari manage your client node.
Created 10-18-2016 02:50 PM
just to close the loop on this, I tested this and it works. Here's my article that describes the process https://community.hortonworks.com/articles/52844/hdp-clients-with-multi-version-and-multi-os-suppor....
Created 01-18-2016 03:16 PM
You can use yum install hadoop-* if that particular node is not part of ambari stack
for example:
yum install hadoop hadoop-hdfs hadoop-libhdfs hadoop-yarn hadoop-mapreduce hadoop-client openssl
You can pick hadoop-client
Its really good doc.