1
0

[HUDI-3040] Fix HoodieSparkBootstrapExample error info for usage (#4341)

This commit is contained in:
Aimiyoo
2022-01-01 15:38:38 +08:00
committed by GitHub
parent ef9923fc55
commit bfa169d808

View File

@@ -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];