Github user tgravescs commented on a diff in the pull request:
https://github.com/apache/spark/pull/15009#discussion_r78384231
--- Diff: yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala ---
@@ -73,6 +73,11 @@ private[spark] class Client(
private val isClusterMode = sparkConf.get("spark.submit.deployMode",
"client") == "cluster"
+ private val launcherServerPort : Int =
sparkConf.get("spark.launcher.internal.port", "0").toInt
+ private val launcherServerSecret : String =
sparkConf.get("spark.launcher.internal.secret", "")
--- End diff --
is this config viewable anywhere or doe sit get propogated onto driver and
executors? If so we should remove it from the configs being propogated.
---
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]