GitHub user hash-X opened a pull request:

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

    Update pom.xml

    ### What is this PR for?
    improving pom.xml
    
    ### What type of PR is it
    Improvement
    
    ### Todos
    * [x] - Update pom.xml
    
    ### Is there a relevant Jira issue?
    May not require issue
    
    ### How should this be tested?
    I use ```mvn clean package -Pspark-1.4 -Phadoop-2.6 -DskipTests``` can 
cause error and I think this should not appear. Reason about this issue is 
sqlline:sqlline:jar:1.1.8 is served from conjar repo. But 
sqlline:sqlline:jar:1.1.9 is served from maven repo. So add the dependency of 
sqlline1.1.9 can solve it.
    
    ### Screenshots (if appropriate)
    Before
    ```BUILD FAILURE```
    
    When you add this dependency
    After 
    ```
    [INFO] Zeppelin: Kylin interpreter ........................ SUCCESS [  
0.511 s]
    [INFO] Zeppelin: Lens interpreter ......................... SUCCESS [  
1.303 s]
    [INFO] Zeppelin: Cassandra ................................ SUCCESS [ 
33.777 s]
    [INFO] Zeppelin: Elasticsearch interpreter ................ SUCCESS [  
1.631 s]
    [INFO] Zeppelin: web Application .......................... SUCCESS [ 
55.796 s]
    [INFO] Zeppelin: Server ................................... SUCCESS [ 
11.737 s]
    [INFO] Zeppelin: Packaging distribution ................... SUCCESS [  
0.665 s]
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] 
------------------------------------------------------------------------
    ```
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No

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

    $ git pull https://github.com/hash-X/incubator-zeppelin patch-1

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

    https://github.com/apache/incubator-zeppelin/pull/636.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 #636
    
----
commit 8c6b407f9068028981c097880f8b52d8d2f5f3d4
Author: zhangminglei <minglei.l.zh...@intel.com>
Date:   2016-01-14T06:33:31Z

    Update pom.xml
    
    I use mvn clean package -Pspark-1.4 -Phadoop-2.6 -DskipTests can cause 
error and I think this should not appear. Reason about this issue is 
sqlline:sqlline:jar:1.1.8 is served from conjar repo. But 
sqlline:sqlline:jar:1.1.9 is served from maven repo. So add the dependency of 
sqlline1.1.9 can solve it.

----


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