Using Apache Impala with Apache Kudu
Using Apache Impala with Apache Kudu
Impala database containment model
Internal and external Impala tables
Using Impala to query Kudu tables
Querying an existing Kudu table from Impala
Creating a new Kudu table from Impala
CREATE TABLE AS SELECT
Partitioning tables
Basic partitioning
Advanced partitioning
Non-covering range partitions
Partitioning guidelines
Optimizing performance for evaluating SQL predicates
Inserting a row
Inserting in bulk
INSERT and primary key uniqueness violations
Updating a row
Updating in bulk
Upserting a row
Altering a table
Deleting a row
Deleting in bulk
Failures during INSERT, UPDATE, UPSERT, and DELETE operations
Altering table properties
Dropping a Kudu table using Impala
Security considerations
Known issues and limitations
Next steps