This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new cc4b8f0782c fix SparkRunner url (#27405)
cc4b8f0782c is described below

commit cc4b8f0782c8dd9c51f882d2b67acbae64d64c22
Author: case-k <40357957+case-k-...@users.noreply.github.com>
AuthorDate: Tue Jul 11 03:30:05 2023 +0900

    fix SparkRunner url (#27405)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b793a01f593..b579fb58b3a 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ Beam supports executing programs on multiple distributed 
processing backends thr
 - The `DirectRunner` runs the pipeline on your local machine.
 - The `DataflowRunner` submits the pipeline to the [Google Cloud 
Dataflow](http://cloud.google.com/dataflow/).
 - The `FlinkRunner` runs the pipeline on an Apache Flink cluster. The code has 
been donated from 
[dataArtisans/flink-dataflow](https://github.com/dataArtisans/flink-dataflow) 
and is now part of Beam.
-- The `SparkRunner` runs the pipeline on an Apache Spark cluster. The code has 
been donated from 
[cloudera/spark-dataflow](https://github.com/cloudera/spark-dataflow) and is 
now part of Beam.
+- The `SparkRunner` runs the pipeline on an Apache Spark cluster.
 - The `JetRunner` runs the pipeline on a Hazelcast Jet cluster. The code has 
been donated from 
[hazelcast/hazelcast-jet](https://github.com/hazelcast/hazelcast-jet) and is 
now part of Beam.
 - The `Twister2Runner` runs the pipeline on a Twister2 cluster. The code has 
been donated from [DSC-SPIDAL/twister2](https://github.com/DSC-SPIDAL/twister2) 
and is now part of Beam.
 

Reply via email to