> On Nov. 22, 2017, 1:29 a.m., pengjianhua wrote:
> > With the latest code, I can not reproduce this issue. The previous version 
> > had this problem when you set policymgr_http_enabled equal to false in 
> > install.properties file before installed the security admin. Please refer 
> > to RANGER-1858.
> > Please confirm whether they are the same kind of problem. And further 
> > confirm the existence of this problem using the lastest code.

The problem is, that previously there were a guava jar inside the ews/lib 
folder, but currently there isn't.
I don't think, that including everything from the cred/lib folder is a good 
solution. That folder contains kms related dependencies, they can be different 
from the admin.


- Zsombor


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/63987/#review191693
-----------------------------------------------------------


On Nov. 22, 2017, 12:23 p.m., Zsombor Gegesy wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/63987/
> -----------------------------------------------------------
> 
> (Updated Nov. 22, 2017, 12:23 p.m.)
> 
> 
> Review request for ranger.
> 
> 
> Bugs: RANGER-1905
>     https://issues.apache.org/jira/browse/RANGER-1905
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> As ranger-plugins-audit doesn't exclude guava from hadoop common, an older 
> guava
>  is leaked into embeddedwebserver classpath, which somehow filtered out by the
>  assembly plugin.
> If we explicitly exclude the old guava, and include the new (17.0) guava in 
> ranger-plugins-audit module, the generated tar.gz/zip distributions will 
> contain the necessary guava-17.0.jar in ews/lib path.
> 
> 
> Diffs
> -----
> 
>   agents-audit/pom.xml c8bd1d8f3 
>   src/main/assembly/plugin-atlas.xml fd988116d 
> 
> 
> Diff: https://reviews.apache.org/r/63987/diff/2/
> 
> 
> Testing
> -------
> 
> Tested with executing:
> 
> mvn -DskipTests package assembly:assembly;
> unzip -Z1 target/ranger-1.0.0-SNAPSHOT-admin.zip | sort > FILES.txt
> 
> And comparing the results with different versions. With the patch, the guava 
> jar appears correctly.
> 
> 
> Thanks,
> 
> Zsombor Gegesy
> 
>

Reply via email to