Re: Apache Hive integration

2020-01-13 Thread Elliot West
Thanks for the update Adrien, Does your PR reflect the current state of your implementation or did you make additional progress? Elliot. On Thu, 9 Jan 2020 at 13:38, Adrien Guillo wrote: > Hello, > > Last year, we started looking into integrating Iceberg with Hive and > working on a proof-of-c

Re: Apache Hive integration

2020-01-09 Thread Adrien Guillo
Hello, Last year, we started looking into integrating Iceberg with Hive and working on a proof-of-concept. Unfortunately, the project was paused a few months later but we're hoping to resume our work this year, hopefully in Q1. We'll keep you posted. Cheers, Adrien On Wed, Jan 8, 2020 at 10:43

Re: Apache Hive integration

2020-01-08 Thread Ryan Blue
Thanks for the interest in Hive integration! I haven't heard about progress here lately, so it's good that you bring it up. Hopefully the other people that are interested can jump in with their current status. I think you're right that the MR input and output formats are a good place to start, but

Apache Hive integration

2020-01-08 Thread Elliot West
Hello, We're considering working on an integration of Iceberg with Apache Hive, initially so that the latest snapshot of Iceberg tables can be queried via Hive, but later to allow the writing of data using the Iceberg table format. I wanted to first check for the existence and status of any simil