You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "todd (Jira)" <ji...@apache.org> on 2022/07/12 11:40:00 UTC

[jira] [Updated] (HUDI-4386) modify flink catalog sync aws glue config

     [ https://issues.apache.org/jira/browse/HUDI-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

todd updated HUDI-4386:
-----------------------
    Description: 
# fix AWSGlueCatalogSyncTool  not found execption
 # Sync metadata to aws glue via hive_sync.catalog.sync.tool.class = 'AWSGlueCatalogSyncTool',     about this: [https://github.com/apache/hudi/pull/5202]
 # demo:

'hive_sync.enable'='true',
'hive_sync.mode'='hms',
'hive_sync.table'='test_glue_catalog,
'hive_sync.catalog.sync.tool.class'='AWSGlueCatalogSyncTool',
'hive_sync.db'='test'

  was:
# fix AWSGlueCatalogSyncTool  not found execption
 # Sync metadata to aws glue via hive_sync.catalog.sync.tool.class = 'AWSGlueCatalogSyncTool',     about this: https://github.com/apache/hudi/pull/5202


> modify flink catalog sync aws glue config
> -----------------------------------------
>
>                 Key: HUDI-4386
>                 URL: https://issues.apache.org/jira/browse/HUDI-4386
>             Project: Apache Hudi
>          Issue Type: Bug
>            Reporter: todd
>            Priority: Major
>
> # fix AWSGlueCatalogSyncTool  not found execption
>  # Sync metadata to aws glue via hive_sync.catalog.sync.tool.class = 'AWSGlueCatalogSyncTool',     about this: [https://github.com/apache/hudi/pull/5202]
>  # demo:
> 'hive_sync.enable'='true',
> 'hive_sync.mode'='hms',
> 'hive_sync.table'='test_glue_catalog,
> 'hive_sync.catalog.sync.tool.class'='AWSGlueCatalogSyncTool',
> 'hive_sync.db'='test'



--
This message was sent by Atlassian Jira
(v8.20.10#820010)