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

2014-08-22 Thread Jason Dere (JIRA)

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

Jason Dere updated HIVE-6987:
-

Resolution: Duplicate
Status: Resolved  (was: Patch Available)

 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
  Labels: patch
 Fix For: 0.14.0

 Attachments: HIVE-6987.txt


  [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}
 MapString, 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)


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

2014-08-21 Thread skrho (JIRA)

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

skrho updated HIVE-6987:


Attachment: HIVE-6987.txt

Please review my patch and give me chance to contribute source~ ^^

 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
  Labels: patch
 Fix For: 0.14.0

 Attachments: HIVE-6987.txt


  [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}
 MapString, 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)


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

2014-08-21 Thread skrho (JIRA)

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

skrho updated HIVE-6987:


Labels: patch  (was: )
Status: Patch Available  (was: Open)

 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
  Labels: patch
 Fix For: 0.14.0

 Attachments: HIVE-6987.txt


  [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}
 MapString, 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)


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

2014-04-29 Thread Chris Drome (JIRA)

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

Chris Drome updated HIVE-6987:
--

Attachment: HIVE-6987-1.patch.txt

 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
Assignee: Chris Drome
 Fix For: 0.14.0

 Attachments: HIVE-6987-1.patch.txt


  [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}
 MapString, 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)


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

2014-04-29 Thread Chris Drome (JIRA)

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

Chris Drome updated HIVE-6987:
--

Attachment: (was: HIVE-6987-1.patch.txt)

 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
Assignee: Chris Drome
 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}
 MapString, 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)


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

2014-04-29 Thread Chris Drome (JIRA)

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

Chris Drome updated HIVE-6987:
--

Assignee: (was: Chris Drome)

 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}
 MapString, 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)