You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Ahmet Altay (JIRA)" <ji...@apache.org> on 2016/12/28 22:22:58 UTC

[jira] [Closed] (BEAM-1088) submit_job_description needs job argument (Fails post commit)

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

Ahmet Altay closed BEAM-1088.
-----------------------------
       Resolution: Fixed
    Fix Version/s: Not applicable

> submit_job_description needs job argument (Fails post commit)
> -------------------------------------------------------------
>
>                 Key: BEAM-1088
>                 URL: https://issues.apache.org/jira/browse/BEAM-1088
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py
>            Reporter: Ahmet Altay
>            Assignee: Ahmet Altay
>             Fix For: Not applicable
>
>
> https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/822/consoleFull
> Traceback (most recent call last):
>   File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
>     "__main__", fname, loader, pkg_name)
>   File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
>     exec code in run_globals
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/examples/wordcount.py", line 106, in <module>
>     run()
>   File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/apache_beam/examples/wordcount.py", line 97, in run
>     result = p.run()
>   File "apache_beam/pipeline.py", line 159, in run
>     return self.runner.run(self)
>   File "apache_beam/runners/dataflow_runner.py", line 179, in run
>     self.dataflow_client.create_job(self.job))
>   File "apache_beam/utils/retry.py", line 167, in wrapper
>     return fun(*args, **kwargs)
>   File "apache_beam/internal/apiclient.py", line 415, in create_job
>     return self.submit_job_description()
>   File "apache_beam/internal/apiclient.py", line 433, in submit_job_description
>     request.job = job.proto
> NameError: global name 'job' is not defined



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