Wei-Chiu Chuang 9a687f4e4b HADOOP-17718. Explicitly set locale in the Dockerfile. (#3034) 4 سال پیش
..
bin efe515dbd5 HADOOP-18158. Fix failure of create-release script due to releasedocmaker changes in branch-2.10 (#4055) 3 سال پیش
docker 9a687f4e4b HADOOP-17718. Explicitly set locale in the Dockerfile. (#3034) 3 سال پیش
git-jira-validation 2d2fded2e7 HADOOP-18125. Utility to identify git commit / Jira fixVersion discrepancies for RC preparation (#3991) 3 سال پیش
Jenkinsfile 112efdc74e HADOOP-17570. Apply YETUS-1102 to re-enable GitHub comments (#2745) 3 سال پیش
README.md f74ecffaa6 HADOOP-12651. Replace dev-support with wrappers to Yetus (aw) 9 سال پیش
test-patch.properties d77a2579f2 HADOOP-9616. Fix branch-2 javadoc warnings. (Junping Du via llu) 12 سال پیش
verify-xml.sh 2d01ffaf24 HADOOP-12101. Add automatic search of default Configuration variables to TestConfigurationFieldsBase. Contributed by Ray Chiang. 9 سال پیش

README.md

This directory contains tools to help in the development and release of Apache Hadoop.

  • bin

    • releasedocmaker

    Build release notes for a given Hadoop project or subproject. This is called from Maven when -Preleasedocs is used. See BUILDING.txt for more information.

    • shelldocs

    Create documentation for the Unix Shell API. This is called from Maven when -Pshelldocs is used.

    • smart-apply-patch

    Intelligently apply a patch file to a source tree.

    • test-patch

    Test a patch against a source tree.

  • create-release.sh

Helps REs create a release of Apache Hadoop for distribution.

  • determine-flaky-tests-hadoop.py

Given a jenkins test job, this script examines all runs of the job done within specified period of time (number of days prior to the execution time of this script), and reports all failed tests.

  • docker

Various helpers for the start-build-env.sh script, including the Dockerfile itself. See parent BUILDING.txt for more information.

  • findHangingTest.sh

Finds hanging test from Jenkins build output.

Previously, the scripts test-patch.sh, smart-apply-patch.sh, releasedocmaker.py, and shelldocs.py were in this directory. They have been moved to the Apache Yetus project (https://yetus.apache.org). These scripts have been replaced with wrapper scripts located in the bin directory. Command line options are generally different than the previous versions that shipped with older versions of Apache Hadoop.

The wrapper scripts will download, verify (if GPG is installed), and cache a local copy of Apache Yetus in the hadoop/patchprocess directory. The version that is used may be overridden by setting the HADOOP_YETUS_VERSION environment variable. The cache directory may be overwritten by setting the HADOOP_PATCHPROCESS directory. If a local version of Apache Yetus is already installed, it may be used instead by setting the YETUS_HOME environment variable to point to that directory.