waytoharish commented on issue #10859:
URL: https://github.com/apache/hudi/issues/10859#issuecomment-1996525784
Thanks @CTTY I see now error saying table not exist where my thought was
Flink will create a table if not exist .Please can you suggets
10:37:54,715 INFO org.apache.hudi.aws.sync.AWSGlueCatalogSyncClient
[] - Table not found: default.customer_sample_hudi_001
java.util.concurrent.ExecutionException:
software.amazon.awssdk.services.glue.model.EntityNotFoundException: Entity Not
Found (Service: Glue, Status Code: 400, Request ID:
5225e037-7ce1-41e3-ac33-32c203dd5496)
at
java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:395)
~[?:?]
at
java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2005) ~[?:?]
at
org.apache.hudi.aws.sync.AWSGlueCatalogSyncClient.tableExists(AWSGlueCatalogSyncClient.java:459)
~[hudi-flink1.17-bundle-0.14.0.jar:0.14.0]
at
org.apache.hudi.hive.HiveSyncTool.syncHoodieTable(HiveSyncTool.java:241)
~[hudi-flink1.17-bundle-0.14.0.jar:0.14.0]
at org.apache.hudi.hive.HiveSyncTool.doSync(HiveSyncTool.java:177)
~[hudi-flink1.17-bundle-0.14.0.jar:0.14.0]
at
org.apache.hudi.hive.HiveSyncTool.syncHoodieTable(HiveSyncTool.java:165)
~[hudi-flink1.17-bundle-0.14.0.jar:0.14.0]
at
org.apache.hudi.sink.StreamWriteOperatorCoordinator.doSyncHive(StreamWriteOperatorCoordinator.java:344)
~[hudi-flink1.17-bundle-0.14.0.jar:0.14.0]
at
org.apache.hudi.sink.utils.NonThrownExecutor.lambda$wrapAction$0(NonThrownExecutor.java:130)
~[hudi-flink1.17-bundle-0.14.0.jar:0.14.0]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
[?:?]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
[?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by:
software.amazon.awssdk.services.glue.model.EntityNotFoundException: Entity Not
Found (Service: Glue, Status Code: 400, Request ID:
5225e037-7ce1-41e3-ac33-32c203dd5496)
--
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]