Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Network configuration on clusterdock

avatar
Rising Star

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

 

 

1 ACCEPTED SOLUTION

avatar
Explorer

You can't set static IPs with clusterdock.

 

As for stopping/restarting the cluster, you can take a look at clusterdock_run ./bin/housekeeping -h to see available options.

View solution in original post

1 REPLY 1

avatar
Explorer

You can't set static IPs with clusterdock.

 

As for stopping/restarting the cluster, you can take a look at clusterdock_run ./bin/housekeeping -h to see available options.