This is an automated email from the ASF dual-hosted git repository. mergebot-role pushed a commit to branch mergebot in repository https://gitbox.apache.org/repos/asf/beam-site.git
commit 7b3427696e15929167893e735dfb955d13e8ef1a Author: huafengw <fvunic...@gmail.com> AuthorDate: Thu Aug 24 10:34:13 2017 +0800 Update Gearpump runner related pages --- src/_includes/header.html | 1 + src/contribute/work-in-progress.md | 1 - src/documentation/index.md | 2 +- src/documentation/runners/gearpump.md | 8 -------- src/get-started/beam-overview.md | 6 +----- src/images/logo_gearpump.png | Bin 0 -> 4691 bytes src/index.md | 3 +++ 7 files changed, 6 insertions(+), 15 deletions(-) diff --git a/src/_includes/header.html b/src/_includes/header.html index 79e72b6..98e7899 100644 --- a/src/_includes/header.html +++ b/src/_includes/header.html @@ -60,6 +60,7 @@ <li><a href="{{ site.baseurl }}/documentation/runners/direct/">Direct Runner</a></li> <li><a href="{{ site.baseurl }}/documentation/runners/apex/">Apache Apex Runner</a></li> <li><a href="{{ site.baseurl }}/documentation/runners/flink/">Apache Flink Runner</a></li> + <li><a href="{{ site.baseurl }}/documentation/runners/gearpump/">Apache Gearpump Runner</a></li> <li><a href="{{ site.baseurl }}/documentation/runners/spark/">Apache Spark Runner</a></li> <li><a href="{{ site.baseurl }}/documentation/runners/dataflow/">Cloud Dataflow Runner</a></li> diff --git a/src/contribute/work-in-progress.md b/src/contribute/work-in-progress.md index f9eca34..e35965b 100644 --- a/src/contribute/work-in-progress.md +++ b/src/contribute/work-in-progress.md @@ -24,7 +24,6 @@ Current branches include: | Feature | Branch | JIRA Component | More Info | | ---- | ---- | ---- | ---- | -| Apache Gearpump Runner | [gearpump-runner](https://github.com/apache/beam/tree/gearpump-runner) | [runner-gearpump](https://issues.apache.org/jira/browse/BEAM/component/12330829) | [runner homepage]({{ site.baseurl }}/documentation/runners/gearpump/) | | Apache Spark 2.0 Runner | [runners-spark2](https://github.com/apache/beam/tree/runners-spark2) | - | [thread](https://lists.apache.org/thread.html/e38ac4e4914a6cb1b865b1f32a6ca06c2be28ea4aa0f6b18393de66f@%3Cdev.beam.apache.org%3E) | | JStorm Runner | [jstorm-runner](https://github.com/apache/beam/tree/jstorm-runner) | [runner-jstorm](https://issues.apache.org/jira/browse/BEAM/component/12332477) | [BEAM-1899](https://issues.apache.org/jira/browse/BEAM-1899) | | MapReduce Runner | [mr-runner](https://github.com/apache/beam/tree/mr-runner) | [runner-mapreduce](https://issues.apache.org/jira/browse/BEAM/component/12333013) | [BEAM-165](https://issues.apache.org/jira/browse/BEAM-165) | diff --git a/src/documentation/index.md b/src/documentation/index.md index 9cdd547..d9cb4ac 100644 --- a/src/documentation/index.md +++ b/src/documentation/index.md @@ -42,7 +42,7 @@ A Beam Runner runs a Beam pipeline on a specific (often distributed) data proces * [FlinkRunner]({{ site.baseurl }}/documentation/runners/flink/): Runs on [Apache Flink](http://flink.apache.org). * [SparkRunner]({{ site.baseurl }}/documentation/runners/spark/): Runs on [Apache Spark](http://spark.apache.org). * [DataflowRunner]({{ site.baseurl }}/documentation/runners/dataflow/): Runs on [Google Cloud Dataflow](https://cloud.google.com/dataflow), a fully managed service within [Google Cloud Platform](https://cloud.google.com/). -* _[Under Development]_ [GearpumpRunner]({{ site.baseurl }}/contribute/work-in-progress/#feature-branches): Runs on [Apache Gearpump (incubating)](http://gearpump.apache.org). +* [GearpumpRunner]({{ site.baseurl }}/documentation/runners/gearpump/): Runs on [Apache Gearpump (incubating)](http://gearpump.apache.org). ### Choosing a Runner diff --git a/src/documentation/runners/gearpump.md b/src/documentation/runners/gearpump.md index 7234647..1be8e48 100644 --- a/src/documentation/runners/gearpump.md +++ b/src/documentation/runners/gearpump.md @@ -17,14 +17,6 @@ The Gearpump Runner and Gearpump are suitable for large scale, continuous jobs, The [Beam Capability Matrix]({{ site.baseurl }}/documentation/runners/capability-matrix/) documents the currently supported capabilities of the Gearpump Runner. -## Building Gearpump Runner -Currently Gearpump Runner is on a [feature branch](https://github.com/apache/beam/tree/gearpump-runner) and in order to run your Beam pipeline with Gearpump runner, you should build out the corresponding artifacts first. -``` -git checkout gearpump-runner -mvn install -``` - - ## Writing Beam Pipeline with Gearpump Runner To use the Gearpump Runner in a distributed mode, you have to setup a Gearpump cluster first by following the Gearpump [setup quickstart](http://gearpump.apache.org/releases/latest/deployment/deployment-standalone/index.html). diff --git a/src/get-started/beam-overview.md b/src/get-started/beam-overview.md index 491f901..1d3bbc6 100644 --- a/src/get-started/beam-overview.md +++ b/src/get-started/beam-overview.md @@ -41,11 +41,7 @@ Beam currently supports Runners that work with the following distributed process * Google Cloud Dataflow <img src="{{ site.baseurl }}/images/logos/runners/dataflow.png" alt="Google Cloud Dataflow"> -**Note:** - -1. You can always execute your pipeline locally for testing and debugging purposes. - -2. Gearpump Runner is under development and for more details please refer to [Ongoing Projects]({{ site.baseurl }}/contribute/work-in-progress) +**Note:** You can always execute your pipeline locally for testing and debugging purposes. ## Get Started diff --git a/src/images/logo_gearpump.png b/src/images/logo_gearpump.png new file mode 100644 index 0000000..29a5b89 Binary files /dev/null and b/src/images/logo_gearpump.png differ diff --git a/src/index.md b/src/index.md index 25e99e3..9419fcd 100644 --- a/src/index.md +++ b/src/index.md @@ -15,6 +15,9 @@ logos: - title: Google Cloud Dataflow image_url: /images/logo_google_cloud.png url: https://cloud.google.com/dataflow/ +- title: Gearpump + image_url: /images/logo_gearpump.png + url: http://gearpump.apache.org/ pillars: - title: Unified -- To stop receiving notification emails like this one, please contact "commits@beam.apache.org" <commits@beam.apache.org>.