Member since
08-17-2017
36
Posts
1
Kudos Received
0
Solutions
05-28-2018
02:44 PM
Hi Neeraj, We are trying to test GCS connector with HDP 2.6.5 ( https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_cloud-data-access/content/authentication-gcp.html
) by having GCS as my storage. When trying to create hive external table it’s failing with the
following error: Error: Error while
processing statement: FAILED: Execution Error, return code 1 from
org.apache.hadoop.hive.ql.exec.DDLTask.
MetaException(message:java.security.AccessControlException: Permission denied:
user=hdpuser1, path="gs://hive_metastore/":hive:hive:drwx------)
(state=08S01,code=1) Syntax: CREATE EXTERNAL TABLE test1256(name string,id
int) LOCATION 'gs://hive_metastore/' ;
... View more