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

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

                Author: ASF GitHub Bot
            Created on: 05/Oct/18 15:58
            Start Date: 05/Oct/18 15:58
    Worklog Time Spent: 10m 
      Work Description: udim commented on issue #6557: [BEAM-5442] Pass unknown 
SDK pipeline options to Runner
URL: https://github.com/apache/beam/pull/6557#issuecomment-427414732
 
 
   Hi, could you fix the warning this PR generates? (logging.warn -> 
logging.warning)
   ```
   test_display_data 
(apache_beam.options.pipeline_options_test.PipelineOptionsTest) ... 
/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/src/sdks/python/apache_beam/options/pipeline_options.py:228:
 DeprecationWarning: The 'warn' function is deprecated, use 'warning' instead
     logging.warn("Discarding unparseable args: %s", unknown_args)
   ok
   ```
   https://builds.apache.org/job/beam_PostCommit_Python_Verify/6181/consoleText

----------------------------------------------------------------
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: 151656)
    Time Spent: 4h 10m  (was: 4h)

> 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: Maximilian Michels
>            Priority: Major
>              Labels: portability, portability-flink
>             Fix For: 2.8.0
>
>          Time Spent: 4h 10m
>  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