You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "pandiarajan rajangam (JIRA)" <ji...@apache.org> on 2014/03/15 08:09:42 UTC

[jira] [Created] (SENTRY-147) "add jar" command throws "Insufficient privileges to execute add" exception even for admin role

pandiarajan rajangam created SENTRY-147:
-------------------------------------------

             Summary: "add jar" command throws "Insufficient privileges to execute add" exception even for admin role 
                 Key: SENTRY-147
                 URL: https://issues.apache.org/jira/browse/SENTRY-147
             Project: Sentry
          Issue Type: Bug
            Reporter: pandiarajan rajangam


0: jdbc:hive2://......:10000/default> add jar /home/direp_hv_qa/satish/hive-udf-7.jar;
Error: Insufficient privileges to execute add (state=42000,code=0)
java.sql.SQLException: Insufficient privileges to execute add
        at org.apache.hive.jdbc.Utils.verifySuccess(Utils.java:167)
        at org.apache.hive.jdbc.Utils.verifySuccessWithInfo(Utils.java:155)
        at org.apache.hive.jdbc.HiveStatement.execute(HiveStatement.java:210)
        at org.apache.hive.beeline.Commands.execute(Commands.java:736)
        at org.apache.hive.beeline.Commands.sql(Commands.java:657)
        at org.apache.hive.beeline.BeeLine.dispatch(BeeLine.java:779)
        at org.apache.hive.beeline.BeeLine.begin(BeeLine.java:646)
        at org.apache.hive.beeline.BeeLine.mainWithInputRedirection(BeeLine.java:365)
        at org.apache.hive.beeline.BeeLine.main(BeeLine.java:348)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:212)


I'm receiving this exception even for users of admin role, 
Hope this is an issue with sentry.

as all other load, select create and delete are working as per privileges set in the policy file.

for "add jar" command its failing even for users of admin role.




--
This message was sent by Atlassian JIRA
(v6.2#6252)