[ https://issues.apache.org/jira/browse/OOZIE-3552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16956769#comment-16956769 ]
Hadoop QA commented on OOZIE-3552: ---------------------------------- PreCommit-OOZIE-Build started > OozieCLI: missing separator in coordinator job output > ----------------------------------------------------- > > Key: OOZIE-3552 > URL: https://issues.apache.org/jira/browse/OOZIE-3552 > Project: Oozie > Issue Type: Bug > Components: client > Reporter: Alexander Litvinov > Assignee: Alexander Litvinov > Priority: Major > Attachments: > 0001-OOZIE-3552-Missing-delimiter-added-to-coord-job-info.patch > > > In the output, you can see the values for *Nominal Time* and *Status*, that > there is no separator '\ t' between *2019-10-21 03:00:00 GMTKILLED* > {code}oozie job -oozie http://oozie.mydomain.ru/oozie -info > 0207943-190826193438338-oozie-oozi-C -verbose > {code} > *output* > {code} > Job ID : 0207943-190826193438338-oozie-oozi-C > ------------------------------------------------------------------------------------------------------------------------------------ > Job Name : my_job > App Path : /user/bob/oozie/my_job > Status : KILLED > Start Time : 2019-10-21 03:00 GMT > End Time : 2099-10-10 10:00 GMT > Pause Time : - > Concurrency : 1 > ------------------------------------------------------------------------------------------------------------------------------------ > ID Action Number Console URL Error Code Error Message > External ID External Status Job ID Tracker URI Created Nominal Time > Status Last Modified Missing Dependencies > ------------------------------------------------------------------------------------------------------------------------------------ > 0207943-190826193438338-oozie-oozi-C@1 1 - - - - > - 0207943-190826193438338-oozie-oozi-C - 2019-10-21 09:51:55 > GMT 2019-10-21 03:00:00 GMTKILLED 2019-10-21 10:11:26 GMT - > ------------------------------------------------------------------------------------------------------------------------------------ > {code} > And in the > [code|https://github.com/apache/oozie/blob/8002acf772c0a383025d4afb0f70acea2c0c424b/client/src/main/java/org/apache/oozie/cli/OozieCLI.java#L1532] > you can see the absence of a separator. -- This message was sent by Atlassian Jira (v8.3.4#803005)