You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Velmurugan Periasamy (JIRA)" <ji...@apache.org> on 2018/03/07 23:20:00 UTC

[jira] [Updated] (RANGER-1513) Add Support for S3 authorization in Ranger Hive Plugin

     [ https://issues.apache.org/jira/browse/RANGER-1513?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Velmurugan Periasamy updated RANGER-1513:
-----------------------------------------
    Fix Version/s: 1.0.0

> 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
>            Priority: Major
>             Fix For: 1.0.0, master, 0.7.1
>
>         Attachments: s3.png
>
>
> 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.
> This URI can be in various hive commands like
> create database
> create table
> create function
> insert
> delete
> add jar
> add partition
> 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
(v7.6.3#76005)