tree: 22a60490f0d255515fc8d9347d4755ae76afa2a1 [path history] [tgz]
  1. hadooprpc.btm
  2. mock-scm.btm
  3. ratis-mock-followers.btm
  4. README.md
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