[
https://issues.apache.org/jira/browse/BEAM-12770?focusedWorklogId=741412&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-741412
]
ASF GitHub Bot logged work on BEAM-12770:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Mar/22 03:36
Start Date: 15/Mar/22 03:36
Worklog Time Spent: 10m
Work Description: pcoet commented on pull request #17033:
URL: https://github.com/apache/beam/pull/17033#issuecomment-1067528339
@kileys I made changes, in response to your feedback:
- Fixed the inconsistent filename formatting
- Reworked "Run a pipeline" to emphasize the runner setup steps. Any
additional runner-specific instructions should go in the runner sections,
instead of in the runnable commands. I think this is better now.
- Responded to your other comments inline.
Thanks!
David
--
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: 741412)
Time Spent: 1.5h (was: 1h 20m)
> 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: 1.5h
> 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)