Re: how to run flink project built with maven

2018-01-19 Thread Jesse Lacika
Yep, that's it, so simple... Thanks! On Fri, Jan 19, 2018 at 12:53 PM, Eron Wright wrote: > You must specify the full class name, in this case > `org.example.WordCount`, for the `--class` argument. > > On Fri, Jan 19, 2018 at 9:35 AM, Jesse Lacika wrote: > >> I feel

how to run flink project built with maven

2018-01-19 Thread Jesse Lacika
I feel like this is probably the simplest thing, but I can't seem to figure it out, and I've searched and searched and can't find the answer, so I thought I'd try the mailing list. I'm using maven to build the sample flink project using the scala API as described here: https://ci.apache.org/projec