HyukjinKwon commented on a change in pull request #28561:
URL: https://github.com/apache/spark/pull/28561#discussion_r426333918
##########
File path:
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/BasicTestsSuite.scala
##########
@@ -111,6 +111,6 @@ private[spark] object BasicTestsSuite {
val CONTAINER_LOCAL_DOWNLOADED_PAGE_RANK_DATA_FILE =
s"$CONTAINER_LOCAL_FILE_DOWNLOAD_PATH/pagerank_data.txt"
val REMOTE_PAGE_RANK_DATA_FILE =
-
"https://storage.googleapis.com/spark-k8s-integration-tests/files/pagerank_data.txt"
+
"https://raw.githubusercontent.com/apache/spark/master/data/mllib/pagerank_data.txt"
Review comment:
One downside of this is, we will happen to keep this file location
permanently from now on. Once we change the location, then it will break all
builds in other branches. But I assume it's fine given that this file hasn't
been moved for the last 7 years.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]