Rdd Collect Issue
I configured a new system, spark 2.3.0, python 3.6.0, dataframe read and other operations working as expected. But, RDD collect is failing - distFile = spark.sparkContext.textFile(
Solution 1:
spark has some compatibility issues with the current latest version of java. The best solution for the moment is
- uninstall Java 10
- install Java 8 instead
Post a Comment for "Rdd Collect Issue"