>From docs<https://spark.incubator.apache.org/docs/latest/spark-standalone.html> :
*Connecting an Application to the ClusterTo run an application on the Spark cluster, simply pass the spark://IP:PORT URL of the master as to the SparkContext constructor.* Could someone enlighten me on what happens if I run the app, from say, Eclipse on my local machine, but use the url of the master node which is on cloud. What role does my local JVM play then?
