tree: 355d408803ed7d684b5548a82878392b305e6961 [path history] [tgz]
  1. appendlog.btm
  2. hadooprpc.btm
  3. hcfs-read.btm
  4. hcfs-write.btm
  5. mock-scm.btm
  6. ratis-flush.btm
  7. ratis-mock-followers.btm
  8. ratis-no-flush.btm
  9. README.md
  10. watchforcommit.btm
  11. watchforcommit_all.btm
dev-support/byteman/README.md

This folder contains example byteman scripts (http://byteman.jboss.org/) to help Hadoop debuging.

As the startup script of the hadoop-runner docker image supports byteman instrumentation it's enough to set the URL of a script to a specific environment variable to activate it with the docker runs:

BYTEMAN_SCRIPT_URL=https://raw.githubusercontent.com/apache/hadoop/trunk/dev-support/byteman/hadooprpc.btm

For more info see HADOOP-15656 and HDDS-342