For your second question "converting Hive tables to Iceberg", There is an import utility in Iceberg <https://github.com/apache/incubator-iceberg/blob/master/spark/src/main/scala/org/apache/iceberg/spark/SparkTableUtil.scala#L369-L372> in Spark to do that. I wrote several lines of Spark code and tested it and it worked.
On Wed, Nov 6, 2019 at 7:09 AM Christine Mathiesen <[email protected]> wrote: > Hey again! > > > > A quick question on Iceberg and Hive - is there any work going on around > integrating the two together so that you can read and write Iceberg tables > from Hive? Or for converting Hive tables to Iceberg? > > > > Thanks! > > > > *Christine Mathiesen * > > Software Development Intern > > BDP – Hotels.com > <https://urldefense.proofpoint.com/v2/url?u=http-3A__Hotels.com&d=DwQGaQ&c=r2dcLCtU9q6n0vrtnDw9vg&r=FQ88AmOZ4TMjDdqNBGu-ag&m=cPtdGlNb0486Rw99msUiNbVwMc2h1D5PMcNzhveoSCE&s=0xzg8r79YnXz4yhplD0gB4bphMuR1B0ZsIG_95G6lRg&e=> > > Expedia Group > > > -- Xinli Shang
