iwasakims commented on code in PR #1232:
URL: https://github.com/apache/bigtop/pull/1232#discussion_r1470498519


##########
bigtop.bom:
##########
@@ -86,7 +86,10 @@
        packaging = 'rpm' // *optional* If this component can be built only as 
either
                          // DEB or RPM, specify that packaging format 
explicitly.
                          // If both formats are supported, omit this option.
-       maven_parallel_build = true
+       maven_parallel_build = true // *optional* maven_parallel_build 
indicates whether the component can be built in parallel.
+                                   // Components with this flag can have the 
Maven parallel build parameter -PbuildThreads=2C or -PbuildThreads=2

Review Comment:
   Currently `-PbuildThread=2` is not allowed. How about fix [the 
code](https://github.com/apache/bigtop/blob/fc93b76a8d3f51531af730f9f6397e91fd6b91cb/packages.gradle#L456-L457)
 here? @JiaLiangC 



-- 
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]

Reply via email to