[
https://issues.apache.org/jira/browse/OOZIE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790829#comment-13790829
]
Robert Kanter commented on OOZIE-1460:
--------------------------------------
We later process the logs line-by-line and possibly interleaved with logs from
other files. When I did the original patch, there was concern that using the
HTTP stream directly could leave it open too long and it might time out during
this processing. So, we dump it into a temp file and then do the processing
from there.
I didn't realize that the {{AuthenticatedURL}} works without security too. And
I adapted the rest of the {{AuthenticatedURL}} code from {{AuthOozieClient}} by
just removing the token saving stuff. I'll verify that simplifying to the
three lines you posted still works and upload a new patch if so.
> Implement and Document security for HA
> --------------------------------------
>
> Key: OOZIE-1460
> URL: https://issues.apache.org/jira/browse/OOZIE-1460
> Project: Oozie
> Issue Type: Improvement
> Components: HA
> Affects Versions: trunk
> Reporter: Robert Kanter
> Assignee: Robert Kanter
> Attachments: OOZIE-1460.patch
>
>
> Implement and document anything that needs to be done to add support for
> security (i.e. kerberos) for High Availability.
--
This message was sent by Atlassian JIRA
(v6.1#6144)