You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sentry.apache.org by Sravya Tirukkovalur <sr...@cloudera.com> on 2014/02/22 20:33:14 UTC

Review Request 18397: SENTRY-123: Exclude hadoop-yarn-server-tests from tests classpath

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

Review request for sentry.


Repository: sentry


Description
-------

Sentry has a transitive dependency on hadoop-yarn-server-tests. This jar is packaging a core-site.xml (https://issues.apache.org/jira/browse/YARN-1748) which is masking the actual core-site.xml in the end to end tests causing failures on real clusters.


Diffs
-----

  sentry-tests/sentry-tests-hive/pom.xml 030b9b12e5d43acd5745f0f1260bfa004e96f482 

Diff: https://reviews.apache.org/r/18397/diff/


Testing
-------

Confirmed that the tests can access the clusters's core-site.xml and can run successfully with this patch.


Thanks,

Sravya Tirukkovalur