Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/15833#discussion_r87374457
--- Diff: core/src/main/scala/org/apache/spark/deploy/Client.scala ---
@@ -221,7 +221,6 @@ object Client {
val conf = new SparkConf()
val driverArgs = new ClientArguments(args)
- conf.set("spark.rpc.askTimeout", "10")
--- End diff --
OK, see my current version, that at least lets spark.rpc.askTimeout be set
to something besides 10s in standalone. See
https://issues.apache.org/jira/browse/SPARK-18353 discussion too.
---
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]