I have the following but I am unable to successfully submit a job through Livy in cluster mode.
here are my settings
spark-defaults.conf
spark.master yarn
livy.conf
livy.spark.master=yarn
livy.spark.deploy-mode = cluster
livy.server.recovery.mode = recovery
livy.server.recovery.state-store = zookeeper
livy.server.recovery.state-store.url = localhost:2181
Anything wrong with this conf?
I am using apache livy 0.4 and spark 2.3.0