-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Open
Labels
from-jirapriority:highSignificant impact; potential bugsSignificant impact; potential bugsstatus:pr-availablePull request availablePull request availabletype:bugBug reports and fixesBug reports and fixes
Description
The parameter --sync-strategy is error when use HiveSyncTool.
public static final ConfigProperty<String> HIVE_SYNC_TABLE_STRATEGY = ConfigProperty
.key("hoodie.datasource.hive_sync.table.strategy")
.defaultValue(HoodieSyncTableStrategy.ALL.name())
.markAdvanced()
.sinceVersion("0.13.0")
.withDocumentation("Hive table synchronization strategy. Available option: RO, RT, ALL.");The hoodie parameter hoodie.datasource.hive_sync.table.strategy 's type is STRING.
JIRA info
- Link: https://issues.apache.org/jira/browse/HUDI-6598
- Type: Bug
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
from-jirapriority:highSignificant impact; potential bugsSignificant impact; potential bugsstatus:pr-availablePull request availablePull request availabletype:bugBug reports and fixesBug reports and fixes