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

      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

      1. Create table manually
      2. Create table from a file
        1. Create regular Impala table, CTAS as Kudu, delete regular table

      Ideas of follow-ups?

      1. Create table from another table?
      2. Hint that the table supports updates
      3. 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
      
      

        Attachments

          Activity

            People

            • Assignee:
              romain Romain Rigaux
              Reporter:
              romain Romain Rigaux
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: