[ https://issues.apache.org/jira/browse/HIVE-6674?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Hari Sekhon updated HIVE-6674: ------------------------------ Affects Version/s: 0.14.0 > "show grant on all" throws NPE > ------------------------------ > > Key: HIVE-6674 > URL: https://issues.apache.org/jira/browse/HIVE-6674 > Project: Hive > Issue Type: Bug > Affects Versions: 0.14.0 > Reporter: Thejas M Nair > Assignee: Navis > Fix For: 0.13.0 > > Attachments: HIVE-6674.1.patch.txt, HIVE-6674.2.patch.txt > > > "show grant on all" is supposed to show all the grants in the system on all > the objects. But it fails with NPE with both SQL standard auth, and legacy > auth. > {code} > Caused by: java.lang.NullPointerException > at > org.apache.hadoop.hive.metastore.ObjectStore.listPrincipalAllDBGrant(ObjectStore.java:4206) > at > org.apache.hadoop.hive.metastore.ObjectStore.listPrincipalDBGrantsAll(ObjectStore.java:4169) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:597) > at > org.apache.hadoop.hive.metastore.RawStoreProxy.invoke(RawStoreProxy.java:108) > at com.sun.proxy.$Proxy6.listPrincipalDBGrantsAll(Unknown Source) > at > org.apache.hadoop.hive.metastore.HiveMetaStore$HMSHandler.list_db_privileges(HiveMetaStore.java:4295) > ... 36 more > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)