[jira] [Commented] (FLINK-898) Clean up distribution default config

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (FLINK-898) Clean up distribution default config

Shang Yuanchun (Jira)

    [ 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.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

----


> Clean up distribution default config
> ------------------------------------
>
>                 Key: FLINK-898
>                 URL: https://issues.apache.org/jira/browse/FLINK-898
>             Project: Flink
>          Issue Type: Improvement
>            Reporter: Ufuk Celebi
>              Labels: github-import
>             Fix For: pre-apache
>
>
> Just a small remark: I vote to simplify the default config we ship, because it gives the impression that you actually have to configure a lot of stuff. See [https://github.com/stratosphere/stratosphere/blob/master/stratosphere-dist/src/main/stratosphere-bin/conf/stratosphere-conf.yaml|https://github.com/stratosphere/stratosphere/blob/master/stratosphere-dist/src/main/stratosphere-bin/conf/stratosphere-conf.yaml].
> ---------------- Imported from GitHub ----------------
> Url: https://github.com/stratosphere/stratosphere/issues/898
> Created by: [uce|https://github.com/uce]
> Labels: enhancement,
> Created at: Mon Jun 02 15:44:54 CEST 2014
> State: open



--
This message was sent by Atlassian JIRA
(v6.2#6252)