HyukjinKwon commented on issue #23311: [SPARK-26362][CORE] Deprecate 'spark.driver.allowMultipleContexts' to discourage multiple creation of SparkContexts URL: https://github.com/apache/spark/pull/23311#issuecomment-447216832 ``` [error] * method setActiveContext(org.apache.spark.SparkContext,Boolean)Unit in object org.apache.spark.SparkContext does not have a correspondent in current version [error] filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.SparkContext.setActiveContext") [error] * method markPartiallyConstructed(org.apache.spark.SparkContext,Boolean)Unit in object org.apache.spark.SparkContext does not have a correspondent in current version [error] filter with: ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.SparkContext.markPartiallyConstructed") ``` Both are not public APIs. I'm going to exclude this in MiMa.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
