Github user MirrorZ commented on a diff in the pull request:
https://github.com/apache/spark/pull/17584#discussion_r110602828
--- Diff: docs/submitting-applications.md ---
@@ -143,6 +143,9 @@ The master URL passed to Spark can be in one of the
following formats:
<tr><td> <code>spark://HOST:PORT</code> </td><td> Connect to the given <a
href="spark-standalone.html">Spark standalone
cluster</a> master. The port must be whichever one your master is
configured to use, which is 7077 by default.
</td></tr>
+<tr><td> <code>spark://HOST1:PORT1,HOST2:PORT2</code> </td><td> Connect to
the given <a href="spark-standalone.html#standby-masters-with-zookeeper">Spark
standalone
--- End diff --
I came across a situation where the developers using the spark driver
believed that it was not possible to accept hosts in the mentioned format
because it wasn't mentioned in the docs, so I found it useful to add the detail
and submit a PR.
Cheers!
---
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]