Github user dragos commented on a diff in the pull request:
https://github.com/apache/spark/pull/9886#discussion_r45801063
--- Diff: core/src/main/scala/org/apache/spark/SparkContext.scala ---
@@ -2727,6 +2726,11 @@ object SparkContext extends Logging {
scheduler.initialize(backend)
(backend, scheduler)
+ case zkUrl if zkUrl.startsWith("zk://") =>
+ logWarning("Master URL for a multi-master Mesos cluster managed by
ZooKeeper should be " +
--- End diff --
Nitpicking, but I would be more explicit: "This will stop working in Spark
2.0".
---
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]