[ https://issues.apache.org/jira/browse/HDFS-1456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922312#action_12922312 ]
Hudson commented on HDFS-1456: ------------------------------ Integrated in Hadoop-Hdfs-trunk-Commit #411 (See [https://hudson.apache.org/hudson/job/Hadoop-Hdfs-trunk-Commit/411/]) HDFS-1456. Provide builder for constructing instances of MiniDFSCluster. > Provide builder for constructing instances of MiniDFSCluster > ------------------------------------------------------------ > > Key: HDFS-1456 > URL: https://issues.apache.org/jira/browse/HDFS-1456 > Project: Hadoop HDFS > Issue Type: Improvement > Components: test > Affects Versions: 0.22.0 > Reporter: Jakob Homan > Assignee: Jakob Homan > Fix For: 0.22.0 > > Attachments: HDFS-1456-2.patch, HDFS-1456.patch > > > Time to fix a broken window. Of the 293 occurences of "new > MiniDFSCluster("... most look something like: > {noformat}cluster = new MiniDFSCluster(0, config, numDatanodes, true, false, > true, null, null, null, null);{noformat} > The largest constructor takes 10 parameters, and even the overloaded > constructors can be difficult to read as their mainaly nulls or booleans. > We should provide a Builder for constructing MiniDFSClusters to improve > readability. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.