You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/01/15 13:08:55 UTC

[GitHub] mcapuccini opened a new pull request #3283: [ZEPPELIN-3949] Add HADOOP_CLASSPATH in ZEPPELIN_CLASSPATH when starting Zeppelin

mcapuccini opened a new pull request #3283: [ZEPPELIN-3949] Add HADOOP_CLASSPATH in ZEPPELIN_CLASSPATH when starting Zeppelin
URL: https://github.com/apache/zeppelin/pull/3283
 
 
   ### What is this PR for?
   Add `HADOOP_CLASSPATH` to `ZEPPELIN_CLASSPATH` when starting Zeppelin. This adds some important deps that Zeppelin may need. For instance when storing the notebooks in [Swift](https://wiki.openstack.org/wiki/Swift) (an Hadoop-compatible storage system) Zeppelin need to use a driver that is generally included in `HADOOP_CLASSPATH`, but not in `HADOOP_CONF_DIR`.
   
   ### What type of PR is it?
   Improvement
   
   ### What is the Jira issue?
   https://issues.apache.org/jira/browse/ZEPPELIN-3949
   
   ### How should this be tested?
   The Travis build should run just fine.
   
   ### Questions:
   * Does the licenses files need update?
   Nope.
   
   * Is there breaking changes for older versions?
   Nope.
   
   * Does this needs documentation?
   Nope. Adding the HADOOP_CLASSPATH would be the expected behaviour.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services