Managing Apache Kudu
Limitations
Server management limitations
Cluster management limitations
Start and stop Kudu processes
Orchestrate a rolling restart with no downtime
Minimize cluster distruption during planned downtime
Kudu web interfaces
Kudu master web interface
Kudu tablet server web interface
Common web interface pages
Best practices when adding new tablet servers
Decommission or remove a tablet server
Use cluster names in the kudu command line tool
Migrate data on the same host
Migrate to a multiple Kudu master configuration
Change master hostnames
Prepare for master hostname changes
Perform master hostname changes
Removing Kudu masters through Cloudera Manager
Recommissioning Kudu masters through Cloudera Manager
Remove Kudu masters through CLI
Prepare for removal
Perform the removal
How Range-aware replica placement in Kudu works
Run the tablet rebalancing tool
Run a tablet rebalancing tool on a rack-aware cluster
Run a tablet rebalancing tool in Cloudera Manager
Run a tablet rebalancing tool in command line
Managing Kudu tables with range-specific hash schemas
Range-specific hash schemas example: Using impala-shell
Range-specific hash schemas example: Using Kudu C++ client API
Range-specific hash schemas example: Using Kudu Java client API