marton-bod commented on a change in pull request #3944:
URL: https://github.com/apache/iceberg/pull/3944#discussion_r790730443



##########
File path: site/docs/hive.md
##########
@@ -72,6 +72,15 @@ catalog.createTable(tableId, schema, spec, tableProperties);
 
 The table level configuration overrides the global Hadoop configuration.
 
+#### Hive on Tez configuration
+
+To use the Tez engine on Hive(requires version >= `3.1.2`), Tez needs to be 
upgraded to >= `0.10.1` which contains a necessary fix 
[Tez-4248](https://issues.apache.org/jira/browse/TEZ-4248).

Review comment:
       The wording is a tiny bit confusing to me. `(requires version >= 3.1.2)` 
would indicate to me that Tez can only be used with Hive 3. Shall we reword it 
like this?
   `To use the Tez engine on Hive 3.1.2 or later, ...`
   followed by: 
   `To use the Tez engine on Hive 2.3.x, ...`
   
   




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to