<?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: Hive query exception from Java api in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138602#M52072</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/768/pvyas.html" nodeid="768"&gt;@Pranay Vyas&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for your quick response. Hive table created successfully by hive CLI . below is the table structure.&lt;/P&gt;&lt;PRE&gt;hive&amp;gt; desc teradata_demo_table;
OK
id                      int
col_date                string
col_time                string
col_timestamp           string
col_timestamp_tz        string
col_time_tz             string
col_interval_yr_month   string
col_interval_yr         string
col_interval_month      string
col_interval_day        string
col_interval_day_hr     string
col_period_date         string
col_period_timestamp    string
col_byteint             tinyint
col_smallint            smallint
col_integer             int
col_bigint              bigint
col_decimal             decimal(8,2)
col_float               string
col_char                char(7)
col_varchar             varchar(16384)
Time taken: 0.379 seconds, Fetched: 21 row(s)&lt;/PRE&gt;&lt;P&gt;Full Log:&lt;/P&gt;&lt;PRE&gt;2017-01-24 16:01:38,840 INFO  [HiveServer2-Background-Pool: Thread-10098]: exec.Utilities (Utilities.java:getBaseWork(400)) - PLAN PATH = hdfs://ctsc00691239901.cts.com:8020/tmp/hive/hive/ae98860b-bdbe-45a1-9212-172a3bae152b/hive_2017-01-24_16-01-38_673_8353564872225299216-27/-mr-10003/0cfdbbd9-00ba-4f02-a100-5287bdaedfb8/reduce.xml
2017-01-24 16:01:38,841 INFO  [HiveServer2-Background-Pool: Thread-10098]: exec.Utilities (Utilities.java:getBaseWork(466)) - File not found: File does not exist: /tmp/hive/hive/ae98860b-bdbe-45a1-9212-172a3bae152b/hive_2017-01-24_16-01-38_673_8353564872225299216-27/-mr-10003/0cfdbbd9-00ba-4f02-a100-5287bdaedfb8/reduce.xml
	at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:71)
	at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:61)
	...


2017-01-24 16:01:38,841 INFO  [HiveServer2-Background-Pool: Thread-10098]: exec.Utilities (Utilities.java:getBaseWork(467)) - No plan file found: hdfs://ctsc00691239901.cts.com:8020/tmp/hive/hive/ae98860b-bdbe-45a1-9212-172a3bae152b/hive_2017-01-24_16-01-38_673_8353564872225299216-27/-mr-10003/0cfdbbd9-00ba-4f02-a100-5287bdaedfb8/reduce.xml
2017-01-24 16:01:38,848 INFO  [HiveServer2-Background-Pool: Thread-10098]: hdfs.DFSClient (DFSClient.java:getDelegationToken(1047)) - Created HDFS_DELEGATION_TOKEN token 3924 for hive on 10.223.72.129:8020
2017-01-24 16:01:38,857 INFO  [HiveServer2-Background-Pool: Thread-10098]: mapreduce.JobSubmitter (JobSubmitter.java:submitJobInternal(249)) - Cleaning up the staging area /user/hive/.staging/job_1484412561270_0059
2017-01-24 16:01:38,858 ERROR [HiveServer2-Background-Pool: Thread-10098]: exec.Task (SessionState.java:printError(962)) - Job Submission failed with exception 'java.io.IOException(java.lang.reflect.UndeclaredThrowableException)'
java.io.IOException: java.lang.reflect.UndeclaredThrowableException
	at org.apache.hadoop.crypto.key.kms.KMSClientProvider.addDelegationTokens(KMSClientProvider.java:892)
	at org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension.addDelegationTokens(KeyProviderDelegationTokenExtension.java:86)
	at org.apache.hadoop.hdfs.DistributedFileSystem.addDelegationTokens(DistributedFileSystem.java:2291)
	...
Caused by: java.lang.reflect.UndeclaredThrowableException
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1727)
	at org.apache.hadoop.crypto.key.kms.KMSClientProvider.addDelegationTokens(KMSClientProvider.java:874)
	... 40 more
Caused by: org.apache.hadoop.security.authentication.client.AuthenticationException: Authentication failed, status: 403, message: Forbidden
	at org.apache.hadoop.security.authentication.client.AuthenticatedURL.extractToken(AuthenticatedURL.java:274)
	at org.apache.hadoop.security.authentication.client.PseudoAuthenticator.authenticate(PseudoAuthenticator.java:77)
	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128)
	at org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:214)
	...


