Created on 05-06-2015 06:47 AM - edited 09-16-2022 02:28 AM
I have upgraded from CDH 5.3 to CDH 5.4.
While executing a simple select statement in Hive it is erroring out:
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
hive> select * from employees;
FAILED: SemanticException Unable to determine if hdfs://<hive-master>:8020:8020/user/hive/warehouse/employees is encrypted:
java.lang.IllegalArgumentException: Wrong FS: hdfs://<hive-master>:8020:8020/user/hive/warehouse/employees, expected: hdfs://<hive-master>:8020
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Created 05-06-2015 10:44 AM
Created 05-06-2015 10:51 AM
Thank you!
So , the only way to overcome the issue is to execute the 'alter table...' command!
I have to do that to ALL existing tables!
Any other way?
Created 05-06-2015 10:57 AM
Created 05-11-2015 09:13 AM
BTW, if you can let us know how you did the upgrade, it should help us to find out the root cause of the problem. Thanks.
Created 11-13-2015 02:41 AM
Hi
We have the same problem, we upgraded from Cloudera 5.3.8 to 5.4.8 usign parcels
<!-- fs.default.name, fs.defaultFS = 8020 -->
<!-- hive.metastore.warehouse.dir = /user/hive/warehouse -->
<!-- hdfs://hd01:8020:8020/user/hive/warehouse/ -->