Member since
06-20-2019
5
Posts
0
Kudos Received
0
Solutions
05-28-2019
03:40 PM
I have the same problem. I set the permission to 777 for all users. [nifi@hdp-srv2 ~]$ hdfs dfs -ls /warehouse/tablespace/managed/hive/
Found 3 items
drwxrwxrwx+ - hive hadoop 0 2019-05-27 14:53 /warehouse/tablespace/managed/hive/information_schema.db
drwxrwxrwx+ - hive hadoop 0 2019-05-28 13:45 /warehouse/tablespace/managed/hive/sensor_data
drwxrwxrwx+ - hive hadoop 0 2019-05-27 14:53 /warehouse/tablespace/managed/hive/sys.db
Error still happens. Caused by: org.apache.hadoop.hive.metastore.api.MetaException: java.security.AccessControlException: Permission denied: user=nifi, access=READ, inode="/warehouse/tablespace/managed/hive/sensor_data":hive:hadoop:drwxrwxrwx
... View more
09-29-2018
11:02 AM
Hi there, I added oozie.authentication.cookie.domain=<domain> to Customer oozie-site and tried this. Doesn't work for me. I finally solved it by installing extjs directly. wget http://archive.cloudera.com/gplextras/misc/ext-2.2.zip
Stop Oozie service from Ambari Copy it to the path: /usr/hdp/current/oozie-client/libext Regenerate the war file by executing: $ /usr/hdp/current/oozie-server/bin/oozie-setup.sh prepare-war Start Oozie again Hope this helps.
... View more