<?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: Error during CREATE KUDU table using IMPALA in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-during-CREATE-KUDU-table-using-IMPALA/m-p/59604#M67368</link>
    <description>&lt;P&gt;It worked, I just made master also as a tablet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2017 05:53:02 GMT</pubDate>
    <dc:creator>SSinha01</dc:creator>
    <dc:date>2017-09-06T05:53:02Z</dc:date>
    <item>
      <title>Error during CREATE KUDU table using IMPALA</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-during-CREATE-KUDU-table-using-IMPALA/m-p/59318#M67366</link>
      <description>&lt;P&gt;I am getting error when creating KUDU table uing IMPALA. It is on 3 machine cluister (1 is master other two are being used as Tablets). Below is the required information-&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT VERSION();&lt;/P&gt;&lt;P&gt;Result:&amp;nbsp;&lt;SPAN&gt;impalad&amp;nbsp;version&amp;nbsp;2.9.0-cdh5.12.0&amp;nbsp;RELEASE&amp;nbsp;(build&amp;nbsp;03c6ddbdcec39238be4f5b14a300d5c4f576097e) Built&amp;nbsp;on&amp;nbsp;Thu&amp;nbsp;Jun&amp;nbsp;29&amp;nbsp;04:17:31&amp;nbsp;PDT&amp;nbsp;2017&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CREATE SCRIPT:&lt;/P&gt;&lt;P&gt;CREATE TABLE my_table&lt;BR /&gt;(&lt;BR /&gt;col1 BIGINT PRIMARY KEY,&lt;BR /&gt;col2 STRING,&lt;BR /&gt;col3 BOOLEAN&lt;BR /&gt;) PARTITION BY HASH(col1) PARTITIONS 1 &amp;nbsp;*/ I have only 2 tablets/*&lt;BR /&gt;STORED AS KUDU;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error Message:&lt;/P&gt;&lt;P&gt;ImpalaRuntimeException: Error creating Kudu table 'impala::impala_kudu.my_table' CAUSED BY: NonRecoverableException: must have at least two hash buckets&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:09:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-during-CREATE-KUDU-table-using-IMPALA/m-p/59318#M67366</guid>
      <dc:creator>SSinha01</dc:creator>
      <dc:date>2022-09-16T12:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error during CREATE KUDU table using IMPALA</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-during-CREATE-KUDU-table-using-IMPALA/m-p/59325#M67367</link>
      <description>&lt;P&gt;"&lt;SPAN&gt;PARTITIONS 1" means that you are trying to create a table with 1 hash bucket, you need at least 2 (like the error you're getting says). This is a way to force you to think about how you want to distribute your data.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Only 2 tservers won't work with the default replication factor of 3, as per&amp;nbsp;&lt;A href="http://kudu.apache.org/docs/known_issues.html#_tables" target="_blank"&gt;http://kudu.apache.org/docs/known_issues.html#_tables&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2017 16:15:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-during-CREATE-KUDU-table-using-IMPALA/m-p/59325#M67367</guid>
      <dc:creator>J-D</dc:creator>
      <dc:date>2017-08-28T16:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error during CREATE KUDU table using IMPALA</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-during-CREATE-KUDU-table-using-IMPALA/m-p/59604#M67368</link>
      <description>&lt;P&gt;It worked, I just made master also as a tablet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2017 05:53:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-during-CREATE-KUDU-table-using-IMPALA/m-p/59604#M67368</guid>
      <dc:creator>SSinha01</dc:creator>
      <dc:date>2017-09-06T05:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error during CREATE KUDU table using IMPALA</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-during-CREATE-KUDU-table-using-IMPALA/m-p/83532#M67369</link>
      <description>This has come up a few times on mailing lists and on the Apache Kudu slack, so I'll post here too; it's worth noting that if you want a single-partition table, you can omit the PARTITION BY clause entirely. See the "Note" here: &lt;A href="https://www.cloudera.com/documentation/enterprise/latest/topics/kudu_impala.html#concept_g51_5vk_ft" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/latest/topics/kudu_impala.html#concept_g51_5vk_ft&lt;/A&gt;</description>
      <pubDate>Mon, 10 Dec 2018 18:35:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-during-CREATE-KUDU-table-using-IMPALA/m-p/83532#M67369</guid>
      <dc:creator>awong</dc:creator>
      <dc:date>2018-12-10T18:35:26Z</dc:date>
    </item>
  </channel>
</rss>

