You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sentry.apache.org by "Lenni Kuff (JIRA)" <ji...@apache.org> on 2016/03/04 05:36:40 UTC

[jira] [Created] (SENTRY-1112) Change default value of "hive.server.name" to "server1"

Lenni Kuff created SENTRY-1112:
----------------------------------

             Summary: Change default value of "hive.server.name" to "server1" 
                 Key: SENTRY-1112
                 URL: https://issues.apache.org/jira/browse/SENTRY-1112
             Project: Sentry
          Issue Type: Bug
          Components: Service
    Affects Versions: 1.7.0
            Reporter: Lenni Kuff
            Priority: Minor


In sentry-binding/sentry-binding-hive/src/main/java/org/apache/sentry/binding/hive/conf/HiveAuthzConf.java we have:

{code}
public static enum AuthzConfVars {
   ...
  AUTHZ_SERVER_NAME("sentry.hive.server", "HS2"),
  ...
}
{code}

In most other places (configs, examples, tests, etc) the default value for server name is "server1". It would be good to make this consistent by either not having a default value or making the default value "server1".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)