[GitHub] spark pull request #14022: [SPARK-16272][core] Allow config values to refere...

2016-07-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/14022 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #14022: [SPARK-16272][core] Allow config values to refere...

2016-07-18 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/14022#discussion_r71197993 --- Diff: core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala --- @@ -99,13 +133,66 @@ private class FallbackConfigEntry[T] (

[GitHub] spark pull request #14022: [SPARK-16272][core] Allow config values to refere...

2016-07-18 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/14022#discussion_r71197308 --- Diff: core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala --- @@ -99,13 +133,66 @@ private class FallbackConfigEntry[T] ( key:

[GitHub] spark pull request #14022: [SPARK-16272][core] Allow config values to refere...

2016-07-13 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/14022#discussion_r70728894 --- Diff: core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala --- @@ -99,13 +118,83 @@ private class FallbackConfigEntry[T] (

[GitHub] spark pull request #14022: [SPARK-16272][core] Allow config values to refere...

2016-07-13 Thread ericl
Github user ericl commented on a diff in the pull request: https://github.com/apache/spark/pull/14022#discussion_r70728529 --- Diff: core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala --- @@ -99,13 +118,83 @@ private class FallbackConfigEntry[T] ( key:

[GitHub] spark pull request #14022: [SPARK-16272][core] Allow config values to refere...

2016-07-01 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/14022 [SPARK-16272][core] Allow config values to reference conf, env, system props. This allows configuration to be more flexible when the cluster does not have a homogeneous configuration (e.g.