[
https://issues.apache.org/jira/browse/OOZIE-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohini Palaniswamy updated OOZIE-1661:
--------------------------------------
Fix Version/s: trunk
Summary: Stream logs in oozie UI (was: UI improvement - log
streaming.)
+1. Committed to trunk. Thanks Purshotam.
Fixed the following lines with tab to spaces before committing.
grep -n '\t' ../commit/OOZIE-1661.patch | grep +
97:+ id: 'jobLogAreaId',
108:+ text: 'Get logs',
171:+ function fetchLogs(coordJobId, actionsList) {
> Stream logs in oozie UI
> -----------------------
>
> Key: OOZIE-1661
> URL: https://issues.apache.org/jira/browse/OOZIE-1661
> Project: Oozie
> Issue Type: Bug
> Reporter: purshotam shah
> Assignee: purshotam shah
> Fix For: trunk
>
> Attachments: OOZIE-1661.patch
>
>
> UI improvement - log streaming.
> 1. Support partial streaming of logs.
> UI doesn't support partial displaying of logs, logs are displayed only when
> request completes.
> 2.Current ajax call timeout is 30 sec(except coord logs with action list).
> If log fetch request takes more than 30 sec, connection is terminated by UI
> and logs are never displayed.
> Changing it to no timeout. Timeout should be handled by Server.
> 3.Code reuse : Coord,bundle and WF have their own logic to fetch and display
> logs.
> Adding a function to retrieve and display logs, will be used by all component.
> 4.For coord job logs, "action list" and "fetch logs" components are on bottom
> of page, hard to see for user.
> Move it to top. Removed refresh button. Logs will be retrieved by "Get logs"
> button.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)