You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Masahiro Tanaka (JIRA)" <ji...@apache.org> on 2016/07/12 21:25:20 UTC

[jira] [Created] (AMBARI-17676) oozie.service.AuthorizationService.security.enabled is invalid as a property name

Masahiro Tanaka created AMBARI-17676:
----------------------------------------

             Summary: oozie.service.AuthorizationService.security.enabled is invalid as a property name
                 Key: AMBARI-17676
                 URL: https://issues.apache.org/jira/browse/AMBARI-17676
             Project: Ambari
          Issue Type: Bug
         Environment: HDP2.4, CentOS7.2, Ambari 2.4
            Reporter: Masahiro Tanaka
            Assignee: Masahiro Tanaka


When installed oozie service and checked oozie.log, I saw an WARN

{code}
2016-07-13 05:04:53,603  WARN ConfigurationService:523 - SERVER[] Invalid configuration defined, [oozie.service.AuthorizationService.security.enabled]
{code}
I checked  {{/etc/oozie/conf/oozie-site.xml}}, and found the configuration below:
{code}
    <property>
      <name>oozie.service.AuthorizationService.security.enabled</name>
      <value>true</value>
    </property>
{code}

I guess {{oozie.service.AuthorizationService.security.enabled}} is invalid as a property name. According to [oozie-default.xml](https://oozie.apache.org/docs/4.2.0/oozie-default.xml), it should be like this

{code}
    <property>
      <name>oozie.service.AuthorizationService.authorization.enabled</name>
      <value>true</value>
    </property>
{code}

STR:
1. Install Oozie




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