Github user markhamstra commented on a diff in the pull request:
https://github.com/apache/spark/pull/12631#discussion_r60833824
--- Diff: build/mvn ---
@@ -69,14 +69,23 @@ install_app() {
# Install maven under the build/ folder
install_mvn() {
- local
APACHE_MIRROR=${APACHE_MIRROR:-'https://www.apache.org/dyn/closer.lua?action=download&filename='}
+ MVN_VERSION="3.3.9"
--- End diff --
This really should be grep'd from the pom file, as is done with
scala_version in install_scala. Also, make sure that the correct maven in
downloaded and installed in the case that there isn't any mvn available when
this script is run.
---
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]