You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Benjamin Staffin (JIRA)" <ji...@apache.org> on 2015/01/07 05:47:34 UTC

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

Benjamin Staffin created AURORA-990:
---------------------------------------

             Summary: 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


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)