Akira Ajisaka created HADOOP-16808:
--------------------------------------
Summary: Use forkCount and reuseForks parameters instead of
forkMode in the config of maven surefire plugin
Key: HADOOP-16808
URL: https://issues.apache.org/jira/browse/HADOOP-16808
Project: Hadoop Common
Issue Type: Bug
Components: build
Reporter: Akira Ajisaka
forkMode parameter is now deprecated.
https://maven.apache.org/surefire/maven-surefire-plugin/examples/fork-options-and-parallel-execution.html
{noformat}
$ 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>
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]