Uh oh!
There was an error while loading. Please reload this page.
[SPARK-27563][FOLLOWUP] Fix to download new release from dist.apache.org - #24544
[SPARK-27563][FOLLOWUP] Fix to download new release from dist.apache.org#24544wangyum wants to merge 3 commits into
dist.apache.org#24544Conversation
SparkQA
commented
May 7, 2019
Test build #105209 has finished for PR 24544 at commit
|
beliefer
commented
May 7, 2019
I want to know how the previous version of spark was downloaded to |
| import scala.io.Source | ||
| try { | ||
| Source.fromURL("https://dist.apache.org/repos/dist/release/spark/").mkString | ||
| Source.fromURL(s"${releaseMirror}/spark").mkString |
There was a problem hiding this comment.
Maybe $releaseMirror is better.
There was a problem hiding this comment.
If we're picking nits and you change it again, it's not really a mirror. It's the primary dist server. asfDist or something.
SparkQA
commented
May 7, 2019
Test build #105210 has finished for PR 24544 at commit
|
HyukjinKwon
commented
May 7, 2019
Wouldn't it be uploaded soon? |
SparkQA
commented
May 7, 2019
Test build #105211 has finished for PR 24544 at commit
|
wangyum
commented
May 7, 2019
Maybe @cloud-fan knows, but we can avoid this error in the next release. |
cloud-fan
commented
May 7, 2019
After uploading, it takes a while for the resources to be available in the Mirror Network. This means the PR builder will be broken for a while. This fix LGTM |
dist.apache.org| import scala.io.Source | ||
| try { | ||
| Source.fromURL("https://dist.apache.org/repos/dist/release/spark/").mkString | ||
| Source.fromURL(s"${releaseMirror}/spark").mkString |
There was a problem hiding this comment.
If we're picking nits and you change it again, it's not really a mirror. It's the primary dist server. asfDist or something.
dist.apache.orgdist.apache.orgdongjoon-hyun
commented
May 7, 2019
I removed |
srowen
commented
May 9, 2019
Merged to master |
What changes were proposed in this pull request?
https://archive.apache.org/dist/spark/does not have latest Spark 2.4.3:This pr add
https://dist.apache.org/repos/dist/release/spark/to mirrors list to download latest Spark.https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/105202/testReport/org.apache.spark.sql.hive/HiveExternalCatalogVersionsSuite/_It_is_not_a_test_it_is_a_sbt_testing_SuiteSelector_/
How was this patch tested?
manual tests: