Apache9 commented on code in PR #6343:
URL: https://github.com/apache/hbase/pull/6343#discussion_r1792901864
##########
dev-support/checkcompatibility.py:
##########
@@ -141,7 +141,7 @@ def build_tree(java_path, verbose):
# special hack for comparing with rel/2.0.0, see HBASE-26063 for more
details
subprocess.check_call(["sed", "-i", "2148s/3.0.0/3.0.4/g", "pom.xml"],
cwd=java_path)
mvn_cmd = ["mvn", "--batch-mode", "-DskipTests",
- "-Dmaven.javadoc.skip=true", "package"]
+ "-Dmaven.javadoc.skip=true", "--threads=1.0C", "package"]
Review Comment:
Just use `-T1C`?
--
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]