You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Akira AJISAKA (JIRA)" <ji...@apache.org> on 2014/03/11 22:16:50 UTC

[jira] [Created] (HDFS-6090) Use MiniDFSCluster.Builder instead of deprecated constructors

Akira AJISAKA created HDFS-6090:
-----------------------------------

             Summary: Use MiniDFSCluster.Builder instead of deprecated constructors
                 Key: HDFS-6090
                 URL: https://issues.apache.org/jira/browse/HDFS-6090
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: test
            Reporter: Akira AJISAKA
            Priority: Minor


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.



--
This message was sent by Atlassian JIRA
(v6.2#6252)