Skip to content
Snippets Groups Projects
Commit 41eaabf5 authored by Marcelo Vanzin's avatar Marcelo Vanzin
Browse files

[SPARK-13626][CORE] Revert change to SparkConf's constructor.

It shouldn't be private.

Author: Marcelo Vanzin <vanzin@cloudera.com>

Closes #11734 from vanzin/SPARK-13626-api.
parent dddf2f2d
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ import org.apache.spark.util.Utils
*
* @param loadDefaults whether to also load values from Java system properties
*/
class SparkConf private[spark] (loadDefaults: Boolean) extends Cloneable with Logging {
class SparkConf(loadDefaults: Boolean) extends Cloneable with Logging {
import SparkConf._
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment