[GitHub] flink pull request #5832: [FLINK-9151] [Startup Shell Scripts] Export FLINK_...

2018-04-12 Thread facboy
Github user facboy closed the pull request at:

https://github.com/apache/flink/pull/5832


---


[GitHub] flink pull request #5832: [FLINK-9151] [Startup Shell Scripts] Export FLINK_...

2018-04-10 Thread facboy
GitHub user facboy opened a pull request:

https://github.com/apache/flink/pull/5832

[FLINK-9151] [Startup Shell Scripts] Export FLINK_CONF_DIR to job manager 
and task managers in standalone cluster mode (master)

## What is the purpose of the change

This pull request makes the standalone cluster scripts pass FLINK_CONF_DIR 
to the launched job managers and task managers, rather than relying on the 
default config dir on the target host.

## Brief change log

- Added export FLINK_CONF_DIR to `config.sh` and `start_cluser.sh`

## Verifying this change

- I've only manually verified the change on 1.4.x.

## Does this pull request potentially affect one of the following parts:

  - Dependencies (does it add or upgrade a dependency): no
  - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
  - The serializers: no
  - The runtime per-record code paths (performance sensitive): no
  - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: yes
  - The S3 file system connector: no

## Documentation

  - Does this pull request introduce a new feature? no
  - If yes, how is the feature documented? not applicable


You can merge this pull request into a Git repository by running:

$ git pull https://github.com/facboy/flink master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/5832.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 #5832


commit ec023753dadd1b4fda1b4ab23e9b0ce459f44667
Author: Christopher Ng 
Date:   2018-04-10T08:39:41Z

FLINK-9151 Export FLINK_CONF_DIR to job manager and task managers in 
standalone cluster mode.




---