Hi, I noticed zeppelin.spark.useHiveContext defaults to true, but let's say I want to have it turned off by default. I tried adding the following to the zeppelin-env.sh environment file:
export ZEPPELIN_JAVA_OPTS="-Dspark.executor.memory=6g -Dzeppelin.spark.maxResult=0 -Dzeppelin.spark.useHiveContext=false"
but it seems it's not modifying the spark interpreter defaults. Again, I'm trying to avoid having to go in and change it everytime manually, is there a way to set these variables beforehand?
Thanks!
Jack