SENTRY-791: java.lang.AbstractMethodError when using HDFS sync (Sravya 
Tirukkovalur, Reviewed by: Lenni Kuff)


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

Branch: refs/heads/hive_plugin_v2
Commit: c8d5fcef924bb04ba2029d7c03482aa60de20da0
Parents: ce60020
Author: Sravya Tirukkovalur <[email protected]>
Authored: Tue Jul 7 23:48:22 2015 -0700
Committer: Sravya Tirukkovalur <[email protected]>
Committed: Wed Jul 8 11:28:22 2015 -0700

----------------------------------------------------------------------
 .../java/org/apache/sentry/service/thrift/ProcessorFactory.java  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-sentry/blob/c8d5fcef/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ProcessorFactory.java
----------------------------------------------------------------------
diff --git 
a/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ProcessorFactory.java
 
b/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ProcessorFactory.java
index 07b3472..88ef24f 100644
--- 
a/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ProcessorFactory.java
+++ 
b/sentry-provider/sentry-provider-db/src/main/java/org/apache/sentry/service/thrift/ProcessorFactory.java
@@ -26,5 +26,7 @@ public abstract class ProcessorFactory {
     this.conf = conf;
   }
 
-  public abstract boolean register(TMultiplexedProcessor processor) throws 
Exception;
+  public boolean register(TMultiplexedProcessor processor) throws Exception {
+    return false;
+  }
 }

Reply via email to