<?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>topic Re: Talend Open Studio for Big Data query error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357652#M122867</link>
    <description>Hi Sabrina, 
&lt;BR /&gt; 
&lt;BR /&gt;The jira you list is for write components not read components and does not generate the same error so i dont see the relevance... 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Scott</description>
    <pubDate>Fri, 01 Jun 2018 09:07:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-01T09:07:24Z</dc:date>
    <item>
      <title>Talend Open Studio for Big Data query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357649#M122864</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am New to the TOS for Big Data tool and started by creating a DB Connection to my Mapr 5.1, Hadoop 2.7 stand alone server.&lt;/P&gt; 
&lt;P&gt;The connection is successful so i assumed this meant that working with it would go smoothly...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I had no issues pulling table metadata out of the Hive database.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I created a simple job using tHiveInput doing a simple select statement from a modelled table and ran a row flow into tLogRow copying the schema.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;and i get the following error:&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;org.apache.hive.service.cli.HiveSQLException: Error while processing statement: hive configuration hive.query.name does not exists.&lt;BR /&gt;at org.apache.hive.jdbc.Utils.verifySuccess(Utils.java:231)&lt;BR /&gt;at org.apache.hive.jdbc.Utils.verifySuccessWithInfo(Utils.java:217)&lt;BR /&gt;at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:244)&lt;BR /&gt;at bigstep.downloaddata_0_1.DownloadData.tHiveInput_1Process(DownloadData.java:1541)&lt;BR /&gt;at bigstep.downloaddata_0_1.DownloadData.runJobInTOS(DownloadData.java:2477)&lt;BR /&gt;at bigstep.downloaddata_0_1.DownloadData.main(DownloadData.java:2326)&lt;BR /&gt;Caused by: org.apache.hive.service.cli.HiveSQLException: Error while processing statement: hive configuration hive.query.name does not exists.&lt;BR /&gt;at org.apache.hive.service.cli.operation.Operation.toSQLException(Operation.java:315)&lt;BR /&gt;at org.apache.hive.service.cli.operation.HiveCommandOperation.runInternal(HiveCommandOperation.java:108)&lt;BR /&gt;at org.apache.hive.service.cli.operation.Operation.run(Operation.java:257)&lt;BR /&gt;at org.apache.hive.service.cli.session.HiveSessionImpl.executeStatementInternal(HiveSessionImpl.java:400)&lt;BR /&gt;at org.apache.hive.service.cli.session.HiveSessionImpl.executeStatementAsync(HiveSessionImpl.java:387)&lt;BR /&gt;at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)&lt;BR /&gt;at java.lang.reflect.Method.invoke(Method.java:498)&lt;BR /&gt;at org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:78)&lt;BR /&gt;at org.apache.hive.service.cli.session.HiveSessionProxy.access$000(HiveSessionProxy.java:36)&lt;BR /&gt;at org.apache.hive.service.cli.session.HiveSessionProxy$1.run(HiveSessionProxy.java:63)&lt;BR /&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;BR /&gt;at javax.security.auth.Subject.doAs(Subject.java:422)&lt;BR /&gt;at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1595)&lt;BR /&gt;at org.apache.hive.service.cli.session.HiveSessionProxy.invoke(HiveSessionProxy.java:59)&lt;BR /&gt;at com.sun.proxy.$Proxy10.executeStatementAsync(Unknown Source)&lt;BR /&gt;at org.apache.hive.service.cli.CLIService.executeStatementAsync(CLIService.java:274)&lt;BR /&gt;at org.apache.hive.service.cli.thrift.ThriftCLIService.ExecuteStatement(ThriftCLIService.java:491)&lt;BR /&gt;at org.apache.hive.service.cli.thrift.TCLIService$Processor$ExecuteStatement.getResult(TCLIService.java:1313)&lt;BR /&gt;at org.apache.hive.service.cli.thrift.TCLIService$Processor$ExecuteStatement.getResult(TCLIService.java:1298)&lt;BR /&gt;at org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)&lt;BR /&gt;at org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)&lt;BR /&gt;at org.apache.hive.service.auth.TSetIpAddressProcessor.process(TSetIpAddressProcessor.java:56)&lt;BR /&gt;at org.apache.thrift.server.TThreadPoolServer$WorkerProcess.run(TThreadPoolServer.java:285)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)&lt;BR /&gt;at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:745)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Now, i haven't been able to locate this specific error on any site anywhere on the internet - its very strange...&lt;/P&gt; 
&lt;P&gt;If i use the exact same jdbc connection string in a program like Razor, on the same machine, using the same query, data is returned fine - so i know there isn't a communications issue.&amp;nbsp; This seems to be a specific issue with how Talend is attempting to pull the data, but i am stumped...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Any guidance would be greatly appreciated!&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Scott&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:10:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357649#M122864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357650#M122865</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;Could you please &lt;SPAN&gt;clarify in which Talend open studio for big data version/edition you are?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;The hive.query.name option appeared in Hive 2.X (&lt;A class="external-link" href="https://github.com/apache/hive/blob/branch-2.0/common/src/java/org/apache/hadoop/hive/conf/HiveConf.java#L1215" target="_blank" rel="nofollow noopener noreferrer noopener noreferrer"&gt;https://github.com/apache/hive/blob/branch-2.0/common/src/java/org/apache/hadoop/hive/conf/HiveConf....&lt;/A&gt;) and used since Talend Studio 6.5&lt;/P&gt; 
&lt;P&gt;Here exists a jira issue:&lt;A title="https://jira.talendforge.org/browse/TBD-6923" href="https://jira.talendforge.org/browse/TBD-6923" target="_self" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TBD-6923 &lt;/A&gt;for MapR 5.2.&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jun 2018 04:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357650#M122865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-01T04:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357651#M122866</link>
      <description>Hi Sabrina,
&lt;BR /&gt;
&lt;BR /&gt;I am using the latest version TOS BD 7.
&lt;BR /&gt;The hive server is using MapR 5.7.
&lt;BR /&gt;
&lt;BR /&gt;Regards
&lt;BR /&gt;Scott</description>
      <pubDate>Fri, 01 Jun 2018 09:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357651#M122866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-01T09:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357652#M122867</link>
      <description>Hi Sabrina, 
&lt;BR /&gt; 
&lt;BR /&gt;The jira you list is for write components not read components and does not generate the same error so i dont see the relevance... 
&lt;BR /&gt; 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Scott</description>
      <pubDate>Fri, 01 Jun 2018 09:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357652#M122867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-01T09:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357653#M122868</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt; 
&lt;P&gt;The error "&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Hive configuration hive.query.name does not exists" is caused by the hive.query.name option. Usage of this option should be removed for Mapr &amp;lt;= 5.2 probably.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Could you please use talend open studio for bigdata 6.4 to see if this issue repro?&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-link-navigation lia-link-disabled"&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2018 09:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357653#M122868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-04T09:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Talend Open Studio for Big Data query error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357654#M122869</link>
      <description>&lt;P&gt;So with TOD BD 6.4 we no longer get the name query error.&lt;/P&gt;
&lt;P&gt;We are getting a number of other errors now - this is related to connecting to HDInsights.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If we cannot overcome these i will log a separate ticket.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jun 2018 11:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Talend-Open-Studio-for-Big-Data-query-error/m-p/2357654#M122869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-14T11:27:04Z</dc:date>
    </item>
  </channel>
</rss>

