<?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 Hive Dynamic partition with TOS in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Hive-Dynamic-partition-with-TOS/m-p/2300868#M73049</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As per the requirement i have to load the data in Hive partition table, Talend works fine static partition and however I'm facing issue for Dynamic partition.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For EX:&lt;/P&gt; 
&lt;P&gt;I Created a table with 5 columns like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;id, name , occupation,zip code and gender&lt;/STRONG&gt;(Partition column) , while loading the data if i use gender = 'M' or 'F' in tHiveLoad / thiverow component its working fine, if i'm not passing any value to gender column then i'm getting the error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am getting the below error, to resolve this i tried with&amp;nbsp; "&lt;STRONG&gt;hive.exec.dynamic.partition.mode=nonstrict" and "hive.exec.dynamic.partition = true" ,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;but no luck&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However i'm able to achieve Dynamic partitioning in Hive scripting with out passing any value to partition column, but not in Talend&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;Error while compiling statement: FAILED: SemanticException [Error 10096]: Dynamic partition strict mode requires at least one static partition column. To turn this off set hive.exec.dynamic.partition.mode=nonstrict&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Your help is highly appreciate!!&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Bharath&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 08:36:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T08:36:24Z</dc:date>
    <item>
      <title>Hive Dynamic partition with TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hive-Dynamic-partition-with-TOS/m-p/2300868#M73049</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;As per the requirement i have to load the data in Hive partition table, Talend works fine static partition and however I'm facing issue for Dynamic partition.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;For EX:&lt;/P&gt; 
&lt;P&gt;I Created a table with 5 columns like&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;id, name , occupation,zip code and gender&lt;/STRONG&gt;(Partition column) , while loading the data if i use gender = 'M' or 'F' in tHiveLoad / thiverow component its working fine, if i'm not passing any value to gender column then i'm getting the error.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am getting the below error, to resolve this i tried with&amp;nbsp; "&lt;STRONG&gt;hive.exec.dynamic.partition.mode=nonstrict" and "hive.exec.dynamic.partition = true" ,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;but no luck&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;However i'm able to achieve Dynamic partitioning in Hive scripting with out passing any value to partition column, but not in Talend&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;Error while compiling statement: FAILED: SemanticException [Error 10096]: Dynamic partition strict mode requires at least one static partition column. To turn this off set hive.exec.dynamic.partition.mode=nonstrict&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Your help is highly appreciate!!&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Thanks,&lt;/FONT&gt;&lt;/P&gt; 
&lt;P&gt;&lt;FONT color="#000000"&gt;Bharath&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 08:36:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hive-Dynamic-partition-with-TOS/m-p/2300868#M73049</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T08:36:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Dynamic partition with TOS</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Hive-Dynamic-partition-with-TOS/m-p/2300869#M73050</link>
      <description>&lt;P&gt;If the Properties are set it should work ideally, can you please share where the proeperties have been set ?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Mar 2018 00:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Hive-Dynamic-partition-with-TOS/m-p/2300869#M73050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-07T00:45:45Z</dc:date>
    </item>
  </channel>
</rss>

