diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh index 2d6bcfebd4e..fb75b90be52 100755 --- a/dev-support/test-patch.sh +++ b/dev-support/test-patch.sh @@ -601,7 +601,7 @@ checkFindbugsWarnings () { $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.xml \ $PATCH_DIR/newPatchFindbugsWarnings${module_suffix}.html if [[ $newFindbugsWarnings > 0 ]] ; then - JIRA_COMMENT_FOOTER="Findbugs warnings: $BUILD_URL/artifact/trunk/$(basename $BASEDIR)/patchprocess/newPatchFindbugsWarnings${module_suffix}.html + JIRA_COMMENT_FOOTER="Findbugs warnings: $BUILD_URL/artifact/trunk/patchprocess/newPatchFindbugsWarnings${module_suffix}.html $JIRA_COMMENT_FOOTER" fi done diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 2dba4f4abb4..d4c003074e5 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -141,6 +141,9 @@ Trunk (unreleased changes) HADOOP-8395. Text shell command unnecessarily demands that a SequenceFile's key class be WritableComparable (harsh) + HADOOP-8413. test-patch.sh gives out the wrong links for + newPatchFindbugsWarnings (Colin Patrick McCabe via bobby) + OPTIMIZATIONS HADOOP-7761. Improve the performance of raw comparisons. (todd)