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?
Apply Final Configuration Updates
Summarize Page
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Update Tablet Server Configuration
You can update all tablet servers with the new master addresses configuration.
Update tserver_master_addrs: Ambari automatically updates the
tserver_master_addrsparameter when configuring tablet servers.Restart the Services: Restart all services in Ambari to apply the new configuration on tablet servers. Use Ambari’s Rolling Restart feature to minimize downtime.
- In Ambari, navigate to the Kudu service.
- Select Rolling Restart to restart tablet servers in batches.
- Configure batch sizes and wait times between restarts.
Update Impala Integration (if applicable)
If Kudu tables are accessed through Impala, update the master addresses in the Hive Metastore (HMS).
Option 1: Update the HMS Database Directly
Run an SQL update in the underlying HMS database (for example, PostgreSQL) after migrating from one to three masters:
Bash
UPDATE TABLE_PARAMSSET PARAM_VALUE = 'master-1.example.com,master-2.example.com,master-3.example.com'WHERE PARAM_KEY = 'kudu.master_addresses' AND PARAM_VALUE = 'master-1.example.com';Option 2: Update Each Kudu Table in Impala
Run the following command for each Kudu table in impala-shell:
Bash
ALTER TABLE <table_name>SET TBLPROPERTIES('kudu.master_addresses' = 'master-1.example.com,master-2.example.com,master-3.example.com');Refresh the Metadata
After updating the properties, run the following command in impala-shell:
Bash
INVALIDATE METADATA;1.
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:
Additional Administration Considerations for Apache KuduDiscard 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