newsbreak-tonglin commented on issue #8586:
URL: https://github.com/apache/hudi/issues/8586#issuecomment-1541198587
@danny0405 I use configs below to sync table to hive metastore, but can
only found ro table in hive metastore
" 'hive_sync.enable' = 'true',\n" +
" 'hive_sync.mode' = 'hms',\n" +
" 'hive_sync.metastore.uris' = 'thrift://xxxx:9083',\n" +
" 'hive_sync.table'='mongo_cdc_hudi_xxxx_test25',\n" +
" 'hive_sync.auto_create_database'='false',\n"+
" 'hive_sync.table.strategy'='ALL',\n"+
" 'hive_sync.db'='default',\n" +
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]