Hi, When I run k-means cluster with Spark, I got this in the last two lines in the log:
15/03/26 11:42:42 INFO spark.ContextCleaner: Cleaned broadcast 26 15/03/26 11:42:42 INFO spark.ContextCleaner: Cleaned shuffle 5 Then it hangs for a long time. There's no active job. The driver machine is idle. I cannot access the work node, I am not sure if they are busy. I understand k-means may take a long time to finish. But why no active job? no log? Thanks, David