Addendum of HDFS-10872. Removed chan ge in MiniHadoopClusterManager.java

This commit is contained in:
Zhe Zhang 2016-11-14 16:43:43 -08:00
parent c6e7b631bd
commit efc0e640ed
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ private void sleepForever() {
*/
public void start() throws IOException, FileNotFoundException,
URISyntaxException {
conf.setBoolean("dfs.namenode.lock.detailed-metrics.enabled", true);
if (!noDFS) {
dfs = new MiniDFSCluster.Builder(conf).nameNodePort(nnPort)
.numDataNodes(numDataNodes).startupOption(dfsOpts).build();