Ramesh Mani created RANGER-1513:
-----------------------------------
Summary: Add Support for S3 authorization in Ranger Hive Plugin
Key: RANGER-1513
URL: https://issues.apache.org/jira/browse/RANGER-1513
Project: Ranger
Issue Type: Bug
Components: plugins
Affects Versions: master
Reporter: Ramesh Mani
Assignee: Ramesh Mani
Ranger Hive Plugin currently does authorization on the URI which are in Hive
commands.
e.g
CREATE EXTERNAL TABLE .... LOCATION [URI];
LOAD DATA INPATH [URI] INTO TABLE ...;
THE URIs in this commands would be HDFS uri and currently authorized by ranger.
But in case if these URI is S3 it not authorized as hdfs doesn't have the api
to do on this. This JIRA would provide a READ and WRITE permission to s3 URI
via a new Ranger Hive Service URI resource. Attaching a screen shot on the same
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)