<?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 Error : Table property 'kudu.master_addresses' is required when the impalad startup flag -kudu_master_hosts is not used. in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/288752#M213847</link>
    <description>&lt;P&gt;I also encountered the same problem and tried to search for Kudu's dependencies in Impala's Configuration in Cloudera Manager, but it still couldn't solve this problem.&amp;nbsp;(As shown following figures)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="all services for cloudera manager" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/26196i02C4088A24A9A742/image-size/large?v=v2&amp;amp;px=999" role="button" title="VirtualBox_cloudera-quickstart-vm-5.13.0-0-virtualbox_31_01_2020_14_20_58.png" alt="all services for cloudera manager" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;all services for cloudera manager&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kudu setting in impala" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/26195i92B67AF5770CAA2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="VirtualBox_cloudera-quickstart-vm-5.13.0-0-virtualbox_31_01_2020_14_20_08.png" alt="kudu setting in impala" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kudu setting in impala&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jan 2020 06:30:10 GMT</pubDate>
    <dc:creator>kentlee406</dc:creator>
    <dc:date>2020-01-31T06:30:10Z</dc:date>
    <item>
      <title>Kudu Error : Table property 'kudu.master_addresses' is required when the impalad startup flag -kudu_master_hosts is not used.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/280559#M208922</link>
      <description>&lt;P&gt;I am Trying running command in impala shell. And i am get error.&lt;/P&gt;&lt;P&gt;I am trying Creating a New kudu table from impala&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE TABLE my_first_table
(
  id BIGINT,
  name STRING,
  PRIMARY KEY(id)
)
PARTITION BY HASH PARTITIONS 16
STORED AS KUDU;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;output&lt;/LI-CODE&gt;&lt;LI-CODE lang="java"&gt;[root@cloudera-master ~]# impala-shell
Starting Impala Shell without Kerberos authentication
Opened TCP connection to master.cloudera-testing.io:21000
Connected to master.cloudera-testing.io:21000
Server version: impalad version 2.12.0-cdh5.16.2 RELEASE (build e73cce22064ef4972312d895bed2cdb8787a4215)
***********************************************************************************
Welcome to the Impala shell.
(Impala Shell v2.12.0-cdh5.16.2 (e73cce2) built on Mon Jun  3 03:32:01 PDT 2019)

Every command must be terminated by a ';'.
***********************************************************************************
[master.cloudera-testing.io:21000] &amp;gt; CREATE TABLE my_first_table
                             &amp;gt; (
                             &amp;gt;   id BIGINT,
                             &amp;gt;   name STRING,
                             &amp;gt;   PRIMARY KEY(id)
                             &amp;gt; )
                             &amp;gt; PARTITION BY HASH PARTITIONS 16
                             &amp;gt; STORED AS KUDU;
Query: CREATE TABLE my_first_table
(
  id BIGINT,
  name STRING,
  PRIMARY KEY(id)
)
PARTITION BY HASH PARTITIONS 16
STORED AS KUDU
ERROR: AnalysisException: Table property 'kudu.master_addresses' is required when the impalad startup flag -kudu_master_hosts is not used.

[master.cloudera-testing.io:21000] &amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 08:53:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/280559#M208922</guid>
      <dc:creator>pramana</dc:creator>
      <dc:date>2019-10-18T08:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Error : Table property 'kudu.master_addresses' is required when the impalad startup flag -kudu_master_hosts is not used.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/280776#M208955</link>
      <description>&lt;P&gt;Is your cluster using Cloudera Manager for management? If so, have you configured a service dependency between Impala and Kudu? You'll need to go the CM configuration for Impala and reconfigure the Kudu dependency.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After you do that, CM will pass the right value for -kudu_master_hosts on the Impala command line when you next restart Impala, and you'll be able to create Kudu tables without explicitly specifying kudu.master_addresses.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 21:11:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/280776#M208955</guid>
      <dc:creator>adar</dc:creator>
      <dc:date>2019-10-18T21:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Error : Table property 'kudu.master_addresses' is required when the impalad startup flag -kudu_master_hosts is not used.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/280835#M208995</link>
      <description>&lt;P&gt;Yes, I am using Cloudera Version 5.16.2.1&lt;/P&gt;</description>
      <pubDate>Sun, 20 Oct 2019 15:38:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/280835#M208995</guid>
      <dc:creator>pramana</dc:creator>
      <dc:date>2019-10-20T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Error : Table property 'kudu.master_addresses' is required when the impalad startup flag -kudu_master_hosts is not used.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/288752#M213847</link>
      <description>&lt;P&gt;I also encountered the same problem and tried to search for Kudu's dependencies in Impala's Configuration in Cloudera Manager, but it still couldn't solve this problem.&amp;nbsp;(As shown following figures)&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="all services for cloudera manager" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/26196i02C4088A24A9A742/image-size/large?v=v2&amp;amp;px=999" role="button" title="VirtualBox_cloudera-quickstart-vm-5.13.0-0-virtualbox_31_01_2020_14_20_58.png" alt="all services for cloudera manager" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;all services for cloudera manager&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kudu setting in impala" style="width: 999px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/26195i92B67AF5770CAA2A/image-size/large?v=v2&amp;amp;px=999" role="button" title="VirtualBox_cloudera-quickstart-vm-5.13.0-0-virtualbox_31_01_2020_14_20_08.png" alt="kudu setting in impala" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;kudu setting in impala&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 06:30:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/288752#M213847</guid>
      <dc:creator>kentlee406</dc:creator>
      <dc:date>2020-01-31T06:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Kudu Error : Table property 'kudu.master_addresses' is required when the impalad startup flag -kudu_master_hosts is not used.</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/339402#M233084</link>
      <description>&lt;P&gt;you can also try using below,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CREATE TABLE my_first_table&lt;BR /&gt;(&lt;BR /&gt;id BIGINT,&lt;BR /&gt;name STRING,&lt;BR /&gt;PRIMARY KEY(id)&lt;BR /&gt;)&lt;BR /&gt;PARTITION BY HASH PARTITIONS 16&lt;BR /&gt;STORED AS KUDU&lt;/P&gt;&lt;P&gt;TBLPROPERTIES (&lt;BR /&gt;'kudu.master_addresses' = '&amp;lt;master1&amp;gt;[:port],&amp;lt;master2&amp;gt;[:port],&amp;lt;master3&amp;gt;[:port]'&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Wed, 23 Mar 2022 15:28:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Kudu-Error-Table-property-kudu-master-addresses-is-required/m-p/339402#M233084</guid>
      <dc:creator>AshishRVarma</dc:creator>
      <dc:date>2022-03-23T15:28:40Z</dc:date>
    </item>
  </channel>
</rss>

