Re: hive 2.1.0 + drop view

2016-08-29 Thread Sergey Shelukhin
An alternative workaround in the Postgres metastore DB is to replace literal string values 'NULL::character varying' that are were inserted w/o the setting with the actual null-s, in TBLS and SDS tables (and potentially others but I don’t know if there are any). From: Stephen Sprague mailto:spr

Retrieval of Privileges using getPrivileges() inside metastore Table class give Null value

2016-08-29 Thread rahul dhote
Hi Team, Trying to retrieve the privileges associated with table using Hive metastore api. But after connection, it retrieves all other properties associated with table and gives null for privileges. Configuration Applied: Enable the SQL Authorization inside the Hive Server and user like hive,ro