-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ZEPPELIN-3228] Currently interpreter dependencies are not downloaded on zeppelin start - regression issue #2792
Conversation
LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@jhonderson ZEPPELIN-1143 has been fixed. Is this a regression issue ? If so, could you create another ticket for this issue ? |
@zjffdu i have created the ticket for this issue. If this is approved, could you please merge this solution to branch-0.8? |
Thanks @jhonderson , will merge it to branch-0.8 if CI pass |
@jhonderson Can you retrigger the build (via close and reopen), I can not access your jenkins job |
Re-triggering build. |
@zjffdu by the way, here is my travis: https://travis-ci.org/jhonderson/zeppelin/builds/340723065 |
… on zeppelin start - regression issue Currently interpreter dependencies are not downloaded on zeppelin start. This was solved in [ZEPPELIN-3228], but it is happening again. ### What is this PR for? When zeppelin is started/restarted, server should try and download interpreter dependencies. ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * [ZEPPELIN-3228] ### How should this be tested? * Put a dependency (say "org.apache.commons:commons-csv:1.1") in any of the interpreter. * From command line delete local-repo directory * Restart zeppelin server Expectation is local-repo should be recreated with all the dependencies that were mentioned in any of the interpreters. ### Questions: * Does the licenses files need update? n/a * Is there breaking changes for older versions? n/a * Does this needs documentation? n/a Author: Cardenas, Jhon <ext-jhon.cardenas@here.com> Closes #2792 from jhonderson/ZEPPELIN-1143 and squashes the following commits: 3fcefb2 [Cardenas, Jhon] [ZEPPELIN-1143] When zeppelin starts it does the interpreter dependencies loading. (cherry picked from commit 3418055) Signed-off-by: Jeff Zhang <zjffdu@apache.org>
… on zeppelin start - regression issue Currently interpreter dependencies are not downloaded on zeppelin start. This was solved in [ZEPPELIN-3228], but it is happening again. When zeppelin is started/restarted, server should try and download interpreter dependencies. [Bug Fix] * [ZEPPELIN-3228] * Put a dependency (say "org.apache.commons:commons-csv:1.1") in any of the interpreter. * From command line delete local-repo directory * Restart zeppelin server Expectation is local-repo should be recreated with all the dependencies that were mentioned in any of the interpreters. * Does the licenses files need update? n/a * Is there breaking changes for older versions? n/a * Does this needs documentation? n/a Author: Cardenas, Jhon <ext-jhon.cardenas@here.com> Closes apache#2792 from jhonderson/ZEPPELIN-1143 and squashes the following commits: 3fcefb2 [Cardenas, Jhon] [ZEPPELIN-1143] When zeppelin starts it does the interpreter dependencies loading.
… on zeppelin start - regression issue Currently interpreter dependencies are not downloaded on zeppelin start. This was solved in [ZEPPELIN-3228], but it is happening again. ### What is this PR for? When zeppelin is started/restarted, server should try and download interpreter dependencies. ### What type of PR is it? [Bug Fix] ### What is the Jira issue? * [ZEPPELIN-3228] ### How should this be tested? * Put a dependency (say "org.apache.commons:commons-csv:1.1") in any of the interpreter. * From command line delete local-repo directory * Restart zeppelin server Expectation is local-repo should be recreated with all the dependencies that were mentioned in any of the interpreters. ### Questions: * Does the licenses files need update? n/a * Is there breaking changes for older versions? n/a * Does this needs documentation? n/a Author: Cardenas, Jhon <ext-jhon.cardenas@here.com> Closes apache#2792 from jhonderson/ZEPPELIN-1143 and squashes the following commits: 3fcefb2 [Cardenas, Jhon] [ZEPPELIN-1143] When zeppelin starts it does the interpreter dependencies loading.
Currently interpreter dependencies are not downloaded on zeppelin start. This was solved in [ZEPPELIN-3228], but it is happening again.
What is this PR for?
When zeppelin is started/restarted, server should try and download interpreter dependencies.
What type of PR is it?
[Bug Fix]
What is the Jira issue?
How should this be tested?
Expectation is local-repo should be recreated with all the dependencies that were mentioned in any of the interpreters.
Questions: