jtriley / StarCluster

StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
http://star.mit.edu/cluster
GNU Lesser General Public License v3.0
583 stars 313 forks source link

renaming master and node names #625

Open tamuanand opened 5 years ago

tamuanand commented 5 years ago

Hi

Is it possible to have a command line argument that can prefix the master node names and worker node names to something different?

For example, lets say I am using StarCluster to start a cluster of 3, right now it has the names as master, node001, node002. Is it possible here to have the names as prefix_master, prefix_node001, prefix_node002

Thanks in advance, Anand