[jira] [Commented] (RANGER-2735) Update Atlas serviceDef for upgrade case of RANGER-2734

2020-03-16 Thread Pradeep Agrawal (Jira)


[ 
https://issues.apache.org/jira/browse/RANGER-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17060625#comment-17060625
 ] 

Pradeep Agrawal commented on RANGER-2735:
-

[~madhan] : Can you review the RR, Its related to RANGER-2734

> Update Atlas serviceDef for upgrade case of RANGER-2734
> ---
>
> Key: RANGER-2735
> URL: https://issues.apache.org/jira/browse/RANGER-2735
> Project: Ranger
>  Issue Type: Bug
>  Components: Ranger
>Affects Versions: 2.1.0
>Reporter: Pradeep Agrawal
>Assignee: Pradeep Agrawal
>Priority: Major
> Fix For: 2.1.0
>
> Attachments: 
> 0001-RANGER-2735-Update-Atlas-serviceDef-for-upgrade-case.patch, 
> 0002-RANGER-2735-Update-Atlas-serviceDef-for-upgrade-case.patch
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [ranger] bolkedebruin commented on issue #36: [RANGER-2395] Add Presto plugin

2020-03-16 Thread GitBox
bolkedebruin commented on issue #36: [RANGER-2395] Add Presto plugin
URL: https://github.com/apache/ranger/pull/36#issuecomment-599780656
 
 
   Awesome!


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [ranger] tooptoop4 commented on issue #36: [RANGER-2395] Add Presto plugin

2020-03-16 Thread GitBox
tooptoop4 commented on issue #36: [RANGER-2395] Add Presto plugin
URL: https://github.com/apache/ranger/pull/36#issuecomment-599780314
 
 
   @bolkedebruin https://prestosql.io/docs/current/release/release-331.html now 
released


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Updated] (RANGER-2759) Migrate Python scripts to Python 3

2020-03-16 Thread Attila Bukor (Jira)


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

Attila Bukor updated RANGER-2759:
-
Attachment: 0001-RANGER-2759-Migrate-Python-scripts-to-Python-3.patch

> Migrate Python scripts to Python 3
> --
>
> Key: RANGER-2759
> URL: https://issues.apache.org/jira/browse/RANGER-2759
> Project: Ranger
>  Issue Type: Task
>  Components: admin, kms
>Reporter: Attila Bukor
>Priority: Major
> Attachments: 0001-RANGER-2759-Migrate-Python-scripts-to-Python-3.patch
>
>
> As Python 2 is end of life at this point the scripts should be migrated to 
> Python 3.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (RANGER-2759) Migrate Python scripts to Python 3

2020-03-16 Thread Attila Bukor (Jira)
Attila Bukor created RANGER-2759:


 Summary: Migrate Python scripts to Python 3
 Key: RANGER-2759
 URL: https://issues.apache.org/jira/browse/RANGER-2759
 Project: Ranger
  Issue Type: Task
  Components: admin, kms
Reporter: Attila Bukor


As Python 2 is end of life at this point the scripts should be migrated to 
Python 3.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RANGER-2758) Option to create missing users/groups while creating/updating roles

2020-03-16 Thread Dineshkumar Yadav (Jira)


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

Dineshkumar Yadav updated RANGER-2758:
--
Description: 
Option to create missing users/groups while creating/updating roles

*Problem:* Currently Ranger dose not allow to create or update roles while it 
passes non existing users or groups during role creation or updating.

*Solution:* 1. Now this option will be available with one additional optional 
queryparam "_createNonExistUserGroup_" which is boolean value. If we wanted to 
create role with non existing  groups or roles, pass the value true in 
queryparam otherwise false.  

2. Default value for QueryParam "_createNonExistUserGroup_" is false and this 
is optional, so that existing api dose not get affected with this changes.

3. This changes done for create and update Role for both internal and public 
api.   

  was:Option to create missing users/groups while creating roles


> Option to create missing users/groups while creating/updating roles 
> 
>
> Key: RANGER-2758
> URL: https://issues.apache.org/jira/browse/RANGER-2758
> Project: Ranger
>  Issue Type: Improvement
>  Components: Ranger
>Reporter: Dineshkumar Yadav
>Assignee: Dineshkumar Yadav
>Priority: Major
>
> Option to create missing users/groups while creating/updating roles
> *Problem:* Currently Ranger dose not allow to create or update roles while it 
> passes non existing users or groups during role creation or updating.
> *Solution:* 1. Now this option will be available with one additional optional 
> queryparam "_createNonExistUserGroup_" which is boolean value. If we wanted 
> to create role with non existing  groups or roles, pass the value true in 
> queryparam otherwise false.  
> 2. Default value for QueryParam "_createNonExistUserGroup_" is false and this 
> is optional, so that existing api dose not get affected with this changes.
> 3. This changes done for create and update Role for both internal and public 
> api.   



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (RANGER-2758) Option to create missing users/groups while creating/updating roles

2020-03-16 Thread Dineshkumar Yadav (Jira)


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

Dineshkumar Yadav updated RANGER-2758:
--
Summary: Option to create missing users/groups while creating/updating 
roles   (was: Option to create missing users/groups while creating roles )

> Option to create missing users/groups while creating/updating roles 
> 
>
> Key: RANGER-2758
> URL: https://issues.apache.org/jira/browse/RANGER-2758
> Project: Ranger
>  Issue Type: Improvement
>  Components: Ranger
>Reporter: Dineshkumar Yadav
>Assignee: Dineshkumar Yadav
>Priority: Major
>
> Option to create missing users/groups while creating roles



--
This message was sent by Atlassian Jira
(v8.3.4#803005)