HADOOP-12710. Remove dependency on commons-httpclient for TestHttpServerLogs (Wei-Chiu Chuang via iwasakims)
(cherry picked from commit 1a1c2f5bab
)
This commit is contained in:
parent
a33cdfb875
commit
3e80aece2e
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue