Skip to content Skip to sidebar Skip to footer

Cannot Find Python3.7 When Runing Spark Using Spark-submit?

There is a problem that has bothered me for a few days. It occurs when I am running Spark application using spark-submit, it shows like this below: 09:14:36 Exception in thread 'ma

Solution 1:

At its core PySpark depends on Py4J (currently version 0.10.7)

Unfortunately current version of py4j 0.10.7 is not compatible with Python 3.7.

Post a Comment for "Cannot Find Python3.7 When Runing Spark Using Spark-submit?"