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

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

                Author: ASF GitHub Bot
            Created on: 24/Jan/19 17:07
            Start Date: 24/Jan/19 17:07
    Worklog Time Spent: 10m 
      Work Description: tweise commented on pull request #7597: [WIP] 
[BEAM-5442] Retrieve valid runner options from JobService
URL: https://github.com/apache/beam/pull/7597#discussion_r250695975
 
 

 ##########
 File path: model/job-management/src/main/proto/beam_job_api.proto
 ##########
 @@ -176,3 +179,34 @@ message JobState {
     CANCELLING = 10;
   }
 }
+
+
+// DescribePipelineOptions provides metadata about the options supported by a 
runner.
+// It will be used by the SDK client to validate the options specified by or
+// list available options to the user. // Throws error GRPC_STATUS_UNAVAILABLE 
if server is down
+message DescribePipelineOptionsRequest {
+  // TODO: base options to support proxy functionality
 
 Review comment:
   For example, if the runner is an intermediate, then it may require 
additional information to figure out how to route this request.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

    Worklog Id:     (was: 189561)
    Time Spent: 16h  (was: 15h 50m)

> PortableRunner swallows custom options for Runner
> -------------------------------------------------
>
>                 Key: BEAM-5442
>                 URL: https://issues.apache.org/jira/browse/BEAM-5442
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-core, sdk-py-core
>            Reporter: Maximilian Michels
>            Assignee: Thomas Weise
>            Priority: Major
>              Labels: portability, portability-flink
>          Time Spent: 16h
>  Remaining Estimate: 0h
>
> The PortableRunner doesn't pass custom PipelineOptions to the executing 
> Runner.
> Example: {{--parallelism=4}} won't be forwarded to the FlinkRunner.
> (The option is just removed during proto translation without any warning)
> We should allow some form of customization through the options, even for the 
> PortableRunner. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to