Downloaded and compiled latest zeppelin. in my conf/zeppelin-env.sh file I have the following line:
export ZEPPELIN_JAVA_OPTS="-Dspark.files=/home/hduser/lib/sparklib.zip,/home/hduser/lib/service.cfg,/home/hduser/lib/helper.py" This used to work, but when I inspect the folder using SparkFile.getRootDirectory(), it doesn't show any of the files in the folder. I have checked that all the files are accessible at the specified paths. There's nothing in the logs to indicate that "ZEPPELIN_JAVA_OPTS" was read, but it looks like other entries are being read (e.g. SPARK_HOME). Did this change from previous versions? -Axel