Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-9639

Create Index failed in Multiple version of Hive running

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0.0
    • None
    • Indexing, Parser
    • None

    Description

      Create Index in either type COMPACT or BITMAP does not work on version 1.0 when I install it in the Quick Start CDH VM used to have Hive v0.13.0 running. The same query can run successfully in 0.13.0 and 0.14.0 alone

      CREATE INDEX idx_id_employee_id
      ON TABLE employee_id (employee_id)
      AS 'COMPACT'
      WITH DEFERRED REBUILD;
      
      FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Table not found default__employee_id_idx_id_employee_id__
      

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              willddy Will Du
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: