-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/69567/
-----------------------------------------------------------
(Updated Dec. 14, 2018, 5:28 p.m.)
Review request for sentry and Arjun Mishra.
Bugs: SENTRY-1679
https://issues.apache.org/jira/browse/SENTRY-1679
Repository: sentry
Description
-------
In TestHDFSIntegrationBase#startHiveAndMetastore() there is:
hiveConf.set("sentry.metastore.plugins",
"org.apache.sentry.hdfs.MetastorePlugin");
But we no longer have MetastorePlugin, so this should be removed.
Diffs
-----
sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationBase.java
3d7fbe3
Diff: https://reviews.apache.org/r/69567/diff/1/
Testing (updated)
-------
Ran unit tests.
Thanks,
Haley Reeve