Details
-
Type:
Sub-task
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.11.0
-
Fix Version/s: 3.12.0
-
Component/s: app.catalog
-
Labels:None
-
Target Version:
Description
https://issues.cloudera.org/browse/IMPALA-2848
https://kudu.apache.org/docs/quickstart.html
Hue's create table wizard could provide an easy way to create a Kudu table from a file or nothing (#2 and #1).
Attributes to provide with good defaults / modifiable by the user:
PK, HASH(), # of buckets
- Create table manually
- Create table from a file
- Create regular Impala table, CTAS as Kudu, delete regular table
Ideas of follow-ups?
- Create table from another table?
- Hint that the table supports updates
- Support updating cells like in Search or Jira
CREATE TABLE my_first_table ( id BIGINT, name STRING, primary key (id) ) PARTITION BY HASH PARTITIONS 10 stored as kudu