<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to access hive metastore using proxy user ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-hive-metastore-using-proxy-user/m-p/129502#M23023</link>
    <description>&lt;P&gt;It is fixed in &lt;A href="https://issues.apache.org/jira/browse/SPARK-13478" target="_blank"&gt;https://issues.apache.org/jira/browse/SPARK-13478&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2016 16:25:16 GMT</pubDate>
    <dc:creator>jzhang</dc:creator>
    <dc:date>2016-03-17T16:25:16Z</dc:date>
    <item>
      <title>How to access hive metastore using proxy user ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-hive-metastore-using-proxy-user/m-p/129501#M23022</link>
      <description>&lt;P&gt;I try to access hive metastore service using proxy user, but didn't succeed. I just wonder whether hive metastore support this kind of access ?&lt;/P&gt;&lt;P&gt;16/03/15 08:57:57 DEBUG security.UserGroupInformation: PrivilegedAction as:jeff (auth:PROXY) via &lt;A href="mailto:livy@EXAMPLE.COM"&gt;livy@EXAMPLE.COM&lt;/A&gt; (auth:KERBEROS) from:org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport.open(TUGIAssumingTransport.java:49)&lt;/P&gt;&lt;P&gt;16/03/15 08:57:57 ERROR transport.TSaslTransport: SASL negotiation failure&lt;/P&gt;&lt;P&gt;javax.security.sasl.SaslException: GSS initiate failed [Caused by GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt)]&lt;/P&gt;&lt;P&gt;at com.sun.security.sasl.gsskerb.GssKrb5Client.evaluateChallenge(GssKrb5Client.java:212)&lt;/P&gt;&lt;P&gt;at org.apache.thrift.transport.TSaslClientTransport.handleSaslStartMessage(TSaslClientTransport.java:94)&lt;/P&gt;&lt;P&gt;at org.apache.thrift.transport.TSaslTransport.open(TSaslTransport.java:271)&lt;/P&gt;&lt;P&gt;at org.apache.thrift.transport.TSaslClientTransport.open(TSaslClientTransport.java:37)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:52)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport$1.run(TUGIAssumingTransport.java:49)&lt;/P&gt;&lt;P&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;at javax.security.auth.Subject.doAs(Subject.java:415)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1628)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.thrift.client.TUGIAssumingTransport.open(TUGIAssumingTransport.java:49)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.open(HiveMetaStoreClient.java:420)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.metastore.HiveMetaStoreClient.&amp;lt;init&amp;gt;(HiveMetaStoreClient.java:236)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient.&amp;lt;init&amp;gt;(SessionHiveMetaStoreClient.java:74)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)&lt;/P&gt;&lt;P&gt;at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)&lt;/P&gt;&lt;P&gt;at java.lang.reflect.Constructor.newInstance(Constructor.java:526)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.metastore.MetaStoreUtils.newInstance(MetaStoreUtils.java:1521)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.&amp;lt;init&amp;gt;(RetryingMetaStoreClient.java:86)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(RetryingMetaStoreClient.java:132)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.metastore.RetryingMetaStoreClient.getProxy(RetryingMetaStoreClient.java:104)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.ql.metadata.Hive.createMetaStoreClient(Hive.java:3005)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.ql.metadata.Hive.getMSC(Hive.java:3024)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.ql.metadata.Hive.getAllDatabases(Hive.java:1234)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.ql.metadata.Hive.reloadFunctions(Hive.java:174)&lt;/P&gt;&lt;P&gt;at org.apache.hadoop.hive.ql.metadata.Hive.&amp;lt;clinit&amp;gt;(Hive.java:166)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)&lt;/P&gt;&lt;P&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;/P&gt;&lt;P&gt;at java.lang.reflect.Method.invoke(Method.java:606) &lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2016 06:29:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-hive-metastore-using-proxy-user/m-p/129501#M23022</guid>
      <dc:creator>jzhang</dc:creator>
      <dc:date>2016-03-16T06:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to access hive metastore using proxy user ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-hive-metastore-using-proxy-user/m-p/129502#M23023</link>
      <description>&lt;P&gt;It is fixed in &lt;A href="https://issues.apache.org/jira/browse/SPARK-13478" target="_blank"&gt;https://issues.apache.org/jira/browse/SPARK-13478&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2016 16:25:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-access-hive-metastore-using-proxy-user/m-p/129502#M23023</guid>
      <dc:creator>jzhang</dc:creator>
      <dc:date>2016-03-17T16:25:16Z</dc:date>
    </item>
  </channel>
</rss>

