[SPARK-9254] [BUILD] [HOTFIX] sbt-launch-lib.bash should support HTTP/HTTPS redirection#7597
Closed
liancheng wants to merge 2 commits intoapache:masterfrom
Closed
[SPARK-9254] [BUILD] [HOTFIX] sbt-launch-lib.bash should support HTTP/HTTPS redirection#7597liancheng wants to merge 2 commits intoapache:masterfrom
liancheng wants to merge 2 commits intoapache:masterfrom
Conversation
Contributor
Author
|
Jenkins PR builders are down. Because the 1st candidate URL for |
|
Test build #38082 has finished for PR 7597 at commit
|
…utput when the download fails
Contributor
|
LGTM. Thanks for the fix. I am merging it to master. If everything is good, I will merge it to 1.4 branch as well. |
|
Test build #38085 has finished for PR 7597 at commit
|
asfgit
pushed a commit
that referenced
this pull request
Jul 25, 2015
…/HTTPS redirection Target file(s) can be hosted on CDN nodes. HTTP/HTTPS redirection must be supported to download these files. Author: Cheng Lian <lian@databricks.com> Closes #7597 from liancheng/spark-9254 and squashes the following commits: fd266ca [Cheng Lian] Uses `--fail' to make curl return non-zero value and remove garbage output when the download fails a7cbfb3 [Cheng Lian] Supports HTTP/HTTPS redirection (cherry picked from commit b55a36b) Signed-off-by: Yin Huai <yhuai@databricks.com>
Contributor
|
I have merged this to branch 1.4. |
Member
|
I am going to back-port to branch-1.3 as I think those builds are failing for a similar reason: https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/1279/consoleFull |
asfgit
pushed a commit
that referenced
this pull request
Aug 2, 2015
…/HTTPS redirection Target file(s) can be hosted on CDN nodes. HTTP/HTTPS redirection must be supported to download these files. Author: Cheng Lian <lian@databricks.com> Closes #7597 from liancheng/spark-9254 and squashes the following commits: fd266ca [Cheng Lian] Uses `--fail' to make curl return non-zero value and remove garbage output when the download fails a7cbfb3 [Cheng Lian] Supports HTTP/HTTPS redirection (cherry picked from commit b55a36b) Signed-off-by: Sean Owen <sowen@cloudera.com>
kayousterhout
pushed a commit
to kayousterhout/spark-1
that referenced
this pull request
Aug 27, 2015
…/HTTPS redirection Target file(s) can be hosted on CDN nodes. HTTP/HTTPS redirection must be supported to download these files. Author: Cheng Lian <lian@databricks.com> Closes apache#7597 from liancheng/spark-9254 and squashes the following commits: fd266ca [Cheng Lian] Uses `--fail' to make curl return non-zero value and remove garbage output when the download fails a7cbfb3 [Cheng Lian] Supports HTTP/HTTPS redirection
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.
Target file(s) can be hosted on CDN nodes. HTTP/HTTPS redirection must be supported to download these files.