massdosage commented on pull request #1407: URL: https://github.com/apache/iceberg/pull/1407#issuecomment-694270970
OK, I've managed to get the write path working using Hive in distributed mode with what is currently in this PR. I pointed the CREATE TABLE at an existing Iceberg table that was created using Spark, added the table property "'iceberg.mr.write.file.format'='parquet'", set the execution engine to "mr" and I could then execute a successful "INSERT INTO". So there are some rough edges when things go wrong but the basic "happy" path for a write appears to be working! ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
