GitHub user Leemoonsoo opened a pull request:

    https://github.com/apache/incubator-zeppelin/pull/65

    Simplify classpath.

    When Zeppelin constructs JVM CLASSPATH, it adds path of every single jar. 
That creates really long CLASSPATH and it may cause some problem like 
https://issues.apache.org/jira/browse/ZEPPELIN-68.
    This PR solves it by constructing CLASSPATH with wildcard.
    
    Another problem is, Zeppelin constructs CLASSPATH with duplicated entry or 
not related entry.
    This PR solves it by constructing CLASSPATH not in common.sh but in each 
script zeppelin-daemon.sh, interpreter.sh, zeppelin.sh while they need 
different entry in CLASSPATH.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/Leemoonsoo/incubator-zeppelin ZEPPELIN-68

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-zeppelin/pull/65.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #65
    
----
commit 24af62eff7f47a7acc3aa6c0c9ae1cd290f8833b
Author: Lee moon soo <m...@apache.org>
Date:   2015-05-09T05:34:44Z

    ZEPPELIN-68 simplify classpath

----


---
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.
---

Reply via email to