You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I builded the project(mvn package),I see org.apache.spark.SparkException:Only one SparkContext may be running in this JVM(see SPARK-2243).To ignore the error set spark.driver.allowMultipleContexts=true.I set spark.driver.allowMultipleContexts=true,but there is still error.how can I solve the problem.
The text was updated successfully, but these errors were encountered:
when I builded the project(mvn package),I see org.apache.spark.SparkException:Only one SparkContext may be running in this JVM(see SPARK-2243).To ignore the error set spark.driver.allowMultipleContexts=true.I set spark.driver.allowMultipleContexts=true,but there is still error.how can I solve the problem.
The text was updated successfully, but these errors were encountered: