This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 4ec1087  HDDS-3232. Include the byteman scripts in the distribution 
tar file (#1309)
4ec1087 is described below

commit 4ec1087105c794af87e15cd1142ab33b8f2e5b09
Author: Elek, Márton <[email protected]>
AuthorDate: Wed Aug 12 12:26:04 2020 +0200

    HDDS-3232. Include the byteman scripts in the distribution tar file (#1309)
---
 hadoop-ozone/dist/dev-support/bin/dist-layout-stitching | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hadoop-ozone/dist/dev-support/bin/dist-layout-stitching 
b/hadoop-ozone/dist/dev-support/bin/dist-layout-stitching
index 370d4de..a3a3820 100755
--- a/hadoop-ozone/dist/dev-support/bin/dist-layout-stitching
+++ b/hadoop-ozone/dist/dev-support/bin/dist-layout-stitching
@@ -122,6 +122,9 @@ run cp  -r 
"${ROOT}/hadoop-ozone/fault-injection-test/network-tests/src/test/blo
 # Optional documentation, could be missing
 cp -r "${ROOT}/hadoop-hdds/docs/target/classes/docs" ./
 
+#copy byteman helpers
+run cp -r "${ROOT}/dev-support/byteman" "share/ozone/"
+
 #Copy docker compose files
 #compose files are preprocessed: properties (eg. project.version) are replaced 
first by maven.
 run cp -p -R "${ROOT}/hadoop-ozone/dist/target/compose" .


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to