Re: Planning for Apache Ranger 2.2.0 release

2021-09-22 Thread PradeeP AgrawaL
+1 for the release initiative and efforts. On Wed, 22 Sept 2021 at 11:51, Nixon Rodrigues wrote: > +1 for 2.2 release. > > Thanks Ramesh for giving 2.2 release heads up and acting as release manager > for 2.2. > > Regards > Nixon Rodrigues > > On Wed, 22 Sept 2021 at 11:42, Vipin Rathor wrote:

RE : Ranger API

2020-02-20 Thread PradeeP AgrawaL
No, there is no API which can give all the groups and their users mapping in string format. - Hi, I am looking for Ranger API to get all the users with their respective groups mapping. Can someone help me with the same? I found one API which does provide me group list for given user-id - http

Re: LDAP/AD users not appearing in Ranger

2019-12-08 Thread Pradeep Agrawal
Hi Reed, *1. From the below logs snippet looks like its an authentication issue: * 06 Dec 2019 14:21:51 ERROR LdapUserGroupBuilder [UnixUserSyncThread] - LDAPUserGroupBuilder.getUsers() failed with exception: javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C09

Re: (Ranger-1.2 on Hadoop 2.8.x, 2.9.x, 3.0.x) incompatible types: Text cannot be converted to String

2018-11-26 Thread Pradeep Agrawal
I think currently it's not tested/supported for Hadoop 2.8 or higher version. On Tue, Nov 27, 2018 at 11:24 AM Ascot Moss wrote: > Hi, > > I need to use Hadoop 2.8.5, does Ranger-1.2 support Hadoop-2.8.x or 2.9.x > or Hadoop 3.x? > > When I tried to compile Ranger 1.2 on Hadoop 2.8.5, I got the

Re: Fetch users via RESTFul API

2018-06-07 Thread Pradeep Agrawal
Hi Vipin, There is not much difference actually now, earlier it was planned that users type API shall be exclusive to handle x_portal_user table data and xusers API shall be for x_user table data. but Ranger is using mostly xusers API and from the same API, it accesses the x_portal_user table data

Re: Getting plugin JDBC password when implementing test connection/resource look up feature

2018-04-16 Thread Pradeep Agrawal
You can get some idea from the link . On Tue, Apr 17, 2018 at 4:01 AM, Yujie Li wrote: > Hi, > > I am implementing the test connection feature for Ranger plu