HADOOP-11166. Remove ulimit from test-patch.sh.

(cherry picked from commit 60f0f6fcde)
This commit is contained in:
Andrew Wang 2014-10-07 17:30:07 -07:00
parent 7e949744b1
commit d9aa0f8333
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,6 @@
#set -x
ulimit -n 1024
### Setup some variables.
### BUILD_URL is set by Hudson if it is run by patch process

View File

@ -21,6 +21,8 @@ Release 2.7.0 - UNRELEASED
HADOOP-10404. Some accesses to DomainSocketWatcher#closed are not protected
by the lock (cmccabe)
HADOOP-11166. Remove ulimit from test-patch.sh. (wang)
Release 2.6.0 - UNRELEASED
INCOMPATIBLE CHANGES