vinothchandar commented on a change in pull request #989: [HUDI-312] Disable
embedded timeline server to mitigate integration test hanging issue
URL: https://github.com/apache/incubator-hudi/pull/989#discussion_r341535558
##########
File path:
hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestHoodieDemo.java
##########
@@ -88,8 +88,9 @@ public void testDemo() throws Exception {
}
private void setupDemo() throws Exception {
- List<String> cmds = new ImmutableList.Builder<String>().add("hdfs dfsadmin
-safemode wait") // handle NN going into
-
// safe mode at times
+ List<String> cmds = new ImmutableList.Builder<String>()
+ .add("hdfs dfsadmin -safemode wait") // handle NN going into safe mode
at times
+ .add("hadoop namenode -format")
Review comment:
can we use the `hdfs namenode -format` equivalent? also need to format
datanode?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services