GitHub user tony810430 opened a pull request:
https://github.com/apache/flink/pull/4679
[hotfix] [doc] Fix typo for s3a config in AWS deployment documentation
Should use `fs.s3a.buffer.dir` in `core-site.xml` to set s3a directories
for buffering files.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tony810430/flink hotfix-doc-aws
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4679.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4679
----
commit f176cdee6d5c843da7c748142c5a0a1986351b34
Author: Tony Wei <[email protected]>
Date: 2017-08-30T03:44:27Z
[hotfix] Fix typo for s3a config in AWS deployment documentation
----
---