<?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: tHiveRow not working to update Hive table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261081#M41988</link>
    <description>Hi,&lt;BR /&gt;What does the error message look like?&lt;BR /&gt;Could you please post&amp;nbsp;the whole&amp;nbsp;error message&amp;nbsp;into forum which will be helpful for us to locate this issue?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Thu, 21 Jan 2016 03:50:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-21T03:50:34Z</dc:date>
    <item>
      <title>tHiveRow not working to update Hive table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261078#M41985</link>
      <description>Hi, 
&lt;BR /&gt;We have given below query in tHiveRow - 
&lt;BR /&gt;"set hive.support.concurrency=true; 
&lt;BR /&gt;set hive.enforce.bucketing=true ; 
&lt;BR /&gt;set hive.exec.dynamic.partition.mode=nonstrict; 
&lt;BR /&gt;set ive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager; 
&lt;BR /&gt;set hive.compactor.initiator.on=true; 
&lt;BR /&gt;set hive.compactor.worker.threads=10; 
&lt;BR /&gt;update hiveupdate set salary = 75000 where employeeid=10"; 
&lt;BR /&gt;Job is not throwing any error but record is not actually updated in DB - where as same is working finer from Hive CLI. Please help. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Kiran G.</description>
      <pubDate>Sat, 16 Nov 2024 10:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261078#M41985</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T10:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: tHiveRow not working to update Hive table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261079#M41986</link>
      <description>Hi,&lt;BR /&gt;What's the hive version you are using? Have you tried to check "Die on error" option in component tHiveRow&amp;nbsp;to see if there is any error message printed on&amp;nbsp;console?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 20 Jan 2016 06:22:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261079#M41986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-20T06:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: tHiveRow not working to update Hive table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261080#M41987</link>
      <description>Hi,&lt;BR /&gt;It is Hive 1.1.0 on Cloudera CDH5.4 YARN.&lt;BR /&gt;Yes - Die On Error selected and error message displayed.&lt;BR /&gt;Regards,&lt;BR /&gt;Kiran G.</description>
      <pubDate>Wed, 20 Jan 2016 06:59:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261080#M41987</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-20T06:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: tHiveRow not working to update Hive table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261081#M41988</link>
      <description>Hi,&lt;BR /&gt;What does the error message look like?&lt;BR /&gt;Could you please post&amp;nbsp;the whole&amp;nbsp;error message&amp;nbsp;into forum which will be helpful for us to locate this issue?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 21 Jan 2016 03:50:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261081#M41988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T03:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: tHiveRow not working to update Hive table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261082#M41989</link>
      <description>Hi, 
&lt;BR /&gt;No error message from tHiveRow and job for Update query is successfully completed - but when we go and the Database the record is not actually updated. 
&lt;BR /&gt;Below code is used in tHiveRow: 
&lt;BR /&gt;"set hive.support.concurrency=true; 
&lt;BR /&gt;set hive.enforce.bucketing=true ; 
&lt;BR /&gt;set hive.exec.dynamic.partition.mode=nonstrict; 
&lt;BR /&gt;set ive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager; 
&lt;BR /&gt;set hive.compactor.initiator.on=true; 
&lt;BR /&gt;set hive.compactor.worker.threads=10; 
&lt;BR /&gt;update hiveupdate set salary = 75000 where employeeid=10"; 
&lt;BR /&gt;Even we removed ; for set statements and ran - but still no Luck. 
&lt;BR /&gt;Above same code - when copy pasted (with out set parameters too) at Hive CLI - it is working fine. 
&lt;BR /&gt;We have set up all above Set parameters in hive-site.xml and that's how Hive CLI working fine. 
&lt;BR /&gt;Not sure - why talend is unable to do this update transaction. Please help. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Kiran G.</description>
      <pubDate>Thu, 21 Jan 2016 14:27:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261082#M41989</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-21T14:27:34Z</dc:date>
    </item>
    <item>
      <title>Re: tHiveRow not working to update Hive table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261083#M41990</link>
      <description>Hi,&lt;BR /&gt;On which build version you got this issue? open source or subscription version?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 22 Jan 2016 03:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261083#M41990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-22T03:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: tHiveRow not working to update Hive table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261084#M41991</link>
      <description>Hi,&lt;BR /&gt;It is Open Source (TOS BD 6.1.1).&lt;BR /&gt;Regards,&lt;BR /&gt;Kiran G.</description>
      <pubDate>Fri, 22 Jan 2016 05:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261084#M41991</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-22T05:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: tHiveRow not working to update Hive table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261085#M41992</link>
      <description>You resolve this problem ?&lt;BR /&gt;I have also in talend this problem&lt;BR /&gt;Bruno</description>
      <pubDate>Fri, 11 Mar 2016 19:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261085#M41992</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-11T19:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: tHiveRow not working to update Hive table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261086#M41993</link>
      <description>I haven't seen this problem, but try to split the query in 2 tHiverow.</description>
      <pubDate>Fri, 11 Mar 2016 19:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tHiveRow-not-working-to-update-Hive-table/m-p/2261086#M41993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-11T19:56:21Z</dc:date>
    </item>
  </channel>
</rss>

