-
- Downloads
[SPARK-13487][SQL] User-facing RuntimeConfig interface
## What changes were proposed in this pull request? This patch creates the public API for runtime configuration and an implementation for it. The public runtime configuration includes configs for existing SQL, as well as Hadoop Configuration. This new interface is currently dead code. It will be added to SQLContext and a session entry point to Spark when we add that. ## How was this patch tested? a new unit test suite Author: Reynold Xin <rxin@databricks.com> Closes #11378 from rxin/SPARK-13487.
Showing
- sql/core/src/main/scala/org/apache/spark/sql/RuntimeConfig.scala 100 additions, 0 deletions...e/src/main/scala/org/apache/spark/sql/RuntimeConfig.scala
- sql/core/src/main/scala/org/apache/spark/sql/internal/RuntimeConfigImpl.scala 73 additions, 0 deletions...ala/org/apache/spark/sql/internal/RuntimeConfigImpl.scala
- sql/core/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala 2 additions, 1 deletion...rc/main/scala/org/apache/spark/sql/internal/SQLConf.scala
- sql/core/src/test/scala/org/apache/spark/sql/internal/RuntimeConfigSuite.scala 86 additions, 0 deletions...la/org/apache/spark/sql/internal/RuntimeConfigSuite.scala
Loading
Please register or sign in to comment