<?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: KUDU Update joining a hdfs table don't work in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64159#M13363</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;All the 10 KUDU tablets servers and also KUDO master server&amp;nbsp;in my cluster supports the SSE4.2 (Ex: Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz, Intel(R) Xeon(R) CPU E5506&amp;nbsp; @ 2.13GHz, Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz...).&lt;BR /&gt;&lt;BR /&gt;And I'm already working with KUDU, and the most of queries are good, also the UPDATE without JOIN (with a HDFS table) works fine.&lt;BR /&gt;&lt;BR /&gt;Also the client of impala daemons&amp;nbsp;where I execute the concerned UPDATE query supported the SSE4.2 feature.&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jan 2018 20:53:08 GMT</pubDate>
    <dc:creator>AcharkiMed</dc:creator>
    <dc:date>2018-01-30T20:53:08Z</dc:date>
    <item>
      <title>KUDU Update joining a hdfs table don't work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64150#M13361</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have a small cluster with 20 nodes, (10 of them has the SSE4.2 in CPU), so I have 20 HDFS DNs, and 10 KUDU tablets servers (&lt;U&gt;10 are common&lt;/U&gt;).&lt;BR /&gt;When I try to execute the bellow query:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;UPDATE t1 SET t1.num = t2.id
FROM db1.table1 t1
JOIN db2.table2 t2
WHERE t1.name= t2.name
AND t1.active IN (1,2);&lt;/PRE&gt;
&lt;P&gt;Knowing that &lt;STRONG&gt;table1&amp;nbsp;&lt;/STRONG&gt;is a &lt;STRONG&gt;KUDU&lt;/STRONG&gt; table and &lt;STRONG&gt;table2&lt;/STRONG&gt; is &lt;STRONG&gt;HDFS/parquet&lt;/STRONG&gt; table.&lt;BR /&gt;&lt;BR /&gt;I had this error message:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;WARNINGS: Unable to create Kudu client: Not implemented: The CPU on this system (Intel(R) Xeon(R) CPU           E5405  @ 2.00GHz) does not support the SSE4.2 instruction set which is required for running Kudu. If you are running inside a VM, you may need to enable SSE4.2 pass-through.&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;NB: &lt;EM&gt;I use CDH v5.12, Impala v2.9 and Kudu v1.4.&lt;/EM&gt;&lt;BR /&gt;&lt;BR /&gt;Why I had this issue and is there another form to do the same query without problem ?&lt;BR /&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:48:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64150#M13361</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2022-09-16T12:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU Update joining a hdfs table don't work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64157#M13362</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Unfortunately the Kudu client is built in such a way that it requires&lt;BR /&gt;SSE4.2. The CPU you are running on was discontinued in Q4 2010 and not&lt;BR /&gt;supported by Kudu. That includes the Kudu client which is used by Impala.&lt;BR /&gt;&lt;BR /&gt;Unfortunately you will not be able to query Kudu tables in a mixed cluster&lt;BR /&gt;with impala daemons that do not support SSE4.2.&lt;BR /&gt;&lt;BR /&gt;-Todd&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jan 2018 19:08:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64157#M13362</guid>
      <dc:creator>Todd Lipcon</dc:creator>
      <dc:date>2018-01-30T19:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU Update joining a hdfs table don't work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64159#M13363</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;All the 10 KUDU tablets servers and also KUDO master server&amp;nbsp;in my cluster supports the SSE4.2 (Ex: Intel(R) Xeon(R) CPU E5-2670 v2 @ 2.50GHz, Intel(R) Xeon(R) CPU E5506&amp;nbsp; @ 2.13GHz, Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz...).&lt;BR /&gt;&lt;BR /&gt;And I'm already working with KUDU, and the most of queries are good, also the UPDATE without JOIN (with a HDFS table) works fine.&lt;BR /&gt;&lt;BR /&gt;Also the client of impala daemons&amp;nbsp;where I execute the concerned UPDATE query supported the SSE4.2 feature.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 20:53:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64159#M13363</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2018-01-30T20:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU Update joining a hdfs table don't work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64166#M13364</link>
      <description>Your non-JOIN queries probably work because Impala is scheduling for&lt;BR /&gt;locality and only scheduling work on nodes with Kudu running. When you join&lt;BR /&gt;with HDFS data, some work is scheduled on all of the nodes in the cluster,&lt;BR /&gt;and then those tasks running on non-Kudu nodes still need to write output&lt;BR /&gt;to Kudu.&lt;BR /&gt;&lt;BR /&gt;-Todd&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Jan 2018 22:53:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64166#M13364</guid>
      <dc:creator>Todd Lipcon</dc:creator>
      <dc:date>2018-01-30T22:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU Update joining a hdfs table don't work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64167#M13365</link>
      <description>&lt;P&gt;Hmm I understand,&lt;BR /&gt;Thank you&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/12284"&gt;@Todd Lipcon&lt;/a&gt;&amp;nbsp;for the answers,&lt;BR /&gt;&lt;BR /&gt;So, now there is no way to do a query like this in a mixed cluster ?!&lt;BR /&gt;Else I'll try&amp;nbsp;do a join in an intermediate table before&amp;nbsp; doing the update query to avoid the &lt;SPAN class="short_text"&gt;&lt;SPAN&gt;imbricate&lt;/SPAN&gt;&lt;/SPAN&gt; join.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2018 23:09:29 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64167#M13365</guid>
      <dc:creator>AcharkiMed</dc:creator>
      <dc:date>2018-01-30T23:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: KUDU Update joining a hdfs table don't work</title>
      <link>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64170#M13366</link>
      <description>That's correct, I am not aware of a workaround for this issue.&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Jan 2018 00:48:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/KUDU-Update-joining-a-hdfs-table-don-t-work/m-p/64170#M13366</guid>
      <dc:creator>Todd Lipcon</dc:creator>
      <dc:date>2018-01-31T00:48:32Z</dc:date>
    </item>
  </channel>
</rss>

