Re: issue with Group permissions in Ranger

2015-08-04 Thread Loïc Chanel
I am not very familiar with the precise configuration of SSSD and NSSwitch, but I can try to learn more and make some documentation, as this is how my company synchronizes users and their groups from the central LDAP for each machine. Still, I am not sure this will be quite useful as Hadoop

master branch compilation issue

2015-08-04 Thread Hafiz Mujadid
Hi ! I am trying to compile code from master branch but facing following compiling error. [ERROR] COMPILATION ERROR : [INFO] - [ERROR] /root/dev/ranger/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java:[40,33] error:

Trouble Shoot UserSync in Ranger

2015-08-04 Thread Aneela Saleem
Hi all, My UserSync is not working in Ranger. Attached is the *install.properties * file. Please guide me what i'm missing? install.properties Description: Binary data

Re: Trouble Shoot UserSync in Ranger

2015-08-04 Thread Aneela Saleem
I have created JIRA can be found here https://issues.apache.org/jira/browse/RANGER-597 On Tue, Aug 4, 2015 at 12:54 PM, Don Bosco Durai bo...@apache.org wrote: The properties looks good. When you start user sync, what is the issue you are facing? Can you create a JIRA and upload the log file?

Re: master branch compilation issue

2015-08-04 Thread Alok Lal
Hafiz: This is known issuehttps://issues.apache.org/jira/browse/MASSEMBLY-515 with maven-assembly plugin. To be precise certain combinations of maven version and assembly plugin version lead to this problem. We should really fix the our pom file so that we have latest versions of plugins in

Re: master branch compilation issue

2015-08-04 Thread Gautam Borad
Hafiz, Can you try passing the -X option to mvn and send the output? Please note -X will generate lot of output, you can redirect it to a file and send the file across. Thanks. On Wed, Aug 5, 2015 at 10:15 AM, Hafiz Mujadid hafizmujadi...@gmail.com wrote: I am running simply this command

Re: master branch compilation issue

2015-08-04 Thread Don Bosco Durai
I have not seen any errors like this. At what stage of the build you got this error? Thanks Bosco From: Hafiz Mujadid hafizmujadi...@gmail.com Reply-To: user@ranger.incubator.apache.org user@ranger.incubator.apache.org Date: Tuesday, August 4, 2015 at 11:42 AM To:

Re: master branch compilation issue

2015-08-04 Thread Hafiz Mujadid
I tried compiling after deleting m2 directory now getting this errot Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.2-beta-5:assembly (default-cli) on project ranger: Failed to create assembly: Error creating assembly archive src: Problem creating TAR: request to write

Re: master branch compilation issue

2015-08-04 Thread Hafiz Mujadid
Hi same output again attach is complete compilation output file On Tue, Aug 4, 2015 at 8:45 PM, Don Bosco Durai bo...@apache.org wrote: Hafiz I was able to compile from the master branch. I have seen similar issues if there are issues with the internet. Can you try building a couple of