HADOOP-12710. Remove dependency on commons-httpclient for TestHttpServerLogs (Wei-Chiu Chuang via iwasakims)

(cherry picked from commit 1a1c2f5bab)
This commit is contained in:
Masatake Iwasaki 2016-02-18 00:13:11 +09:00
parent a33cdfb875
commit 3e80aece2e
2 changed files with 4 additions and 1 deletions

View File

@ -38,6 +38,9 @@ Release 2.9.0 - UNRELEASED
HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to
log uncaught exceptions/errors. (Sidharta Seethana via vvasudev)
HADOOP-12710. Remove dependency on commons-httpclient for TestHttpServerLogs
(Wei-Chiu Chuang via iwasakims)
BUG FIXES
HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQueuing

View File

@ -17,7 +17,7 @@
*/
package org.apache.hadoop.http;
import org.apache.commons.httpclient.HttpStatus;
import org.apache.http.HttpStatus;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.conf.Configuration;