okumin commented on code in PR #6171:
URL: https://github.com/apache/hive/pull/6171#discussion_r2548894008


##########
standalone-metastore/metastore-rest-catalog/pom.xml:
##########
@@ -43,6 +43,12 @@
       <version>${hive.version}</version>
     </dependency>
     <!-- Test dependencies -->
+    <dependency>
+      <groupId>org.apache.hive</groupId>
+      <artifactId>hive-exec</artifactId>

Review Comment:
   Unfortunately, the authorization framework belongs to hive-exec, which means 
we need hive-exec whenever we use `hive.security.authorization.manager`. We 
should finally clean it up; however, it's not a trivial task.
   
https://github.com/apache/hive/tree/master/ql/src/java/org/apache/hadoop/hive/ql/security/authorization/plugin



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to