GitHub user hash-X opened a pull request:
https://github.com/apache/incubator-zeppelin/pull/637
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-2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-zeppelin/pull/637.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 #637
----
commit 40f2eca03367f11c78302980c471c0291b285069
Author: zhangminglei <[email protected]>
Date: 2016-01-14T06:58:58Z
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.
---