nchammas / flintrock

A command-line tool for launching Apache Spark clusters.
Apache License 2.0
638 stars 116 forks source link

Allow the user to connect to the master on port 7077 #102

Closed rmessner closed 8 years ago

rmessner commented 8 years ago

To be able to connect a zeppelin or spark-shell to my remote cluster, I had to manually update the security group to allow the port 7077 from my IP.

Would be nice that flintrock set it up by default.

nchammas commented 8 years ago

Fixed by #103.