Documentation
ODP 3.3.6.3-1
Release Notes
What is ODP
Installation
Component User guide and Installation Instructions
Upgrade Instructions
Downgrade Instructions
Reference Guide
Security Guide
Troubleshooting Guide
Uninstall ODP
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Access and Use Kudu Tables
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
You can access and interact with Kudu tables using several methods.
Kudu CLI Tool
The Kudu command-line tool is available at:
/usr/odp/$(odp-select --version)/kudu/bin/kudu/usr/bin/kudu
To list tables in your cluster, run:
Bash
kudu table list $COMMA_SEPARATED_LIST_OF_MASTERSImpala
Kudu integrates with Impala for querying and managing tables.
- When using the Impala Mpack, ensure the checkbox
impala_disable_kuduis unchecked to enable Kudu integration.

- To create Kudu tables in Impala, specify the master addresses in the table properties as a comma-separated list.
- In ODP version 3.3.6.1-1 or newer, this step is optional; Impala automatically sets the master addresses.
Example:
Bash
CREATE TABLE your_kudu_table ( id INT PRIMARY KEY, name STRING)PARTITION BY HASH(id) PARTITIONS 3STORED AS KUDUTBLPROPERTIES ( 'kudu.master_addresses' = '<FQDN_master_1>:<port>,<FQDN_master_2>:<port>,<FQDN-master_3>:<port>', 'kudu.num_tablet_replicas' = '3');For details on using Kudu with Impala, see the Kudu documentation.
Kudu APIs
- Kudu provides C++, Java, and Python client APIs. For details, see Developing Applications With Apache Kudu.
- When installing Kudu using the Mpack, Python libraries will be installed for the version of Python supported by your ODP version.
Hive
- Partial storage handler support is available.
- Note: There may be issues if Kerberos authentication is enabled in Kudu.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Sep 18, 2025
Was this page helpful?
Next to read:
Check Kudu Cluster Health with ksckDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message