You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 16:15:18 UTC

[GitHub] [beam] kennknowles opened a new issue, #18067: Starter archetype pipeline has no runner on its classpath

kennknowles opened a new issue, #18067:
URL: https://github.com/apache/beam/issues/18067

   When generating a new maven project using the starter archetype, the pipeline does not execute because it doesn't have a runner jar on it's classpath:
   
   $ mvn exec:java -Dexec.mainClass=swegner.StarterPipeline
   ...
   [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:java (default-cli) on project yo: An exception occured while executing the Java class. null: InvocationTargetException: No Runner was specified and the DirectRunner was not found on the classpath.
   
   
   
   In the examples archetype, we have the direct runner as a dependency. We should do the same for the starter archetype.
   
   Imported from Jira [BEAM-1032](https://issues.apache.org/jira/browse/BEAM-1032). Original Jira may contain additional context.
   Reported by: swegner.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org