Re: Create Index Error in Hive 1.0.0

2015-02-09 Thread DU DU
Sorry, the exception is actually as follows. FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. Table not found default__employee_id_idx_id_employee_id__ On Mon, Feb 9, 2015 at 2:45 PM, DU DU wrote: > Hi folks, > I got following errors in Hive 1.0.0. However, I

Create Index Error in Hive 1.0.0

2015-02-09 Thread DU DU
Hi folks, I got following errors in Hive 1.0.0. However, I can run them successfully in Hive 0.13.0 and 0.14.0. Is this a big? Are there any workaround? --Create Index in either type COMPACT or BITMAP does not work CREATE INDEX idx_id_employee_id ON TABLE employee_id (employee_id) AS 'COMPACT' WIT