[HUDI-777] Updated description for --target-table parameter (#1519)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user