发布网友 发布时间:2022-04-20 04:59
共1个回答
热心网友 时间:2022-05-18 23:16
Spark有个关于是否允许一个application存在多个SparkContext实例的配置项, 如下: spark.driver.allowMultipleContexts: If true, log warnings instead of throwing exceptions when multiple SparkContexts are active.该值默认为false, 即不...