pyspark报错解决 “py4j.protocol.Py4JError: org.apache.spark.api.python.PythonUtils.isEncryptionEnabled“
org.apache.spark.api.python.PythonUtils.isEncryptionEnableddoesnotexistintheJVM解决办法,添加如下前两行代码,放在操作spark之前#添加此代码importfindsparkfindspark.init()#添加此代码frompysparkimportSparkConf