[ 
https://issues.apache.org/jira/browse/HADOOP-14970?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Erik Krogen updated HADOOP-14970:
---------------------------------
    Affects Version/s: 2.2.0

> MiniHadoopClusterManager doesn't respect lack of format option
> --------------------------------------------------------------
>
>                 Key: HADOOP-14970
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14970
>             Project: Hadoop Common
>          Issue Type: Bug
>    Affects Versions: 2.2.0
>            Reporter: Erik Krogen
>            Assignee: Erik Krogen
>            Priority: Minor
>
> The CLI MiniCluster, {{MiniHadoopClusterManager}}, says that by default it 
> does not format its directories, and provides the {{-format}} option to 
> specify that it should do so. However, it builds its {{MiniDFSCluster}} like:
> {code}
>       dfs = new MiniDFSCluster.Builder(conf).nameNodePort(nnPort)
>           .nameNodeHttpPort(nnHttpPort).numDataNodes(numDataNodes)
>           .startupOption(dfsOpts).build();
> {code}
> {{MiniDFSCluster.Builder}}, by default, sets {{format}} to true, so even 
> though the {{startupOption}} is {{REGULAR}}, it will still format regardless 
> of whether or not the flag is supplied.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to