Github user bbuild11 commented on the issue: https://github.com/apache/zeppelin/pull/868 Hi Luca, Here are the zeppelin-env.sh file contents. I hope this is what you mean? export JAVA_HOME=/usr/java/latest export MASTER=yarn-client export ZEPPELIN_JAVA_OPTS="-Dspark.yarn.queue=root.bi" export ZEPPELIN_NOTEBOOK_S3_BUCKET=zeppelin-dps2 export ZEPPELIN_NOTEBOOK_S3_USER=gxetl export SPARK_HOME=/opt/cloudera/parcels/CDH/lib/spark export HADOOP_CONF_DIR=/etc/hadoop/conf export PYTHONPATH=$SPARK_HOME/python:$SPARK_HOME/python/lib/py4j-0.9-src.zip:$SPARK_HOME/python/lib/py4j-0.8.2.1-src.zip export SPARK_YARN_USER_ENV="PYTHONPATH=$PYTHONPATH" export ZEPPELIN_NOTEBOOK_STORAGE="org.apache.zeppelin.notebook.repo.S3NotebookRepo, com.nflabs.zeppelinhub.notebook.repo.ZeppelinHubRepo" export ZEPPELINHUB_API_ADDRESS="https://www.zeppelinhub.com" export ZEPPELINHUB_API_TOKEN=â<secret-key>" The zeppelin-site.xml has just S3 settings enabled and set like above. Thanks, Ben > On Jun 13, 2016, at 8:52 AM, Luca Menichetti <notificati...@github.com> wrote: > > @bbuild11 <https://github.com/bbuild11> do you have an update and can you share your "-conf" file? > Thank you in advance, > Luca > > â > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub <https://github.com/apache/zeppelin/pull/868#issuecomment-225623795>, or mute the thread <https://github.com/notifications/unsubscribe/ABxu9CHBsYeHN6n2CwxTSJLNIvWxGj4xks5qLXzLgaJpZM4IS7A7>. >
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---