Skip to content
Snippets Groups Projects
  • Josh Rosen's avatar
    0d165ec2
    [SPARK-12612][PROJECT-INFRA] Add missing Hadoop profiles to dev/run-tests-*.py scripts and dev/deps · 0d165ec2
    Josh Rosen authored
    There are a couple of places in the `dev/run-tests-*.py` scripts which deal with Hadoop profiles, but the set of profiles that they handle does not include all Hadoop profiles defined in our POM. Similarly, the `hadoop-2.2` and `hadoop-2.6` profiles were missing from `dev/deps`.
    
    This patch updates these scripts to include all four Hadoop profiles defined in our POM.
    
    Author: Josh Rosen <joshrosen@databricks.com>
    
    Closes #10565 from JoshRosen/add-missing-hadoop-profiles-in-test-scripts.
    0d165ec2
    History
    [SPARK-12612][PROJECT-INFRA] Add missing Hadoop profiles to dev/run-tests-*.py scripts and dev/deps
    Josh Rosen authored
    There are a couple of places in the `dev/run-tests-*.py` scripts which deal with Hadoop profiles, but the set of profiles that they handle does not include all Hadoop profiles defined in our POM. Similarly, the `hadoop-2.2` and `hadoop-2.6` profiles were missing from `dev/deps`.
    
    This patch updates these scripts to include all four Hadoop profiles defined in our POM.
    
    Author: Josh Rosen <joshrosen@databricks.com>
    
    Closes #10565 from JoshRosen/add-missing-hadoop-profiles-in-test-scripts.