-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72552/
-----------------------------------------------------------
Review request for ranger, Ankita Sinha, Bolke de Bruin, Don Bosco Durai,
bhavik patel, Colm O hEigeartaigh, Gautam Borad, Jayendra Parab, Abhay
Kulkarni, Madhan Neethiraj, Mehul Parikh, Nikhil P, Nitin Galave, pengjianhua,
Ramesh Mani, Selvamohan Neethiraj, Sailaja Polavarapu, Velmurugan Periasamy,
Qiang Zhang, and Barna Zsombor Klara.
Bugs: RANGER-2838
https://issues.apache.org/jira/browse/RANGER-2838
Repository: ranger
Description
-------
**Problem statement:** Kafka Testcases failing the ranger build with
NoClassDefFoundError :
[ERROR] Errors:
[ERROR] KafkaRangerAuthorizerGSSTest.setup:146 » NoClassDefFound
com/fasterxml/jackson...
[ERROR] KafkaRangerAuthorizerTest.setup:140 » NoClassDefFound
com/fasterxml/jackson/co...
[ERROR] KafkaRangerTopicCreationTest.testCreateTopic:183 » Execution
org.apache.kafka....
[INFO]
[ERROR] Tests run: 4, Failures: 0, Errors: 3, Skipped: 1
**Proposed solution:** Add the jackson core testcase dependency in kafka
plugin
** Note: ** Have added a temp patch specific to this kafka test case issue. if
it would be possible to update jackson core version to 2.10.X then will add the
changes at top level pom file later.
Diffs
-----
plugin-kafka/pom.xml f895688aa
Diff: https://reviews.apache.org/r/72552/diff/1/
Testing
-------
above error is not reproducing after the patch.
Thanks,
Pradeep Agrawal