I have launched pyspark in local mode and trying to join two RDDs . I am using Spark Version 1.6 on cloudera VM.
When i try to use the below statement
joinData.count()
pyspark stucks at Stage 66.
[Stage 66:=============================> (4 + 0) / 8]
[Stage 66:=============================> (4 + 0) / 8]
[Stage 66:=============================> (4 + 0) / 8]
Any idea why this is happening and how to fix this?