You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2014/04/29 21:47:20 UTC

[jira] [Created] (HIVE-6987) Metastore qop settings won't work with Hadoop-2.4

Vaibhav Gumashta created HIVE-6987:
--------------------------------------

             Summary: Metastore qop settings won't work with Hadoop-2.4
                 Key: HIVE-6987
                 URL: https://issues.apache.org/jira/browse/HIVE-6987
             Project: Hive
          Issue Type: Bug
          Components: Metastore
    Affects Versions: 0.14.0
            Reporter: Vaibhav Gumashta
             Fix For: 0.14.0


 [HADOOP-10211|https://issues.apache.org/jira/browse/HADOOP-10211] made a backward incompatible change due to which the following hive call returns a null map:
{code}
Map<String, String> hadoopSaslProps =  ShimLoader.getHadoopThriftAuthBridge().
        getHadoopSaslProperties(conf); 
{code}

Metastore uses the underlying hadoop.rpc.protection values to set the qop between metastore client/server. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)