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.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 #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. --- |
Github user StephanEwen commented on the pull request:
https://github.com/apache/incubator-flink/pull/6#issuecomment-45920114 Nice. Will merge that for 0.6 --- 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. --- |
In reply to this post by zentol
Github user StephanEwen commented on the pull request:
https://github.com/apache/incubator-flink/pull/6#issuecomment-45963021 Merged in edf6c4c18303b30e6d0180fd45f78828966511a8 --- 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. --- |
In reply to this post by zentol
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-flink/pull/6 --- 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. --- |
Free forum by Nabble | Edit this page |