Uh oh!
There was an error while loading. Please reload this page.
add Glue support for HiveCatalog - #1608
Conversation
kbendick
commented
Oct 15, 2020
Hi @jackye1995. Thanks for taking this on. Have you seen this PR for integrating Nessie with Iceberg? I believe that the idea there is partially that Nessie would also allow for AWS Glue to be used. #1587 However, by no means do I intend to say that this PR should not be moved forward. I think this is a valuable contribution as many people likely use AWS Glue. |
jackye1995
commented
Oct 15, 2020
Yeah I read about that project a few days ago. I think they can coexist, and I am focusing on the use case for people who only need Glue + Iceberg. The patch here will be largely simplified based on community feedback, so I don't see any conflicts for continuing with both approaches at the same time. |
openinx
commented
Oct 15, 2020
Looks like a big patch, would be better to understand if we have a short doc to describe the core things. |
rdblue
commented
Oct 15, 2020
I've been talking with @jackye1995 in the Iceberg channel. Just to update anyone following here, my main concern is that this is a huge patch because it contains the implementation of Hive's thrift API for Glue. Jack is going to pare down the classes required so that we can see what is actually necessary for that approach and we can decide whether to build off of Also, this is a draft so we can look at the whole thing, but we will probably want to split it into multiple PRs. For example, the changes to allow injecting a different Hive client could be a stand-alone PR. |
jackye1995
commented
Oct 16, 2020
I talked with a few folks today regarding the best way to go for the changes, and what I will do is the following PRs:
Please let me know if there are any further concerns, otherwise I will close this PR later. |
jackye1995
commented
Oct 16, 2020
Sure I can add a short doc, and as I replied with Ryan, I will separate things to small patches for actual contribution. Let me close this PR, and I will attach a doc after I resubmit a smaller PR, thank you. |
jackye1995
commented
Oct 16, 2020
Will contribute in smaller PRs. |
rymurr
commented
Oct 16, 2020
Hey @jackye1995 this is pretty exciting. Please cc me when the other PRs are submitted. Especially interested in the dynamo stuff and if there are any synergies w/ Nessie |
HiveClientPool