- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Network configuration on clusterdock
- Labels:
-
Cloudera Manager
-
Quickstart VM
Created on ‎10-31-2017 08:19 AM - edited ‎10-31-2017 09:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Created ‎10-31-2017 09:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Created ‎10-31-2017 09:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
