You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by pv...@apache.org on 2023/04/18 04:36:46 UTC

[iceberg] branch master updated: Docs: clarify Hive on Tez configuration (#7282)

This is an automated email from the ASF dual-hosted git repository.

pvary pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 854f007641 Docs: clarify Hive on Tez configuration (#7282)
854f007641 is described below

commit 854f007641b4917da7a92e006ab3e28d0f281929
Author: Christophe Préaud <co...@aquilae.fr>
AuthorDate: Tue Apr 18 06:36:37 2023 +0200

    Docs: clarify Hive on Tez configuration (#7282)
---
 docs/hive.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/hive.md b/docs/hive.md
index 2e9eb21748..d1138572fd 100644
--- a/docs/hive.md
+++ b/docs/hive.md
@@ -127,12 +127,10 @@ The table level configuration overrides the global Hadoop configuration.
 
 To use the Tez engine on Hive `3.1.2` or later, Tez needs to be upgraded to >= `0.10.1` which contains a necessary fix [TEZ-4248](https://issues.apache.org/jira/browse/TEZ-4248).
 
-
 To use the Tez engine on Hive `2.3.x`, you will need to manually build Tez from the `branch-0.9` branch due to a
 backwards incompatibility issue with Tez `0.10.1`.
 
-You will also need to set the following property in the Hive
-configuration: `tez.mrreader.config.update.properties=hive.io.file.readcolumn.names,hive.io.file.readcolumn.ids`.
+In both cases, you will also need to set the following property in the `tez-site.xml` configuration file: `tez.mrreader.config.update.properties=hive.io.file.readcolumn.names,hive.io.file.readcolumn.ids`.
 
 ## Catalog Management