2017-01-24 16:01:38,860 INFO  [ATS Logger 0]: hooks.ATSHook (ATSHook.java:createPostHookEvent(193)) - Received post-hook notification for :hive_20170124160138_1cd543d0-afe0-46ee-95c6-b9fc1d4440f6
2017-01-24 16:01:38,860 ERROR [HiveServer2-Background-Pool: Thread-10098]: ql.Driver (SessionState.java:printError(962)) - FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask
...
2017-01-24 16:01:38,861 ERROR [HiveServer2-Background-Pool: Thread-10098]: operation.Operation (SQLOperation.java:run(209)) - Error running hive query: 
org.apache.hive.service.cli.HiveSQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask
	at org.apache.hive.service.cli.operation.Operation.toSQLException(Operation.java:315)
	at org.apache.hive.service.cli.operation.SQLOperation.runQuery(SQLOperation.java:156)
	at org.apache.hive.service.cli.operation.SQLOperation.access$100(SQLOperation.java:71)
	at org.apache.hive.service.cli.operation.SQLOperation$1$1.run(SQLOperation.java:206)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:422)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1709)
	at org.apache.hive.service.cli.operation.SQLOperation$1.run(SQLOperation.java:218)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


&lt;/PRE&gt;&lt;P&gt;All other commands are running fine.  This is simple hive query where I want to store the query result in local directory. Please help.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2017 14:53:18 GMT</pubDate>
    <dc:creator>arkaprova</dc:creator>
    <dc:date>2017-01-24T14:53:18Z</dc:date>
    <item>
      <title>Hive query exception from Java api</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138600#M52070</link>
      <description>&lt;P&gt;I am trying to execute below query using java api&lt;/P&gt;&lt;PRE&gt;INSERT OVERWRITE LOCAL DIRECTORY '/home/bigframe/aps/temp' select * from teradata_demo_table&lt;/PRE&gt;&lt;P&gt;And I am getting below error &lt;/P&gt;&lt;PRE&gt;java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask
        at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:296)
        at com.bigframe.perl.api.HiveReconTableCreate.doHiveTableCreation(HiveReconTableCreate.java:82)
        at com.bigframe.perl.api.HiveReconTableCreate.main(HiveReconTableCreate.java:142)&lt;/PRE&gt;&lt;P&gt;Same query is working from Hive CLI. Also "select * from teradata_demo_table" is working from java API.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Jan 2017 17:31:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138600#M52070</guid>
      <dc:creator>arkaprova</dc:creator>
      <dc:date>2017-01-20T17:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hive query exception from Java api</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138601#M52071</link>
      <description>&lt;P&gt;Are all queries failing via java api or just this one? Can you post complete error stack? I see hive "doHiveTableCreation" method, did table get created successfully?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 02:30:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138601#M52071</guid>
      <dc:creator>PranayV</dc:creator>
      <dc:date>2017-01-21T02:30:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hive query exception from Java api</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138602#M52072</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/768/pvyas.html" nodeid="768"&gt;@Pranay Vyas&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for your quick response. Hive table created successfully by hive CLI . below is the table structure.&lt;/P&gt;&lt;PRE&gt;hive&amp;gt; desc teradata_demo_table;
OK
id                      int
col_date                string
col_time                string
col_timestamp           string
col_timestamp_tz        string
col_time_tz             string
col_interval_yr_month   string
col_interval_yr         string
col_interval_month      string
col_interval_day        string
col_interval_day_hr     string
col_period_date         string
col_period_timestamp    string
col_byteint             tinyint
col_smallint            smallint
col_integer             int
col_bigint              bigint
col_decimal             decimal(8,2)
col_float               string
col_char                char(7)
col_varchar             varchar(16384)
Time taken: 0.379 seconds, Fetched: 21 row(s)&lt;/PRE&gt;&lt;P&gt;Full Log:&lt;/P&gt;&lt;PRE&gt;2017-01-24 16:01:38,840 INFO  [HiveServer2-Background-Pool: Thread-10098]: exec.Utilities (Utilities.java:getBaseWork(400)) - PLAN PATH = hdfs://ctsc00691239901.cts.com:8020/tmp/hive/hive/ae98860b-bdbe-45a1-9212-172a3bae152b/hive_2017-01-24_16-01-38_673_8353564872225299216-27/-mr-10003/0cfdbbd9-00ba-4f02-a100-5287bdaedfb8/reduce.xml
2017-01-24 16:01:38,841 INFO  [HiveServer2-Background-Pool: Thread-10098]: exec.Utilities (Utilities.java:getBaseWork(466)) - File not found: File does not exist: /tmp/hive/hive/ae98860b-bdbe-45a1-9212-172a3bae152b/hive_2017-01-24_16-01-38_673_8353564872225299216-27/-mr-10003/0cfdbbd9-00ba-4f02-a100-5287bdaedfb8/reduce.xml
	at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:71)
	at org.apache.hadoop.hdfs.server.namenode.INodeFile.valueOf(INodeFile.java:61)
	...


