Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14473 Druid integration II
  3. HIVE-14543

Create Druid table without specifying data source

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.2.0
    • None
    • Druid integration
    • None

    Description

      We should be able to omit the Druid datasource from the TBLPROPERTIES. In that case, the Druid datasource name should match the Hive table name.

      CREATE TABLE druid_table_1
      STORED BY 'org.apache.hadoop.hive.druid.DruidStorageHandler';
      TBLPROPERTIES ("druid.address" = "localhost");
      

      For instance, the statement above creates a table that references the Druid datasource "druid_table_1".

      Attachments

        Activity

          People

            Unassigned Unassigned
            jcamacho Jesús Camacho Rodríguez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: