Github user JoshRosen commented on a diff in the pull request:
https://github.com/apache/spark/pull/7878#discussion_r36049508
--- Diff: dev/run-tests.py ---
@@ -231,7 +231,7 @@ def exec_maven(mvn_args=()):
"""Will call Maven in the current directory with the list of mvn_args
passed
in and returns the subprocess for any further processing"""
- run_cmd([os.path.join(SPARK_HOME, "build", "mvn")] + mvn_args)
+ run_cmd([os.path.join(SPARK_HOME, "build", "mvn")] + ["--force"] +
mvn_args)
--- End diff --
Technically, the `--force` can be in the first list, but it doesn't really
matter.
---
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]