You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by am...@apache.org on 2018/12/14 17:26:19 UTC

sentry git commit: SENTRY-1679: HDFS tests configure MetastorePlugin which is gone (Haley Reeve reviewed by Arjun Mishra and Na Li)

Repository: sentry
Updated Branches:
  refs/heads/master d7fe39869 -> afdf7bd5c


SENTRY-1679: HDFS tests configure MetastorePlugin which is gone (Haley Reeve reviewed by Arjun Mishra and Na Li)

Change-Id: I6fa7a58ec2ae9e7adfd88d2ba3c8c29157d57629


Project: http://git-wip-us.apache.org/repos/asf/sentry/repo
Commit: http://git-wip-us.apache.org/repos/asf/sentry/commit/afdf7bd5
Tree: http://git-wip-us.apache.org/repos/asf/sentry/tree/afdf7bd5
Diff: http://git-wip-us.apache.org/repos/asf/sentry/diff/afdf7bd5

Branch: refs/heads/master
Commit: afdf7bd5cc4163c658b5ac577a5203015f00357b
Parents: d7fe398
Author: amishra <am...@cloudera.com>
Authored: Fri Dec 14 11:25:53 2018 -0600
Committer: amishra <am...@cloudera.com>
Committed: Fri Dec 14 11:25:53 2018 -0600

----------------------------------------------------------------------
 .../org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationBase.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sentry/blob/afdf7bd5/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationBase.java
----------------------------------------------------------------------
diff --git a/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationBase.java b/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationBase.java
index 3d7fbe3..47f7466 100644
--- a/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationBase.java
+++ b/sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hdfs/TestHDFSIntegrationBase.java
@@ -605,7 +605,6 @@ public abstract class TestHDFSIntegrationBase {
       @Override
       public Void run() throws Exception {
         HiveConf hiveConf = hiveConfiguration;
-        hiveConf.set("sentry.metastore.plugins", "org.apache.sentry.hdfs.MetastorePlugin");
         hiveConf.set("sentry.service.client.server.rpc-addresses", "localhost");
         hiveConf.set("sentry.hdfs.service.client.server.rpc-addresses", "localhost");
         hiveConf.set("sentry.hdfs.service.client.server.rpc-port", String.valueOf(sentryPort));