Posted by
zentol on
Jun 11, 2014; 10:17am
URL: http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/GitHub-incubator-flink-pull-request-FLINK-898-Clean-up-distribution-de-tp21.html
GitHub user uce opened a pull request:
https://github.com/apache/incubator-flink/pull/6 [FLINK-898] Clean up distribution default config
This PR cleans up the distribution default config.
Removed entries:
- `env.java.home`,
- `env.java.opts`,
- `jobmanager.profiling.enable`,
- `jobmanager.rpc.handler`,
- `jobmanager.web.history`,
- `taskmanager.rpc.port`,
- `taskmanager.network.bufferSizeInBytes`,
- `webclient.rootpath`,
- `webclient.tempdir`,
- `webclient.uploaddir`, and
- `webclient.plandump`.
Active entries:
- `jobmanager.rpc.address: localhost`
- `jobmanager.rpc.port: 6123`,
- `jobmanager.heap.mb: 256`,
- `taskmanager.heap.mb: 512`,
- `parallelization.degree.default: 1`,
- `jobmanager.web.port: 8081`, and
- `webclient.port: 8080`.
Suggested entries:
- `taskmanager.network.numberOfBuffers: 2048`,
- `taskmanager.tmp.dirs: /tmp`, and
- `fs.hdfs.hadoopconf: /path/to/hadoop/conf/`.
`webclient.port` and `taskmanager.network.numberOfBuffers` will be removed in the future, when the web interfaces have been merged and the memory management reworked.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/uce/incubator-flink FLINK-898
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-flink/pull/6.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6
----
commit 33f45a27f2e462f4f60abe00d891d0793d0f9c95
Author: uce <
[hidden email]>
Date: 2014-06-11T10:04:36Z
[FLINK-898] Clean up distribution default config
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at
[hidden email] or file a JIRA ticket
with INFRA.
---