adoroszlai commented on code in PR #7324:
URL: https://github.com/apache/ozone/pull/7324#discussion_r1804326481
##########
hadoop-ozone/dist/dev-support/bin/dist-layout-stitching:
##########
@@ -129,6 +131,16 @@ run cp -p -r "${ROOT}/hadoop-ozone/dist/target/Dockerfile"
.
#Copy pre-generated keytabs
run cp -p -R "${ROOT}/hadoop-ozone/dist/src/main/keytabs" compose/_keytabs
+for file in $(find "${ROOT}" -path '*/target/classes/*.classpath' | sort); do
+ module=$(basename ${file%.classpath})
Review Comment:
Thanks @ivanzlenko for the review. Applied your suggestion.
I have also extracted the (big) part of this PR that is shared with
HDDS-11450 to #7325 to make it easier to review.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]