Member since
11-08-2017
1
Post
0
Kudos Received
0
Solutions
11-08-2017
02:16 PM
@Poojan Kothari If you are running Spark in Failover mode then you will find the following property to get your zookeeper URL: spark.deploy.zookeeper.url . https://dzone.com/articles/spark-and-zookeeper-fault Example: export SPARK_DAEMON_JAVA_OPTS="-Dspark.deploy.recoveryMode=ZOOKEEPER -Dspark.deploy.zookeeper.url=localhost:9983,localhost:8574,localhost:9900,localhost:9500"
. https://spark.apache.org/docs/latest/spark-standalone.html
... View more