This is an automated email from the ASF dual-hosted git repository.
yihua pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new bfa169d [HUDI-3040] Fix HoodieSparkBootstrapExample error info for
usage (#4341)
bfa169d is described below
commit bfa169d808c72d09e1370a2b1ecd6a080d45fe02
Author: Aimiyoo <[email protected]>
AuthorDate: Sat Jan 1 15:38:38 2022 +0800
[HUDI-3040] Fix HoodieSparkBootstrapExample error info for usage (#4341)
---
.../org/apache/hudi/examples/spark/HoodieSparkBootstrapExample.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hudi-examples/src/main/java/org/apache/hudi/examples/spark/HoodieSparkBootstrapExample.java
b/hudi-examples/src/main/java/org/apache/hudi/examples/spark/HoodieSparkBootstrapExample.java
index e385e47..d11d2ed 100644
---
a/hudi-examples/src/main/java/org/apache/hudi/examples/spark/HoodieSparkBootstrapExample.java
+++
b/hudi-examples/src/main/java/org/apache/hudi/examples/spark/HoodieSparkBootstrapExample.java
@@ -40,7 +40,7 @@ public class HoodieSparkBootstrapExample {
public static void main(String[] args) throws Exception {
if (args.length < 5) {
- System.err.println("Usage: HoodieWriteClientExample <tablePath>
<tableName>");
+ System.err.println("Usage: HoodieSparkBootstrapExample <recordKey>
<tableName> <partitionPath> <preCombineField> <basePath>");
System.exit(1);
}
String recordKey = args[0];