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


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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to