Uh oh!
There was an error while loading. Please reload this page.
Blocking the zeppelin-web build error. - #1018
Conversation
bzz
commented
Jun 16, 2016
Is it a build WARNING or an actual error? Asking as have not seen CI build failure due to this error before |
astroshim
commented
Jun 16, 2016
It's not actual error just error messsage. |
corneadoug
commented
Jun 16, 2016
It's not an ERROR and doesn't break the build. I actually get a few more if I clean the repo like a new clone with: |
corneadoug
commented
Jun 16, 2016
However some of those errors are more related to deprecated versions and might need more tests if we update the dependencies. |
astroshim
commented
Jun 16, 2016
@corneadoug Thank you very much for the clarification! |
cloverhearts
commented
Jun 16, 2016
Looks good! +1 |
corneadoug
commented
Jun 16, 2016
Merging if there is no more discussions |
bzz
commented
Jun 17, 2016
Sounds great, thank you for explanation |
What is this PR for?
This PR is for blocking unnecessary zeppelin-web build errors.
What type of PR is it?
Improvement
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1014
How should this be tested?
You can run
mvn clean package -DskipTestsin the zeppelin-web folder.Questions: