Github user markgrover commented on a diff in the pull request:
https://github.com/apache/spark/pull/12250#discussion_r58966881
--- Diff: build/mvn ---
@@ -70,9 +70,10 @@ install_app() {
# Install maven under the build/ folder
install_mvn() {
local MVN_VERSION="3.3.9"
+ local APACHE_MIRROR=${APACHE_MIRROR:-https://archive.apache.org/dist}
--- End diff --
I didn't use a trailing slash in the definition of the default value here
since I'd rather have 2 slashes at the end (if the user did define it) instead
of no slash.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]