[HUDI-2883] Refactor hive sync tool / config to use reflection and standardize configs (#4175)
- Refactor hive sync tool / config to use reflection and standardize configs Co-authored-by: sivabalan <n.siva.b@gmail.com> Co-authored-by: Rajesh Mahindra <rmahindra@Rajeshs-MacBook-Pro.local> Co-authored-by: Raymond Xu <2701446+xushiyan@users.noreply.github.com>
This commit is contained in:
@@ -105,7 +105,7 @@ public class HoodieWriteConfig extends HoodieConfig {
|
||||
public static final String DELTASTREAMER_CHECKPOINT_KEY = "deltastreamer.checkpoint.key";
|
||||
|
||||
public static final ConfigProperty<String> TBL_NAME = ConfigProperty
|
||||
.key("hoodie.table.name")
|
||||
.key(HoodieTableConfig.HOODIE_TABLE_NAME_KEY)
|
||||
.noDefaultValue()
|
||||
.withDocumentation("Table name that will be used for registering with metastores like HMS. Needs to be same across runs.");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user