2017-01-24 16:01:38,841 INFO  [HiveServer2-Background-Pool: Thread-10098]: exec.Utilities (Utilities.java:getBaseWork(467)) - No plan file found: hdfs://ctsc00691239901.cts.com:8020/tmp/hive/hive/ae98860b-bdbe-45a1-9212-172a3bae152b/hive_2017-01-24_16-01-38_673_8353564872225299216-27/-mr-10003/0cfdbbd9-00ba-4f02-a100-5287bdaedfb8/reduce.xml
2017-01-24 16:01:38,848 INFO  [HiveServer2-Background-Pool: Thread-10098]: hdfs.DFSClient (DFSClient.java:getDelegationToken(1047)) - Created HDFS_DELEGATION_TOKEN token 3924 for hive on 10.223.72.129:8020
2017-01-24 16:01:38,857 INFO  [HiveServer2-Background-Pool: Thread-10098]: mapreduce.JobSubmitter (JobSubmitter.java:submitJobInternal(249)) - Cleaning up the staging area /user/hive/.staging/job_1484412561270_0059
2017-01-24 16:01:38,858 ERROR [HiveServer2-Background-Pool: Thread-10098]: exec.Task (SessionState.java:printError(962)) - Job Submission failed with exception 'java.io.IOException(java.lang.reflect.UndeclaredThrowableException)'
java.io.IOException: java.lang.reflect.UndeclaredThrowableException
	at org.apache.hadoop.crypto.key.kms.KMSClientProvider.addDelegationTokens(KMSClientProvider.java:892)
	at org.apache.hadoop.crypto.key.KeyProviderDelegationTokenExtension.addDelegationTokens(KeyProviderDelegationTokenExtension.java:86)
	at org.apache.hadoop.hdfs.DistributedFileSystem.addDelegationTokens(DistributedFileSystem.java:2291)
	...
Caused by: java.lang.reflect.UndeclaredThrowableException
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1727)
	at org.apache.hadoop.crypto.key.kms.KMSClientProvider.addDelegationTokens(KMSClientProvider.java:874)
	... 40 more
Caused by: org.apache.hadoop.security.authentication.client.AuthenticationException: Authentication failed, status: 403, message: Forbidden
	at org.apache.hadoop.security.authentication.client.AuthenticatedURL.extractToken(AuthenticatedURL.java:274)
	at org.apache.hadoop.security.authentication.client.PseudoAuthenticator.authenticate(PseudoAuthenticator.java:77)
	at org.apache.hadoop.security.token.delegation.web.DelegationTokenAuthenticator.authenticate(DelegationTokenAuthenticator.java:128)
	at org.apache.hadoop.security.authentication.client.KerberosAuthenticator.authenticate(KerberosAuthenticator.java:214)
	...


2017-01-24 16:01:38,860 INFO  [ATS Logger 0]: hooks.ATSHook (ATSHook.java:createPostHookEvent(193)) - Received post-hook notification for :hive_20170124160138_1cd543d0-afe0-46ee-95c6-b9fc1d4440f6
2017-01-24 16:01:38,860 ERROR [HiveServer2-Background-Pool: Thread-10098]: ql.Driver (SessionState.java:printError(962)) - FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask
...
2017-01-24 16:01:38,861 ERROR [HiveServer2-Background-Pool: Thread-10098]: operation.Operation (SQLOperation.java:run(209)) - Error running hive query: 
org.apache.hive.service.cli.HiveSQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask
	at org.apache.hive.service.cli.operation.Operation.toSQLException(Operation.java:315)
	at org.apache.hive.service.cli.operation.SQLOperation.runQuery(SQLOperation.java:156)
	at org.apache.hive.service.cli.operation.SQLOperation.access$100(SQLOperation.java:71)
	at org.apache.hive.service.cli.operation.SQLOperation$1$1.run(SQLOperation.java:206)
	at java.security.AccessController.doPrivileged(Native Method)
	at javax.security.auth.Subject.doAs(Subject.java:422)
	at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1709)
	at org.apache.hive.service.cli.operation.SQLOperation$1.run(SQLOperation.java:218)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


