pvary commented on a change in pull request #2544: URL: https://github.com/apache/iceberg/pull/2544#discussion_r623031501
########## File path: site/docs/hive.md ########## @@ -17,113 +17,211 @@ # Hive -## Hive read support -Iceberg supports the reading of Iceberg tables from [Hive](https://hive.apache.org) by using a [StorageHandler](https://cwiki.apache.org/confluence/display/Hive/StorageHandlers). Please note that only Hive 2.x versions are currently supported. +Iceberg supports reading and writing Iceberg tables through [Hive](https://hive.apache.org) by using a [StorageHandler](https://cwiki.apache.org/confluence/display/Hive/StorageHandlers). +Only Hive 2.x versions are currently supported. Review comment: I think is not true. We support Hive 3.1.2 too. Also we might want to mention that for writes only MR is supported. Tez is only supported for reads only -- 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]
