Hi Jason, Could you try -Dbuildwithdeps=true ? https://github.com/apache/bigtop/blob/master/bigtop.bom#L104-L127
If the dependency definition is incomplete, you can file a JIRA issue. On 2021/02/25 8:11, Jason Wen wrote:
Hi team, I build Hadoop rpms using `./gradlew hadoop-pkg-ind` successfully. When I view the rpm dependencies, I see hadoop rpms also depends on other bigtop rpms like `bigtop-utils`, `bigtop-jsvc`, etc. I can deploy `bigtop-jsvc` using `./gradlew bigtop-jsvc-pkg-ind`, but I am wondering if there is a way that I can build all the dependent rpms for a specific component like hadoop. Can anyone shed light on it? Thanks, Jason
