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

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

                Author: ASF GitHub Bot
            Created on: 14/Mar/22 19:54
            Start Date: 14/Mar/22 19:54
    Worklog Time Spent: 10m 
      Work Description: aaltay commented on pull request #17033:
URL: https://github.com/apache/beam/pull/17033#issuecomment-1067225296


   @kileys - could you please review this change?


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

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

> Java Quickstart: Gradle/Dataflow runner command is incorrect
> ------------------------------------------------------------
>
>                 Key: BEAM-12770
>                 URL: https://issues.apache.org/jira/browse/BEAM-12770
>             Project: Beam
>          Issue Type: Bug
>          Components: website
>            Reporter: David Huntsperger
>            Assignee: David Huntsperger
>            Priority: P2
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The Gradle command for running the WordCount example on Dataflow does not 
> actually use the Dataflow Runner. See: 
> https://beam.apache.org/get-started/quickstart-java/#run-wordcount-using-gradle
> But if you add `--runner=DataflowRunner` to -Dexec.args, you get an error: 
> `Exception in thread "main" java.lang.IllegalArgumentException: Unknown 
> 'runner' specified 'DataflowRunner', supported pipeline runners 
> [DirectRunner, PortableRunner, TestUniversalRunner]`
> Per [~lcwik]: "It is likely that the profiles in Maven aren't being converted 
> over correctly to Gradle. (e.g. the additional stuff that -Pdataflow-runner 
> is doing such as adding the DataflowRunner dep to the runtime classpath)"
> So it looks like we actually need to finish implementing the [Maven-to-Gradle 
> conversion|https://docs.gradle.org/current/userguide/migrating_from_maven.html].



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to