Addendum of HDFS-10872. Removed chan ge in MiniHadoopClusterManager.java
This commit is contained in:
parent
c6e7b631bd
commit
efc0e640ed
|
@ -150,7 +150,6 @@ public class MiniHadoopClusterManager {
|
||||||
*/
|
*/
|
||||||
public void start() throws IOException, FileNotFoundException,
|
public void start() throws IOException, FileNotFoundException,
|
||||||
URISyntaxException {
|
URISyntaxException {
|
||||||
conf.setBoolean("dfs.namenode.lock.detailed-metrics.enabled", true);
|
|
||||||
if (!noDFS) {
|
if (!noDFS) {
|
||||||
dfs = new MiniDFSCluster.Builder(conf).nameNodePort(nnPort)
|
dfs = new MiniDFSCluster.Builder(conf).nameNodePort(nnPort)
|
||||||
.numDataNodes(numDataNodes).startupOption(dfsOpts).build();
|
.numDataNodes(numDataNodes).startupOption(dfsOpts).build();
|
||||||
|
|
Loading…
Reference in New Issue