You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Boyuan Zhang (Jira)" <ji...@apache.org> on 2020/05/04 17:03:00 UTC

[jira] [Created] (BEAM-9875) PR11585 breaks python2PostCommit cross-lang suite

Boyuan Zhang created BEAM-9875:
----------------------------------

             Summary: PR11585 breaks python2PostCommit cross-lang suite
                 Key: BEAM-9875
                 URL: https://issues.apache.org/jira/browse/BEAM-9875
             Project: Beam
          Issue Type: Bug
          Components: test-failures
            Reporter: Boyuan Zhang


Build scan: https://scans.gradle.com/s/6s6vse2zqr5x4
Typical error msg:

Traceback (most recent call last):	
  File "/usr/lib/python2.7/runpy.py", line 174, 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_Python2/src/sdks/python/apache_beam/examples/wordcount_xlang.py", line 137, in <module>	
    main()	
  File "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python2/src/sdks/python/apache_beam/examples/wordcount_xlang.py", line 128, in main	
    p.runner.create_job_service(pipeline_options)	
  File "apache_beam/runners/portability/portable_runner.py", line 328, in create_job_service	
    server = self.default_job_server(options)	
  File "apache_beam/runners/portability/portable_runner.py", line 307, in default_job_server	
    'You must specify a --job_endpoint when using --runner=PortableRunner. '	
NotImplementedError: You must specify a --job_endpoint when using --runner=PortableRunner. Alternatively, you may specify which portable runner you intend to use, such as --runner=FlinkRunner or --runner=SparkRunner.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)