You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2022/06/18 03:15:53 UTC

[GitHub] [hudi] xushiyan commented on a diff in pull request #5202: [HUDI-3771] flink supports sync table information to aws glue

xushiyan commented on code in PR #5202:
URL: https://github.com/apache/hudi/pull/5202#discussion_r900689757


##########
hudi-sync/hudi-hive-sync/src/main/java/org/apache/hudi/hive/ddl/HiveSyncMode.java:
##########
@@ -26,6 +26,10 @@
    * The HMS mode use the hive meta client to sync metadata.
    */
   HMS,
+  /**
+   * The GLUE mode use the glue client to sync metadata.
+   */
+  GLUE,

Review Comment:
   @todd5167 this is not the right category for sync mode. sync mode only applies to hive sync tool, which uses jdbc/hiveql/hms. To use Glue, people need to configure sync tool class to `AWSGlueCatalogSyncTool`



-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org