-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64525/
-----------------------------------------------------------
(Updated εδΊζ 13, 2017, 1:43 a.m.)
Review request for ranger, Alok Lal, Ankita Sinha, Don Bosco Durai, Colm O
hEigeartaigh, Gautam Borad, Madhan Neethiraj, Ramesh Mani, Selvamohan
Neethiraj, Velmurugan Periasamy, and Qiang Zhang.
Bugs: RANGER-1924
https://issues.apache.org/jira/browse/RANGER-1924
Repository: ranger
Description
-------
Simplify ranger-hdfs plugin remove gson.jar in
ranger/src/main/assembly/hdfs-agent.xml
Description:
Remove <include>com.google.code.gson:gson*</include> in
ranger/src/main/assembly/hdfs-agent.xml
Reason:
1.Hadoop already has gson.jar removed from gson.jar to prevent conflicts
2.Observing ranger-yarn plugin has also removed gson.jar in
ranger/src/main/assembly/plugin-yarn.xml.
Result: the ranger-hdfs plugin also works fine after removing gson.jar.
Diffs (updated)
-----
hdfs-agent/pom.xml 0b6773d
hive-agent/pom.xml c195443
src/main/assembly/hdfs-agent.xml 5279a9a
src/main/assembly/hive-agent.xml ca65c80
Diff: https://reviews.apache.org/r/64525/diff/2/
Changes: https://reviews.apache.org/r/64525/diff/1-2/
Testing
-------
Tested it.
Thanks,
pengjianhua