Skip to content

Commit 520b920

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 97a9cd7 commit 520b920

File tree

1 file changed

+1
-1
lines changed
  • test/fixtures/hdfs-fixture/src/main/java/org/elasticsearch/test/fixtures/hdfs

1 file changed

+1
-1
lines changed

test/fixtures/hdfs-fixture/src/main/java/org/elasticsearch/test/fixtures/hdfs/HdfsFixture.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ private void tryStartingHdfs(Path hdfsHome) throws ClassNotFoundException, NoSuc
297297
builder.nnTopology(namenodeTopology);
298298
}
299299
dfs = builder.build();
300-
// dfs.waitClusterUp();
300+
// dfs.waitClusterUp();
301301
// Configure contents of the filesystem
302302
org.apache.hadoop.fs.Path esUserPath = new org.apache.hadoop.fs.Path("/user/elasticsearch");
303303
FileSystem fs;

0 commit comments

Comments
 (0)