spark-submit command with --py-files fails if the driver class path or executor class path is not set

前端 未结 0 1638
北荒
北荒 2020-12-22 12:25

I have a main script as below

from pyspark.sql.session import SparkSession
..............
..............
..............
import callmodule as cm <<<--         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题