[
https://issues.apache.org/jira/browse/OOZIE-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13901861#comment-13901861
]
Robert Kanter commented on OOZIE-1688:
--------------------------------------
I didn't mean to be so literal :)
{code:java}
+ LOG.info(SERVER_SERVER_AUTH_TYPE + " is " +
AuthenticatorClass.getClass()
+ + " and is in static block and loaded only once");
{code}
We don't need to print the thing about the static block. Just something like
"Using _____ for Oozie server-server authentication".
For the documentation in the HA section about the new property, can you format
it like I did with the other properties? e.g.
{noformat}
<property>
<name>oozie.server.authentication.type</name>
<value>kerberos</value>
</property>
{noformat}
Also, the part in the parenthetical, "(though this is already required if using
security in the first place)", doesn't really apply anymore now that we have a
new property; I think you can just delete that.
There's also a line that's too long.
> New configuration to specify server-server authentication type.
> ---------------------------------------------------------------
>
> Key: OOZIE-1688
> URL: https://issues.apache.org/jira/browse/OOZIE-1688
> Project: Oozie
> Issue Type: Bug
> Components: HA
> Reporter: purshotam shah
> Assignee: purshotam shah
> Attachments: OOZIE-1688-v1.patch, OOZIE-1688-v1.patch,
> OOZIE-1688-v2.patch, OOZIE-1688.patch
>
>
> Currently conf "oozie.authentication.type" is used by specify authentication
> type for client-server as well as server-server.
> Client-server and server-server communication can use different type of
> authentication.
> We need to have different conf "oozie.server.authentication.type" to specify
> server-server authentication type.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)