HADOOP-11926. test-patch.sh mv does wrong math (aw)
This commit is contained in:
parent
a4f868f0b8
commit
b8e4507637
|
@ -2262,7 +2262,7 @@ function cleanup_and_exit
|
||||||
# Jenkins or whatever already knows where it is at
|
# Jenkins or whatever already knows where it is at
|
||||||
# since it told us to put it there!
|
# since it told us to put it there!
|
||||||
relative_patchdir >/dev/null
|
relative_patchdir >/dev/null
|
||||||
if [[ $? == 0 ]]; then
|
if [[ $? == 1 ]]; then
|
||||||
hadoop_debug "mv ${PATCH_DIR} ${BASEDIR}"
|
hadoop_debug "mv ${PATCH_DIR} ${BASEDIR}"
|
||||||
mv "${PATCH_DIR}" "${BASEDIR}"
|
mv "${PATCH_DIR}" "${BASEDIR}"
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -160,6 +160,8 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-11898. add nfs3 and portmap starting command in hadoop-daemon.sh
|
HADOOP-11898. add nfs3 and portmap starting command in hadoop-daemon.sh
|
||||||
in branch-2 (brandonli)
|
in branch-2 (brandonli)
|
||||||
|
|
||||||
|
HADOOP-11926. test-patch.sh mv does wrong math (aw)
|
||||||
|
|
||||||
Release 2.7.1 - UNRELEASED
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue