waytoharish commented on issue #10859:
URL: https://github.com/apache/hudi/issues/10859#issuecomment-1997248335
Thanks @CTTY @danny0405 @ad1happy2go for promptly helping me.
I am able to create a table now in Glue Catelog.
Main Cause was not able to see the table was because of not having sync
configured properly for Flink.
Here is the working working configuration :
options.put(FlinkOptions.HIVE_SYNC_ENABLED.key(), "true");
options.put(FlinkOptions.HIVE_SYNC_ENABLED.key(), "true");
options.put(FlinkOptions.HIVE_SYNC_MODE.key(), "glue");
options.put(FlinkOptions.HIVE_SYNC_TABLE.key(), tableName);
options.put(FlinkOptions.HIVE_SYNC_DB.key(), "default");
Apart from that please make sure to have HIVE_SYNC_MODE set as an GLUE if
you are using AWS glue Catalog.
--
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]