HADOOP-12710. Remove dependency on commons-httpclient for TestHttpServerLogs (Wei-Chiu Chuang via iwasakims)
This commit is contained in:
parent
453e7e0d10
commit
1a1c2f5bab
@ -688,6 +688,9 @@ Release 2.9.0 - UNRELEASED
|
|||||||
HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to
|
HADOOP-12749. Create a threadpoolexecutor that overrides afterExecute to
|
||||||
log uncaught exceptions/errors. (Sidharta Seethana via vvasudev)
|
log uncaught exceptions/errors. (Sidharta Seethana via vvasudev)
|
||||||
|
|
||||||
|
HADOOP-12710. Remove dependency on commons-httpclient for TestHttpServerLogs
|
||||||
|
(Wei-Chiu Chuang via iwasakims)
|
||||||
|
|
||||||
BUG FIXES
|
BUG FIXES
|
||||||
|
|
||||||
HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQueuing
|
HADOOP-12605. Fix intermittent failure of TestIPC.testIpcWithReaderQueuing
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
package org.apache.hadoop.http;
|
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.Log;
|
||||||
import org.apache.commons.logging.LogFactory;
|
import org.apache.commons.logging.LogFactory;
|
||||||
import org.apache.hadoop.conf.Configuration;
|
import org.apache.hadoop.conf.Configuration;
|
||||||
|
Loading…
Reference in New Issue
Block a user