Repository: flink
Updated Branches:
  refs/heads/release-1.4 a964ef6e2 -> 6cb8b5b12


[hotfix] Make aws docs version agnostic


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

Branch: refs/heads/release-1.4
Commit: 6cb8b5b1286e52f72667f6c4f5794742580c9145
Parents: a964ef6
Author: Aljoscha Krettek <[email protected]>
Authored: Wed Nov 22 16:22:28 2017 +0100
Committer: Aljoscha Krettek <[email protected]>
Committed: Wed Nov 22 16:23:07 2017 +0100

----------------------------------------------------------------------
 docs/ops/deployment/aws.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/6cb8b5b1/docs/ops/deployment/aws.md
----------------------------------------------------------------------
diff --git a/docs/ops/deployment/aws.md b/docs/ops/deployment/aws.md
index b5ae1e9..d9d2647 100644
--- a/docs/ops/deployment/aws.md
+++ b/docs/ops/deployment/aws.md
@@ -100,8 +100,9 @@ implementation. Both ways are described below.
 
 To use either `flink-s3-fs-hadoop` or `flink-s3-fs-presto`, copy the 
respective JAR file from the
 `opt` directory to the `lib` directory of your Flink distribution before 
starting Flink, e.g.
+
 ```
-cp ./opt/flink-s3-fs-presto-1.4-SNAPSHOT.jar ./lib/
+cp ./opt/flink-s3-fs-presto-{{ site.version }}.jar ./lib/
 ```
 
 #### Configure Access Credentials
@@ -195,7 +196,7 @@ the path of the Hadoop configuration directory, for example
 fs.hdfs.hadoopconf: /path/to/etc/hadoop
 ```
 
-This registers `/path/to/etc/hadoop` as Hadoop's configuration directory with 
Flink. Flink will look for the `core-site.xml` and `hdfs-site.xml` files in the 
specified directory.  
+This registers `/path/to/etc/hadoop` as Hadoop's configuration directory with 
Flink. Flink will look for the `core-site.xml` and `hdfs-site.xml` files in the 
specified directory.
 
 {% top %}
 

Reply via email to