Uploaded image for project: 'HCatalog'
  1. HCatalog
  2. HCATALOG-261

Enable more DDL statements for HCat

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.4
    • None
    • None

    Description

      Currently HCat allow a selected set of DDL statements and delegate them to Hive. We shall allow more DDL statements. The criteria is the DDL statement is nonblocking. Locking is not considered since otherwise most DDL operation will be blocking. Allowed DDL includes:

      • database DDL
      • view DDL
      • index DDL (no actual index building, eg, alter index rebuild is excluded)
      • authorization DDL
      • lock management DDL
      • table management DDL (no create as select)
      • table partition management DDL (no CONCATENATE, archive/unarchive)
      • table schema management DDL
      • Misc: show function, explain, dfs, set

      import/export which are supported before is dropped since they are blocking.

      Attachments

        1. HCATALOG-261-1.patch
          33 kB
          Daniel Dai
        2. HCATALOG-261-2.patch
          60 kB
          Daniel Dai
        3. HCATALOG-261-3.patch
          60 kB
          Daniel Dai
        4. HCATALOG-261-4.patch
          57 kB
          Daniel Dai

        Issue Links

          Activity

            People

              daijy Daniel Dai
              daijy Daniel Dai
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: