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

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

                Author: ASF GitHub Bot
            Created on: 05/Jun/19 16:24
            Start Date: 05/Jun/19 16:24
    Worklog Time Spent: 10m 
      Work Description: mxm commented on issue #8174: [BEAM-6683] add 
createCrossLanguageValidatesRunner task
URL: https://github.com/apache/beam/pull/8174#issuecomment-499156048
 
 
   When I get rid of the errors above, I get this:
   
   ```
   [main] ERROR org.apache.beam.runners.flink.FlinkJobServerDriver - Unable to 
parse command line arguments.
   org.kohsuke.args4j.CmdLineException: "--expansion-port" is not a valid option
           at 
org.kohsuke.args4j.CmdLineParser.parseArgument(CmdLineParser.java:497)
           at 
org.apache.beam.runners.flink.FlinkJobServerDriver.fromParams(FlinkJobServerDriver.java:127)
           at 
org.apache.beam.runners.flink.FlinkJobServerDriver.main(FlinkJobServerDriver.java:113)
   Usage: java FlinkJobServerDriver arguments...
    --artifact-port N          : The artifact service port. 0 to use a dynamic
                                 port. (Default: 8098) (default: 49219)
    --artifacts-dir VAL        : The location to store staged artifact files
                                 (default: /tmp/beam-artifact-staging)
    --clean-artifacts-per-job  : When true, remove each job's staged artifacts
                                 when it completes (default: false)
    --flink-conf-dir VAL       : Directory containing Flink YAML configuration
                                 files. These properties will be set to all jobs
                                 submitted to Flink and take precedence over
                                 configurations in FLINK_CONF_DIR.
    --flink-master-url VAL     : Flink master url to submit job. (default: 
[auto])
    --job-host VAL             : The job server host name (default: localhost)
    --job-port N               : The job service port. 0 to use a dynamic port.
                                 (Default: 8099) (default: 49218)
    --sdk-worker-parallelism N : Default parallelism for SDK worker processes 
(see
                                 portable pipeline options) (default: 1)
   
   Exception in thread "main" java.lang.IllegalArgumentException: Unable to 
parse command line arguments.
           at 
org.apache.beam.runners.flink.FlinkJobServerDriver.fromParams(FlinkJobServerDriver.java:131)
           at 
org.apache.beam.runners.flink.FlinkJobServerDriver.main(FlinkJobServerDriver.java:113)
   Caused by: org.kohsuke.args4j.CmdLineException: "--expansion-port" is not a 
valid option
           at 
org.kohsuke.args4j.CmdLineParser.parseArgument(CmdLineParser.java:497)
           at 
org.apache.beam.runners.flink.FlinkJobServerDriver.fromParams(FlinkJobServerDriver.java:127)
           ... 1 more
   ```
   
   Quite strange.
 
----------------------------------------------------------------
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: 254468)
    Time Spent: 13h 40m  (was: 13.5h)

> Add an integration test suite for cross-language transforms for Flink runner
> ----------------------------------------------------------------------------
>
>                 Key: BEAM-6683
>                 URL: https://issues.apache.org/jira/browse/BEAM-6683
>             Project: Beam
>          Issue Type: Test
>          Components: testing
>            Reporter: Chamikara Jayalath
>            Assignee: Heejong Lee
>            Priority: Major
>          Time Spent: 13h 40m
>  Remaining Estimate: 0h
>
> We should add an integration test suite that covers following.
> (1) Currently available Java IO connectors that do not use UDFs work for 
> Python SDK on Flink runner.
> (2) Currently available Python IO connectors that do not use UDFs work for 
> Java SDK on Flink runner.
> (3) Currently available Java/Python pipelines work in a scalable manner for 
> cross-language pipelines (for example, try 10GB, 100GB input for 
> textio/avroio for Java and Python). 
>  



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

Reply via email to