Vinay created HUDI-2168:
---------------------------
Summary: AccessControlException for anonymous user
Key: HUDI-2168
URL: https://issues.apache.org/jira/browse/HUDI-2168
Project: Apache Hudi
Issue Type: Task
Components: Testing
Reporter: Vinay
Assignee: Vinay
Users are facing the following exception while executing test case dependent on
starting Hive service
{code:java}
Got exception: org.apache.hadoop.security.AccessControlException Permission
denied: user=anonymous, access=WRITE
{code}
This is specifically happening at the time of clearing Hive DB
{code:java}
client.updateHiveSQL("drop database if exists " + hiveSyncConfig.databaseName);
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)