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

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

                Author: ASF GitHub Bot
            Created on: 04/May/20 17:02
            Start Date: 04/May/20 17:02
    Worklog Time Spent: 10m 
      Work Description: boyuanzz commented on pull request #11585:
URL: https://github.com/apache/beam/pull/11585#issuecomment-623585130


   This PR breaks  
:sdks:python:test-suites:portable:py2:crossLanguagePortableWordCount and  
:sdks:python:test-suites:portable:py2:crossLanguagePythonJavaFlink with the 
same error message:
   ```
   
   File "apache_beam/pipeline.py", line 525, in run |  
   -- | --
     | return self.runner.run_pipeline(self, self._options) |  
     | File "apache_beam/runners/portability/portable_runner.py", line 422, in 
run_pipeline |  
     | job_service_handle = self.create_job_service(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.
   ```
   We should update `sdks/python/apache_beam/examples/wordcount_xlang.py` with 
the same requirement.
   
   File issue here: https://issues.apache.org/jira/browse/BEAM-9875


----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 430299)
    Time Spent: 40m  (was: 0.5h)

> Make job_endpoint required for PortableRunner
> ---------------------------------------------
>
>                 Key: BEAM-9860
>                 URL: https://issues.apache.org/jira/browse/BEAM-9860
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Robert Bradshaw
>            Assignee: Kyle Weaver
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Users can be directed to more specific runners like FlinkRunner for the old 
> behavior. 



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

Reply via email to