[HOTFIX] CAN'T install cran packages using apt in Travis CI#1774
Closed
1ambda wants to merge 1 commit intoapache:masterfrom
Closed
[HOTFIX] CAN'T install cran packages using apt in Travis CI#17741ambda wants to merge 1 commit intoapache:masterfrom
1ambda wants to merge 1 commit intoapache:masterfrom
Conversation
Member
|
Merging as a HOTFIX, as CI passes \wo packaeg installation error, as per https://travis-ci.org/1ambda/zeppelin/builds/184455104 |
Member
|
merging as HOTFIX as CI is green now |
This was referenced Apr 19, 2017
asfgit
pushed a commit
that referenced
this pull request
Apr 28, 2017
### What is this PR for? Fix CI build failure on branch-0.6. ### What type of PR is it? Hot Fix ### Todos - Modified [.travis.yml](https://github.com/apache/zeppelin/blob/branch-0.6/.travis.yml) according to #1774 - Merged PR #1920 #1911 - Update spark version and hadoop version in [.travis.yml](https://github.com/apache/zeppelin/blob/branch-0.6/.travis.yml) since older spark version below 1.6.2 can not be downloaded from remote server any more. ### What is the Jira issue? No related Jira issue ### How should this be tested? See if CI becomes green ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Igor Drozdov <[email protected]> Author: Lee moon soo <[email protected]> Author: z0621 <[email protected]> Closes #2262 from hammertank/HOTFIX and squashes the following commits: 380432c [z0621] [HOTFIX] Fix CI build failure on branch-0.6 f1c8041 [Igor Drozdov] [ZEPPELIN-1972] Preserve context classloader 4ae3adb [Lee moon soo] [ZEPPELIN-1455] Fix flaky test: AbstractAngularElemTest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
CRAN repository for precise doens't have
r-cran-evaluate,r-cran-base64enc. This cause the whole build failure. (even in the ubuntu precise repo)You can see those errors in
What type of PR is it?
[Hot Fix]
Todos
What is the Jira issue?
NO. This is hotfix
How should this be tested?
I tested this in my own travis CI.
Screenshots (if appropriate)
Questions: