GitHub user hash-X opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/635
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hash-X/incubator-zeppelin master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/635.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 #635
----
commit fe4046958294a725da96933fceba2ba999f1abe0
Author: zhangminglei <[email protected]>
Date: 2016-01-14T04:48:40Z
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 [email protected] or file a JIRA ticket
with INFRA.
---