aztk
aztk copied to clipboard
Add ability to ssh into specific node
Since #534, any node can be ssh'ed into. We should allow specifying the node_id in the ssh command.
aztk spark cluster ssh --id {cluster-id} --node-id {node-id}
By default, we still select the master node.