You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/03/03 14:30:42 UTC

flink git commit: [docs] adjust GCE setup instructions to point to the latest bdutil git version

Repository: flink
Updated Branches:
  refs/heads/master 940704156 -> 6b79aca67


[docs] adjust GCE setup instructions to point to the latest bdutil git version


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/6b79aca6
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/6b79aca6
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/6b79aca6

Branch: refs/heads/master
Commit: 6b79aca670485e4d617c910d282e81b225305f30
Parents: 9407041
Author: Maximilian Michels <mx...@apache.org>
Authored: Tue Mar 3 14:27:14 2015 +0100
Committer: Maximilian Michels <mx...@apache.org>
Committed: Tue Mar 3 14:29:35 2015 +0100

----------------------------------------------------------------------
 docs/gce_setup.md | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/6b79aca6/docs/gce_setup.md
----------------------------------------------------------------------
diff --git a/docs/gce_setup.md b/docs/gce_setup.md
index f3d8cba..9b8c441 100644
--- a/docs/gce_setup.md
+++ b/docs/gce_setup.md
@@ -28,7 +28,8 @@ This documentation provides instructions on how to setup Flink fully
 automatically with Hadoop 1 or Hadoop 2 on top of a
 [Google Compute Engine](https://cloud.google.com/compute/) cluster. This is made
 possible by Google's [bdutil](https://cloud.google.com/hadoop/bdutil) which
-starts a cluster and deploys Flink with Hadoop.
+starts a cluster and deploys Flink with Hadoop. To get started, just follow the
+steps below:
 
 # Prerequisites
 
@@ -39,9 +40,14 @@ Please follow the instructions on how to setup the
 
 ## Install bdutil
 
-Please follow the instructions on how to setup
-[bdutil](https://cloud.google.com/hadoop/bdutil).
+At the moment, there is no bdutil release yet which includes the Flink
+extension. However, you can get the latest version of bdutil with Flink support
+from [GitHub](https://github.com/GoogleCloudPlatform/bdutil):
 
+    git clone https://github.com/GoogleCloudPlatform/bdutil.git
+
+After you have downloaded the source, change into the newly created `bdutil`
+directory and continue with the next steps.
 
 # Deploying Flink on Google Compute Engine