You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Alexandre Linte (JIRA)" <ji...@apache.org> on 2016/05/24 08:07:12 UTC

[jira] [Updated] (HIVE-13829) Property "hive.mapjoin.optimized.keys" does not exist

     [ https://issues.apache.org/jira/browse/HIVE-13829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexandre Linte updated HIVE-13829:
-----------------------------------
    Component/s: Configuration

> Property "hive.mapjoin.optimized.keys" does not exist
> -----------------------------------------------------
>
>                 Key: HIVE-13829
>                 URL: https://issues.apache.org/jira/browse/HIVE-13829
>             Project: Hive
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 2.0.0
>         Environment: Hadoop 2.7.2, Hive 2.0.0, Spark 1.6.1, Kerberos
>            Reporter: Alexandre Linte
>
> Refering to the documentation (https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties), it is possible to set the following property "hive.mapjoin.optimized.keys". Unfortunately, this property seems to be unknown to Hive.
> Here is an extract of the hive-site.xml which includes the property:
> {noformat}
>   <property>
>       <name>hive.mapjoin.optimized.hashtable</name>
>       <value>true</value>
>       <description>Whether Hive should use a memory-optimized hash table for MapJoin. Only works on Tez, because memory-optimized hash table cannot be serialized.</description>
>   </property>
> {noformat}
> In the logs I have:
> {noformat}
> May 24 09:09:02 hiveserver2.bigdata.fr HiveConf of name hive.mapjoin.optimized.keys does not exist
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)