I have created a cluster setup with 2 workers (one of them is also the master)
Can anyone help me with a tutorial on how to run K-Means for example on this cluster (it would be better to run it from outside the cluster command line)? I am mostly interested on how do I initiate the sparkcontext (what jars do I need to add ? : newSparkContext(master,appName,[sparkHome],[jars])) and what other steps I need to run. I am using the standalone spark cluster. Thanks
