You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/10/22 15:41:16 UTC

[GitHub] [spark] dongjoon-hyun commented on a change in pull request #29874: [SPARK-32998] Add ability to override default remote repos with inter…

dongjoon-hyun commented on a change in pull request #29874:
URL: https://github.com/apache/spark/pull/29874#discussion_r510264520



##########
File path: build/sbt-launch-lib.bash
##########
@@ -39,7 +39,20 @@ dlog () {
 
 acquire_sbt_jar () {
   SBT_VERSION=`awk -F "=" '/sbt\.version/ {print $2}' ./project/build.properties`
-  URL1=https://repo1.maven.org/maven2/org/scala-sbt/sbt-launch/${SBT_VERSION}/sbt-launch-${SBT_VERSION}.jar
+  # If internal TYPESAFE_SBT_MIRROR is set in the env variable then use that url instead of bintray.
+  # Ex:
+  #  TYPESAFE_SBT_MIRROR=https://artifacts.internal.com/typesafe-ivy-releases-cache
+  #
+  # Similarly, TYPESAVE_MIRROR and DEFAULT_ARTIFACT_REPOSITORY env variables can be used to only fetch

Review comment:
       `TYPESAVE_MIRROR` -> `TYPESAFE_MIRROR`?




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org