Re: [I] Unable to use GlueCatalog in flink environments without hadoop [iceberg]

2024-10-20 Thread via GitHub
j3-signalroom commented on issue #3044: URL: https://github.com/apache/iceberg/issues/3044#issuecomment-2425331532 > I found this thread while trying to make Flink, Iceberg, and Glue work together without the Hadoop dependencies, so I'm hoping this is useful for someone else in the future.

Re: [I] Unable to use GlueCatalog in flink environments without hadoop [iceberg]

2024-07-22 Thread via GitHub
RoeeDev commented on issue #3044: URL: https://github.com/apache/iceberg/issues/3044#issuecomment-2242394813 @mgmarino - I am also trying to use your solution in my pyFlink application running on managed Flink, but the only thing I can't understand yet is - how do I incorporate the `HadoopU

Re: [I] Unable to use GlueCatalog in flink environments without hadoop [iceberg]

2024-07-18 Thread via GitHub
github-actions[bot] commented on issue #3044: URL: https://github.com/apache/iceberg/issues/3044#issuecomment-2237833788 This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs.

Re: [I] Unable to use GlueCatalog in flink environments without hadoop [iceberg]

2023-11-01 Thread via GitHub
rajcoolguy commented on issue #3044: URL: https://github.com/apache/iceberg/issues/3044#issuecomment-1790142135 @mgmarino - Thank you so much for the reference, i am able to make the KDA iceberg sink working. -- This is an automated message from the Apache Git Service. To respond to the

Re: [I] Unable to use GlueCatalog in flink environments without hadoop [iceberg]

2023-10-30 Thread via GitHub
mgmarino commented on issue #3044: URL: https://github.com/apache/iceberg/issues/3044#issuecomment-1785192369 @rajcoolguy I've updated my comment 👆 to include a link to a gist with the relevant code. HTH. -- This is an automated message from the Apache Git Service. To respond to the messa

Re: [I] Unable to use GlueCatalog in flink environments without hadoop [iceberg]

2023-10-27 Thread via GitHub
rajcoolguy commented on issue #3044: URL: https://github.com/apache/iceberg/issues/3044#issuecomment-1783634807 @mgmarino - how did you make this work in KDA, lacking documentation, i am either landing in to linkage error due to hadoop jars though i have shaded and relocated hadoop classes.