spark-timeseries
spark-timeseries copied to clipboard
building failed
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.
Try sc = SparkContext.getOrCreate(conf=conf)