1
0

[HUDI-777] Updated description for --target-table parameter (#1519)

This commit is contained in:
Iftach Schonbaum
2020-04-16 00:56:13 +03:00
committed by GitHub
parent d65efe659d
commit 9ca710cb02
2 changed files with 2 additions and 2 deletions

View File

@@ -184,7 +184,7 @@ public class HoodieDeltaStreamer implements Serializable {
public String targetBasePath;
// TODO: How to obtain hive configs to register?
@Parameter(names = {"--target-table"}, description = "name of the target table in Hive", required = true)
@Parameter(names = {"--target-table"}, description = "name of the target table", required = true)
public String targetTableName;
@Parameter(names = {"--table-type"}, description = "Type of table. COPY_ON_WRITE (or) MERGE_ON_READ", required = true)

View File

@@ -209,7 +209,7 @@ public class HoodieMultiTableDeltaStreamer {
description = "base path prefix for multi table support via HoodieMultiTableDeltaStreamer class")
public String basePathPrefix;
@Parameter(names = {"--target-table"}, description = "name of the target table in Hive", required = true)
@Parameter(names = {"--target-table"}, description = "name of the target table", required = true)
public String targetTableName;
@Parameter(names = {"--table-type"}, description = "Type of table. COPY_ON_WRITE (or) MERGE_ON_READ", required = true)