GitHub user jhonderson opened a pull request:

    https://github.com/apache/zeppelin/pull/2792

    [ZEPPELIN-1143] Currently interpreter dependencies are not downloaded on 
zeppelin start

    Currently interpreter dependencies are not downloaded on zeppelin start. 
This was solved in [ZEPPELIN-1143], but it is happening again.
    
    ### What is this PR for?
    When zeppelin is started/restarted, server should try and download 
interpreter dependencies.
    
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### What is the Jira issue?
    * [ZEPPELIN-1143] 
    
    ### How should this be tested?
    *  Put a dependency (say "org.apache.commons:commons-csv:1.1") in any of 
the interpreter.
    *  From command line delete local-repo directory
    *  Restart zeppelin server
    
    Expectation is local-repo should be recreated with all the dependencies 
that were mentioned in any of the interpreters.
    
    ### Questions:
    * Does the licenses files need update? n/a
    * Is there breaking changes for older versions? n/a
    * Does this needs documentation? n/a


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

    $ git pull https://github.com/jhonderson/zeppelin ZEPPELIN-1143

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

    https://github.com/apache/zeppelin/pull/2792.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 #2792
    
----
commit 3fcefb28a37c055c235a9ba995815415e18266d6
Author: Cardenas, Jhon <ext-jhon.cardenas@...>
Date:   2018-02-12T22:47:10Z

    [ZEPPELIN-1143] When zeppelin starts it does the interpreter dependencies 
loading.

----


---

Reply via email to