You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Maxim Khutornenko (JIRA)" <ji...@apache.org> on 2015/01/26 23:59:45 UTC

[jira] [Updated] (AURORA-990) aurora job inspect --raw fails with a stack trace

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

Maxim Khutornenko updated AURORA-990:
-------------------------------------
    Fix Version/s: 0.7.0

> aurora job inspect --raw fails with a stack trace
> -------------------------------------------------
>
>                 Key: AURORA-990
>                 URL: https://issues.apache.org/jira/browse/AURORA-990
>             Project: Aurora
>          Issue Type: Bug
>          Components: Client
>         Environment: Ubuntu 14.10
>            Reporter: Benjamin Staffin
>            Assignee: Bill Farner
>             Fix For: 0.7.0
>
>
> Found this in aurora 0.6.0, and it's still present in master:
> {code} 
> $ dist/aurora.pex job inspect --raw foo/bar/baz/buz test.aurora 
> Fatal error running command:
> Traceback (most recent call last):
>   File "/home/benley/fl/incubator-aurora/dist/aurora.pex/apache/aurora/client/cli/__init__.py", line 368, in _execute
>     result = noun.execute(context)
>   File "/home/benley/fl/incubator-aurora/dist/aurora.pex/apache/aurora/client/cli/__init__.py", line 457, in execute
>     return self.verbs[context.options.verb].execute(context)
>   File "/home/benley/fl/incubator-aurora/dist/aurora.pex/apache/aurora/client/cli/jobs.py", line 248, in execute
>     context.print_out(config.job())
>   File "/home/benley/fl/incubator-aurora/dist/aurora.pex/apache/aurora/client/cli/__init__.py", line 112, in print_out
>     lines = msg.split("\n")
> AttributeError: 'JobConfiguration' object has no attribute 'split'
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)