&lt;/PRE&gt;&lt;P&gt;All other commands are running fine.  This is simple hive query where I want to store the query result in local directory. Please help.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 14:53:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138602#M52072</guid>
      <dc:creator>arkaprova</dc:creator>
      <dc:date>2017-01-24T14:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hive query exception from Java api</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138603#M52073</link>
      <description>&lt;P&gt;Is your cluster kerberized? Log says "Caused by: org.apache.hadoop.security.authentication.client.AuthenticationException: Authentication failed, status: 403, message: Forbidden" &lt;/P&gt;&lt;P&gt;Can you check if you are running the job with user having valid kerberos ticket?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2017 02:48:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138603#M52073</guid>
      <dc:creator>PranayV</dc:creator>
      <dc:date>2017-01-26T02:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hive query exception from Java api</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138604#M52074</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/768/pvyas.html" nodeid="768"&gt;@Pranay Vyas&lt;/A&gt; &lt;/P&gt;&lt;P&gt;This is kerberized cluster. And I am using hive principal and keytab for authentication. All create table  and insert data query are working from java api. But for any select query I am getting this authentication error (Authentication failed, status: 403, message: Forbidden). Please help.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2017 12:58:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138604#M52074</guid>
      <dc:creator>arkaprova</dc:creator>
      <dc:date>2017-01-27T12:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hive query exception from Java api</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138605#M52075</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/12830/bigdataarkaprova.html" nodeid="12830"&gt;@Arkaprova Saha&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;If you are running Java code via JDBC connection to Hive, there is no "LOCAL" directory (except of local mode, which I believe is not the case). Well, actually, there is local dir, but it is on a machine that accepts your query (HS2). Most probably you just don't have writing permissions for the user you are connecting with.&lt;/P&gt;&lt;P&gt;I would suggest:&lt;/P&gt;&lt;P&gt;1. run the same query just without "LOCAL". it will create files on HDFS.&lt;/P&gt;&lt;P&gt;2. pull files from HDFS (hdfs get, or hdfs getmerge, or Java API File system).&lt;/P&gt;&lt;P&gt;Let me know if that works for you.&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 03:40:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138605#M52075</guid>
      <dc:creator>eberezitsky</dc:creator>
      <dc:date>2017-01-28T03:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hive query exception from Java api</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138606#M52076</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14209/eberezitsky.html" nodeid="14209"&gt;@Ed Berezitsky&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks for your reply. I have analyzed the log and found that select query from any table getting authentication error (Authentication failed, status: 403, message: Forbidden). Apart from select query all other queries are working. I am not sure why I am getting authentication error for select query. Select query is able to get the result set but getting this issue while iterating through result set. Please help.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2017 16:22:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138606#M52076</guid>
      <dc:creator>arkaprova</dc:creator>
      <dc:date>2017-01-29T16:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hive query exception from Java api</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138607#M52077</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/768/pvyas.html" nodeid="768"&gt;@Pranay Vyas&lt;/A&gt; &lt;/P&gt;&lt;P&gt;I have analyzed the log and found that select query from any table getting authentication error (Authentication failed, status: 403, message: Forbidden). Apart from select query all other queries are working. I am not sure why I am getting authentication error for select query. Select query is able to get the result set but getting this issue while iterating through result set. Please help.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2017 16:23:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138607#M52077</guid>
      <dc:creator>arkaprova</dc:creator>
      <dc:date>2017-01-29T16:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Hive query exception from Java api</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138608#M52078</link>
      <description>&lt;P&gt;So, DDLs and DMLs are running successfully, but SELECT fails.&lt;/P&gt;&lt;P&gt;Check if you have write permissions on /tmp directory for user you are running query with (looks like it is "hive" user).&lt;/P&gt;&lt;P&gt;The difference between running CLI and HS2 APIs - your code is running on different nodes (edge vs master). so make sure you have the same setup for user "hive" on both of them.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 01:17:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138608#M52078</guid>
      <dc:creator>eberezitsky</dc:creator>
      <dc:date>2017-01-30T01:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hive query exception from Java api</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138609#M52079</link>
      <description>&lt;P&gt;This issue has been fixed after setting below properties in kms-site.xml.&lt;/P&gt;&lt;PRE&gt;hadoop.kms.proxyuser.hive.users=*

hadoop.kms.proxyuser.hive.hosts =*&lt;/PRE&gt;&lt;P&gt;Now I am not getting any authentication error.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 15:34:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-query-exception-from-Java-api/m-p/138609#M52079</guid>
      <dc:creator>arkaprova</dc:creator>
      <dc:date>2017-01-30T15:34:49Z</dc:date>
    </item>
  </channel>
</rss>

