HDFS-10623. Remove unused import of httpclient.HttpConnection from TestWebHdfsTokens. (Contributed by Hanisha Koneru)

This commit is contained in:
Arpit Agarwal 2016-07-14 13:00:36 -07:00
parent 45ed97e0d2
commit c35c1e6703
2 changed files with 3 additions and 1 deletions

View File

@ -244,6 +244,9 @@ Release 2.7.3 - UNRELEASED
HDFS-10182. Hedged read might overwrite user's buf.
(zhouyingchao via waltersu4549)
HDFS-10623. Remove unused import of httpclient.HttpConnection from
TestWebHdfsTokens. (Hanish Koneru via Arpit Agarwal)
Release 2.7.2 - 2016-01-25
INCOMPATIBLE CHANGES

View File

@ -36,7 +36,6 @@ import java.net.URLConnection;
import java.security.PrivilegedExceptionAction;
import java.util.Map;
import org.apache.commons.httpclient.HttpConnection;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.FileUtil;