You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Alexander Litvinov (Jira)" <ji...@apache.org> on 2019/10/22 06:51:00 UTC

[jira] [Updated] (OOZIE-3552) OozieCLI: missing separator in coordinator job output

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

Alexander Litvinov updated OOZIE-3552:
--------------------------------------
    Description: 
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.



  was:
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*
{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.




> 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
>            Priority: Major
>
> 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)