Member since
03-07-2022
1
Post
0
Kudos Received
0
Solutions
03-07-2022
08:20 AM
English Translation:
Error when using Sentry to create role: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask.null
When I added the permission of Sentry service to manage Hive users in CDH, I got the following error when executing create role admin_role; :
INFO: Compile command (queryId=hive_20220307160426_c1b81d20-2da5-4fd1-93ed-ff6313fafa8d): create role reader_role_cmd INFO: Semantic analysis completed INFO: Return Hive Schema: Schema(fieldSchemas: null, property: null) INFO: Completing compile command (queryId= hive_20220307160426_c1b81d20-2da5-4fd1-93ed-ff6313fafa8d); Elapsed time: 0.051 seconds INFO: Execute command (queryId=hive_20220307160426_c1b81d20-2da5-4fd1-93ed-ff6313fafa8d): create role reader_role_cmd INFO: Starting task [Stage-0:DDL] in serial mode Error: Failed: Execution error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. null INFO: Finished executing command (queryId=hive_20220307160426_c1b81d20-2da5-4fd1-93ed-ff6313fafa8d); Elapsed time: 161.188 seconds Error: Error processing statement: FAILED: Execution error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. null( status=08S01, code=1) More about this source textSource text required for additional translation information Send feedback Side panels
... View more