You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Eugene Koifman (JIRA)" <ji...@apache.org> on 2013/10/01 23:42:23 UTC

[jira] [Created] (HIVE-5413) StorageDelegationAuthorizationProvider uses non-existent org.apache.hive.hcatalog.hbase.HBaseHCatStorageHandler

Eugene Koifman created HIVE-5413:
------------------------------------

             Summary: StorageDelegationAuthorizationProvider uses non-existent org.apache.hive.hcatalog.hbase.HBaseHCatStorageHandler
                 Key: HIVE-5413
                 URL: https://issues.apache.org/jira/browse/HIVE-5413
             Project: Hive
          Issue Type: Bug
          Components: HCatalog
    Affects Versions: 0.12.0
            Reporter: Eugene Koifman
            Assignee: Eugene Koifman
             Fix For: 0.12.0


org.apache.hive.hcatalog.security.StorageDelegationAuthorizationProvider
has a block like this:

  static {
    registerAuthProvider("org.apache.hadoop.hive.hbase.HBaseStorageHandler",
      "org.apache.hive.hcatalog.hbase.HBaseAuthorizationProvider");
    registerAuthProvider("org.apache.hive.hcatalog.hbase.HBaseHCatStorageHandler",
      "org.apache.hive.hcatalog.hbase.HBaseAuthorizationProvider");
  }


In reality, HBaseHCatStorageHandler and HBaseAuthorizationProvider only exist in org.apache.hcatalog

This should be fixed.  Also, should use Foo.class.getName() instead of strings to make this a compile time check



--
This message was sent by Atlassian JIRA
(v6.1#6144)