You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Vignesh Srinivasan (JIRA)" <ji...@apache.org> on 2015/12/18 00:04:46 UTC

[jira] [Created] (ZEPPELIN-515) Hadoop libraries in ${HADOOP_HOME}/share folder not included in CLASSPATH

Vignesh Srinivasan created ZEPPELIN-515:
-------------------------------------------

             Summary: Hadoop libraries in ${HADOOP_HOME}/share folder not included in CLASSPATH
                 Key: ZEPPELIN-515
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-515
             Project: Zeppelin
          Issue Type: Bug
          Components: Interpreters
    Affects Versions: 0.6.0
            Reporter: Vignesh Srinivasan
            Priority: Minor
             Fix For: 0.6.0


Below line adds the libraries to classpath
https://github.com/apache/incubator-zeppelin/blob/master/bin/interpreter.sh#L90

But in the method addEachJarInDir looks libraries only at the first level
Ref: https://github.com/svignesh/incubator-zeppelin/blob/master/bin/common.sh#L65

Hadoop libraries are located at level 3

share/hadoop/common/hadoop-common-2.6.2-tests.jar
share/hadoop/common/hadoop-common-2.6.2.jar
share/hadoop/common/hadoop-nfs-2.6.2.jar
share/hadoop/common/lib/activation-1.1.jar
share/hadoop/common/lib/apacheds-i18n-2.0.0-M15.jar
share/hadoop/common/lib/apacheds-kerberos-codec-2.0.0-M15.jar
share/hadoop/common/lib/api-asn1-api-1.0.0-M20.jar




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)