<?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: Where clause causes error in tHiveInput component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230283#M20958</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can this help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/47818/hive-query-failed-over-jdbc.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.hortonworks.com/questions/47818/hive-query-failed-over-jdbc.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Jan 2019 14:49:21 GMT</pubDate>
    <dc:creator>akumar2301</dc:creator>
    <dc:date>2019-01-30T14:49:21Z</dc:date>
    <item>
      <title>Where clause causes error in tHiveInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230282#M20957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am getting error while using any condition/aggregation in SQL query in &lt;STRONG&gt;tHiveInput&lt;/STRONG&gt; component. It is perfectly working when we use query without having any condition.&lt;/P&gt; 
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Is there any parameter or setup required from Talend specific or Hive specific . Please let me know.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Talend:&amp;nbsp;&lt;/STRONG&gt;&amp;nbsp; Talend Open studio for Big Data v7.0.1&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;Hive:&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Cloudera CDH5.10&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Working query:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;EM&gt;&lt;STRONG&gt;"SELECT &lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;productCatalogDesc&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;FROM ProductCatalog limit 10 "&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;EM&gt;&lt;U&gt;Not Working queries:&lt;/U&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;EM&gt;"SELECT &lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;EM&gt;&amp;nbsp;productCatalogDesc &lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;EM&gt;&amp;nbsp;FROM ProductCatalog where productCatalogDesc is not null limit 10 "&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;EM&gt;"SELECT &lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;EM&gt;&amp;nbsp;count(1)&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="book antiqua,palatino"&gt;&lt;EM&gt;&amp;nbsp;FROM ProductCatalog "&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT face="courier new,courier" color="#3366FF"&gt;&lt;STRONG&gt;&lt;EM&gt;Exception in component tHiveInput_3 (adh_connection_test)&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;java.sql.SQLException: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask&lt;/FONT&gt;&lt;BR /&gt;at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:284)&lt;BR /&gt;at org.apache.hive.jdbc.HiveStatement.executeQuery(HiveStatement.java:380)&lt;BR /&gt;at mec_sfdc_integration.adh_connection_test_0_1.adh_connection_test.tHiveInput_3Process(adh_connection_test.java:1902)&lt;BR /&gt;at mec_sfdc_integration.adh_connection_test_0_1.adh_connection_test.tHiveInput_1Process(adh_connection_test.java:1478)&lt;BR /&gt;at mec_sfdc_integration.adh_connection_test_0_1.adh_connection_test.tHiveConnection_2Process(adh_connection_test.java:815)&lt;BR /&gt;at mec_sfdc_integration.adh_connection_test_0_1.adh_connection_test.tHiveConnection_1Process(adh_connection_test.java:570)&lt;BR /&gt;at mec_sfdc_integration.adh_connection_test_0_1.adh_connection_test.runJobInTOS(adh_connection_test.java:2344)&lt;BR /&gt;at mec_sfdc_integration.adh_connection_test_0_1.adh_connection_test.main(adh_connection_test.java:2193)&lt;BR /&gt;[statistics] disconnected&lt;/EM&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:43:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230282#M20957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T06:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause causes error in tHiveInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230283#M20958</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can this help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/47818/hive-query-failed-over-jdbc.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.hortonworks.com/questions/47818/hive-query-failed-over-jdbc.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Jan 2019 14:49:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230283#M20958</guid>
      <dc:creator>akumar2301</dc:creator>
      <dc:date>2019-01-30T14:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause causes error in tHiveInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230284#M20959</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt; ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Error showing from the URL and my error has slight difference, anyway I used the same config as jdbc parameter, still no luck yet.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;My error:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;FONT color="#FF0000"&gt;Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec&lt;FONT color="#0000FF"&gt;.mr.MapRedTask&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;Error from URL: &lt;FONT color="#FF0000"&gt;Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.&lt;FONT color="#0000FF"&gt;tez.TezTask&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 898px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M23k.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136607iA11FF2492AB1E23F/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M23k.jpg" alt="0683p000009M23k.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 05:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230284#M20959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-31T05:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause causes error in tHiveInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230285#M20960</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3e3e3e; font-family: 'PT Sans','Helvetica',Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Could you please run the same query on the Hive Query Editor successfully?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3e3e3e; font-family: 'PT Sans','Helvetica',Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3e3e3e; font-family: 'PT Sans','Helvetica',Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 27.42px; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;Sabrina&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 07:52:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230285#M20960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-31T07:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause causes error in tHiveInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230286#M20961</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt; ,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am connecting hive remotely and don't have Hue Terminal access to run the query. Is there any way to run this query (apart from Talend and Hue terminal) in windows?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 09:40:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230286#M20961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-31T09:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Where clause causes error in tHiveInput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230287#M20962</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;The issue got resolved and it was due to the permission for hadoop user. Actually the user which I am using didn't have permission for conditional/join query, so hadoop admin team resolved this issue.&lt;/P&gt; 
&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/00539000004XsaeAAC"&gt;@xdshi&lt;/A&gt;&amp;nbsp;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP7CAAW"&gt;@uganesh&lt;/A&gt; Thanks for your time to respond my query.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Regards,&lt;/P&gt; 
&lt;P&gt;Vibin CT.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 14:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Where-clause-causes-error-in-tHiveInput-component/m-p/2230287#M20962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-01T14:14:51Z</dc:date>
    </item>
  </channel>
</rss>

