Description
Some test classes are using deprecated constructors such as MiniDFSCluster(Configuration, int, boolean, String[], String[]) for building a MiniDFSCluster.
These classes should use MiniDFSCluster.Builder to reduce javac warnings and improve code readability.
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-10380 Cleanup javac warnings
- Open