Github user vanzin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/11701#discussion_r56081430
  
    --- Diff: dev/run-tests.py ---
    @@ -323,7 +323,7 @@ def get_hadoop_profiles(hadoop_version):
     def build_spark_maven(hadoop_version):
         # Enable all of the profiles for the build:
         build_profiles = get_hadoop_profiles(hadoop_version) + 
modules.root.build_profile_flags
    -    mvn_goals = ["clean", "package", "-DskipTests"]
    +    mvn_goals = ["clean", "package", "-DskipTests", "-pl", "!assembly"]
    --- End diff --
    
    If you're looking at speeding up the build, building and testing in one 
shot might be a good thing to do at least for maven. Using `-fae` would allow 
the build to go as far as it can when something fails.
    
    No need to do that in this change, though.


---
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]

Reply via email to