[ 
https://issues.apache.org/jira/browse/OOZIE-147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alejandro Abdelnur updated OOZIE-147:
-------------------------------------

    Fix Version/s: pre-Apache
    
> GH-125: Query GET_WORKFLOWS_COLUMNS should order by createdTimestamp
> --------------------------------------------------------------------
>
>                 Key: OOZIE-147
>                 URL: https://issues.apache.org/jira/browse/OOZIE-147
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Hadoop QA
>             Fix For: pre-Apache
>
>
> A workflow job might be killed before start_time was given. To fix this, we 
> have to
> change the query of jobs to be sorted by created_time instead of start_time.
> The query will be like this:
>     select w.id, w.appName, w.status, w.run, w.user, w.group, 
> w.createdTimestamp, 
>     w.startTimestamp, w.lastModifiedTimestamp, w.endTimestamp from 
>     WorkflowJobBean w order by w.createdTimestamp desc

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to