You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2015/08/26 12:40:45 UTC

[3/4] flink git commit: [hotfix] Add notice about using FLINK_CONF_DIR in Yarn Setup

[hotfix] Add notice about using FLINK_CONF_DIR in Yarn Setup


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

Branch: refs/heads/release-0.9
Commit: d445a33184bcf3b25cab3599f04efb5a9b50af6f
Parents: 594f4f7
Author: Aljoscha Krettek <al...@gmail.com>
Authored: Wed Aug 26 12:26:56 2015 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Wed Aug 26 12:39:39 2015 +0200

----------------------------------------------------------------------
 docs/setup/yarn_setup.md | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/d445a331/docs/setup/yarn_setup.md
----------------------------------------------------------------------
diff --git a/docs/setup/yarn_setup.md b/docs/setup/yarn_setup.md
index 6fcaec0..1d9fa09 100644
--- a/docs/setup/yarn_setup.md
+++ b/docs/setup/yarn_setup.md
@@ -208,6 +208,8 @@ Please note that the client then expects the `-yn` value to be set (number of Ta
 
 The command line options of the YARN session are also available with the `./bin/flink` tool. They are prefixed with a `y` or `yarn` (for the long argument options).
 
+Note: You can use a different configuration directory per job by setting the environment variable `FLINK_CONF_DIR`. To use this copy the `conf` directory from the Flink distribution and modify, for example, the logging settings on a per-job basis.
+
 
 ## Recovery behavior of Flink on YARN