GitHub user avnerl opened a pull request:

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

    added org.apache.commons.lang3 to make build work

    ### What is this PR for?
    fixed broken build of branch-0.8 over missing org.apache.commons.lang3 
dependency
    
    ### What type of PR is it?
    fix failed build
    
    ### Todos
    * [ ] - Merge or change RemoteInterpreterServer.java dependency
    
    ### Error when building from source: 
    ```
    [ERROR] 
/my-workspace/zeppelin/zeppelin-interpreter/src/main/java/org/apache/zeppelin/interpreter/remote/RemoteInterpreterServer.java:[22,32]
 package org.apache.commons.lang3 does not exist
    ```
    
    ### How should this be tested?
    run:
    `mvn clean package -Pbuild-distr -DskipTests -Pspark-2.4 -Phadoop-2.7 
-Pscala-2.11 -Dcobertura.skip=true
    `
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * No license change is required
    * No breaking change for older versions
    * not sure


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

    $ git pull https://github.com/avnerl/zeppelin branch-0.8

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

    https://github.com/apache/zeppelin/pull/3256.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 #3256
    
----
commit 6d6065cff40f2e9da22d6e75336e4b1927d0ba3c
Author: avner <avner@...>
Date:   2018-12-09T19:56:51Z

    added org.apache.commons.lang3 to make build work

----


---

Reply via email to