This is an automated email from the ASF dual-hosted git repository.

vinoyang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ef9e88  [HUDI-715] Fix duplicate name in TableCommand (#1410)
3ef9e88 is described below

commit 3ef9e885cacc064fc316c61c7c826f3a1cb96da0
Author: hongdd <jn_...@163.com>
AuthorDate: Mon Mar 16 17:19:57 2020 +0800

    [HUDI-715] Fix duplicate name in TableCommand (#1410)
---
 hudi-cli/src/main/java/org/apache/hudi/cli/commands/TableCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/hudi-cli/src/main/java/org/apache/hudi/cli/commands/TableCommand.java 
b/hudi-cli/src/main/java/org/apache/hudi/cli/commands/TableCommand.java
index 439b9c8..9dcd5c9 100644
--- a/hudi-cli/src/main/java/org/apache/hudi/cli/commands/TableCommand.java
+++ b/hudi-cli/src/main/java/org/apache/hudi/cli/commands/TableCommand.java
@@ -54,7 +54,7 @@ public class TableCommand implements CommandMarker {
           help = "Enable eventual consistency") final boolean 
eventuallyConsistent,
       @CliOption(key = {"initialCheckIntervalMs"}, unspecifiedDefaultValue = 
"2000",
           help = "Initial wait time for eventual consistency") final Integer 
initialConsistencyIntervalMs,
-      @CliOption(key = {"maxCheckIntervalMs"}, unspecifiedDefaultValue = 
"300000",
+      @CliOption(key = {"maxWaitIntervalMs"}, unspecifiedDefaultValue = 
"300000",
           help = "Max wait time for eventual consistency") final Integer 
maxConsistencyIntervalMs,
       @CliOption(key = {"maxCheckIntervalMs"}, unspecifiedDefaultValue = "7",
           help = "Max checks for eventual consistency") final Integer 
maxConsistencyChecks)

Reply via email to