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

Support CREATE DATABASE WITH DBPROPERTIES

Agile BoardAttach filesAttach ScreenshotAdd voteVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    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

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            stigahuang Quanlong Huang

            Dates

              Created:
              Updated:

              Slack

                Issue deployment