Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.8.0
-
None
-
The remaining classes in the org.apache.hadoop.hdfs.client package have been moved from hadoop-hdfs to hadoop-hdfs-client.
Description
Some remaining classes in the oah.hdfs.client package are still in hadoop-hdfs rather than hadoop-hdfs-client.
This broke a client that depended on hadoop-client for HdfsAdmin. hadoop-client now pulls in hadoop-hdfs-client rather than hadoop-hdfs, meaning it lost access to HdfsAdmin.