Esri / spatial-framework-for-hadoop

The Spatial Framework for Hadoop allows developers and data scientists to use the Hadoop data processing system for spatial data analysis.
Apache License 2.0
363 stars 160 forks source link

Improve MAVEN build Performance - parallel tests #180

Open ChenZhangg opened 2 years ago

ChenZhangg commented 2 years ago

According to Maven parallel test, we can run tests in parallel.

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

randallwhitman commented 2 years ago

Hi @ChenZhangg - thanks for contributing this PR. For you, how long does it take to run sequential, versus, how long in parallel?

randallwhitman commented 2 years ago

For me mvn clean test runs in under 10 seconds as is; I'm not sure running in parallel would in fact be faster.