Skip to content

Commit

Permalink
Update flink description.md to not refer to Dataflow (apache#30401)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtarway authored Feb 23, 2024
1 parent 6c3eccd commit 3728f5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ with beam.Pipeline(options) as p:

##### Non portable

When using Java, you must specify your dependency on the Cloud Dataflow Runner in your `pom.xml`.
When using Java, you must specify your dependency on the Apache Flink Runner in your `pom.xml`.

```
<dependency>
Expand Down Expand Up @@ -595,4 +595,4 @@ Additionally, you can read more about the Hazelcast Jet Runner [here](https://be
$ mvn package -P jet-runner && java -cp target/word-count-beam-bundled-0.1.jar org.apache.beam.examples.WordCount \
--runner=JetRunner --jetLocalMode=3 --inputFile=`pwd`/pom.xml --output=counts
```
{{end}}
{{end}}

0 comments on commit 3728f5c

Please sign in to comment.