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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to