Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/9287#discussion_r44046261
--- Diff: core/src/main/scala/org/apache/spark/SparkConf.scala ---
@@ -364,6 +364,12 @@ class SparkConf(loadDefaults: Boolean) extends
Cloneable with Logging {
/** Does the configuration contain a given parameter? */
def contains(key: String): Boolean = settings.containsKey(key)
+ /** Returns a copy of this configuration with all the properties at
`spark.srcNamespace.xxx`
--- End diff --
nit: param name is `namespace` not `srcNamespace`.
---
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 enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]