From 72a5f92e69f68a8c9757dbb2e7af55a84491b6b3 Mon Sep 17 00:00:00 2001 From: Robert Joseph Evans Date: Mon, 2 Jul 2012 19:35:07 +0000 Subject: [PATCH] HADOOP-8548. test-patch.sh shows an incorrect link in Jekins builds (Kihwal Lee via bobby) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1356430 13f79535-47bb-0310-9956-ffa450edef68 --- dev-support/test-patch.sh | 2 +- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 9d4d6194fae..2d77071e5af 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -440,7 +440,7 @@ checkJavacWarnings () { -1 javac. The applied patch generated $patchJavacWarnings javac compiler warnings (more than the trunk's current $trunkJavacWarnings warnings)." $DIFF $PATCH_DIR/filteredTrunkJavacWarnings.txt $PATCH_DIR/filteredPatchJavacWarnings.txt > $PATCH_DIR/diffJavacWarnings.txt - JIRA_COMMENT_FOOTER="Javac warnings: $BUILD_URL/artifact/trunk/$(basename $BASEDIR)/patchprocess/diffJavacWarnings.txt + JIRA_COMMENT_FOOTER="Javac warnings: $BUILD_URL/artifact/trunk/patchprocess/diffJavacWarnings.txt $JIRA_COMMENT_FOOTER" return 1 diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 4496e3aed94..b56015d054e 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -161,6 +161,9 @@ Trunk (unreleased changes) Configuration.get() stating that substitution depth is too large. (Arvind Prabhakar via harsh) + HADOOP-8548. test-patch.sh shows an incorrect link in Jekins builds + (Kihwal Lee via bobby) + OPTIMIZATIONS HADOOP-7761. Improve the performance of raw comparisons. (todd)