Ahmet Altay created BEAM-1088:
---------------------------------
Summary: 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
Reporter: Ahmet Altay
Assignee: Ahmet Altay
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)