Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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.