Posted by
Shang Yuanchun (Jira) on
Jun 11, 2014; 10:18am
URL: http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/jira-Commented-FLINK-898-Clean-up-distribution-default-config-tp22.html
[
https://issues.apache.org/jira/browse/FLINK-898?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14027598#comment-14027598 ]
ASF GitHub Bot commented on FLINK-898:
--------------------------------------
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
----
--
This message was sent by Atlassian JIRA
(v6.2#6252)