Repository: flink Updated Branches: refs/heads/master e01057e8e -> 5bc93e877
[docs] Address comment from outdated github pull request This is the comment: https://github.com/apache/flink/pull/295#discussion_r22783345 The pull request has been merged through a different commit. This closes #295 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/5bc93e87 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/5bc93e87 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/5bc93e87 Branch: refs/heads/master Commit: 5bc93e877c3585a8600d7ee8efd1bd9c665f6af3 Parents: e01057e Author: Robert Metzger <[email protected]> Authored: Mon Jan 26 10:56:35 2015 +0100 Committer: Robert Metzger <[email protected]> Committed: Mon Jan 26 10:58:22 2015 +0100 ---------------------------------------------------------------------- docs/example_connectors.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/5bc93e87/docs/example_connectors.md ---------------------------------------------------------------------- diff --git a/docs/example_connectors.md b/docs/example_connectors.md index c65f06f..cde8c30 100644 --- a/docs/example_connectors.md +++ b/docs/example_connectors.md @@ -90,10 +90,7 @@ Execute the following commands: curl https://raw.githubusercontent.com/apache/incubator-flink/master/flink-quickstart/quickstart.sh | bash ~~~ -3. Set the the version of Flink to `{{site.FLINK_VERSION_HADOOP2_STABLE}}` in the `pom.xml` file. The quickstart.sh script sets the version to the `hadoop1` version of Flink. Since the `microsoft-hadoop-azure` has been written for Hadoop 2.2 (mapreduce-API) version, we need to use the appropriate Flink version. - - Replace all occurences of `<version>{{site.FLINK_VERSION_SHORT}}</version>` with `<version>{{site.FLINK_VERSION_HADOOP2_STABLE}}</version>`. -4. Add the following dependencies (in the `<dependencies>` section) to your `pom.xml` file: +3. Add the following dependencies (in the `<dependencies>` section) to your `pom.xml` file: ~~~xml <dependency>
