Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-12844

Support CREATE DATABASE WITH DBPROPERTIES

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • ghx-label-14

    Description

      Based on fe/src/main/cup/sql-parser.cup, currently Impala just supports the following syntax for CREATE DATABASE:

      CREATE (DATABASE|SCHEMA) [IF NOT EXISTS] database_name[COMMENT 'database_comment']
        [LOCATION hdfs_path];

      It'd be nice to add support for specifying the dbproperties, e.g.

      CREATE DATABASE tempdb WITH DBPROPERTIES ('impala.disableHmsSync'='true');
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            stigahuang Quanlong Huang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: