Hello,
I have the following configuration in our local LAN:
1. There is one CentOS 7 VM with 64 GB of RAM (hostname=cloudera-host-vm.local)
2. Within that VM I am deploying a CDH cluster, with 1 master and 3 working nodes, as described here, using the following command:
clusterdock_run ./bin/start_cluster -n local cdh --primary-node=master --secondary-nodes='worker{1..3}' --include-service-types=HDFS,ZOOKEEPER,HBASE,YARN
How can I configure custom static IPs on the nodes?
Also, how can I stop or restart the cluster using clusterdock_run command?
Thank you