Hi All, I am wondering how to start livy server using spark standalone mode? Meaning, I currently done use yarn or mesos and also dont plan to use them anytime soon. so I am wondering if it is possible to start livy server in spark stand alone mode. and if so what is that I need to do ? I also dont use HDFS or hadoop. I just run spark applications using stand alone mode and a local file system
What should the following be set to in my case? export SPARK_HOME=/usr/lib/spark export HADOOP_CONF_DIR=/etc/hadoop/conf
