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

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

     [ https://issues.apache.org/jira/browse/BEAM-9875?focusedWorklogId=430389&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-430389 ]

ASF GitHub Bot logged work on BEAM-9875:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/May/20 20:07
            Start Date: 04/May/20 20:07
    Worklog Time Spent: 10m 
      Work Description: ibzib commented on pull request #11603:
URL: https://github.com/apache/beam/pull/11603#issuecomment-623678292


   Run Python 2 PostCommit


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 430389)
    Time Spent: 20m  (was: 10m)

> 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
>            Assignee: Kyle Weaver
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)