Uploaded image for project: 'Hadoop Common'
  1. Hadoop Common
  2. HADOOP-16808

Use forkCount and reuseForks parameters instead of forkMode in the config of maven surefire plugin

    XMLWordPrintableJSON

Details

    • Reviewed

    Description

      forkMode parameter is now deprecated.
      https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html

      $ find . -name "pom.xml" | xargs grep "forkMode"
      ./hadoop-tools/hadoop-distcp/pom.xml:          <forkMode>always</forkMode>
      ./hadoop-hdfs-project/hadoop-hdfs-httpfs/pom.xml:              <forkMode>once</forkMode>
      

      Attachments

        1. HADOOP-16808.000.patch
          1 kB
          Xieming Li

        Activity

          People

            risyomei Xieming Li
            aajisaka Akira Ajisaka
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: