iwasakims commented on code in PR #1214: URL: https://github.com/apache/bigtop/pull/1214#discussion_r1428833382
########## bigtop-packages/src/common/spark/patch-maven-parallel-build.diff: ########## @@ -0,0 +1,10 @@ +diff --git a/.mvn/maven.config b/.mvn/maven.config +new file mode 100644 +index 00000000..e69de29b +diff --git a/.mvn/maven.config b/.mvn/maven.config +index e69de29b..0bea21c9 100644 +--- a/.mvn/maven.config ++++ b/.mvn/maven.config +@@ -0,0 +1 @@ ++-T@CORES@ +\ No newline at end of file Review Comment: Usually patches are prefixed with numbers (`patch[0-9]+`) as done for following patch0-SPARK-44257.diff. If it is needed to be applied before all such patches, this one should follow the convention too. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
