You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Mingjie Lai (Created) (JIRA)" <ji...@apache.org> on 2011/10/14 00:46:12 UTC

[jira] [Created] (FLUME-797) Start scriptx shall support to pass individual options to jvm.

Start scriptx shall support to pass individual options to jvm.
--------------------------------------------------------------

                 Key: FLUME-797
                 URL: https://issues.apache.org/jira/browse/FLUME-797
             Project: Flume
          Issue Type: Improvement
          Components: Shell
            Reporter: Mingjie Lai
            Assignee: Mingjie Lai
             Fix For: v0.9.5


In hbase, we can pass individual options to different process in hbase-env.sh

{code}
export HBASE_MASTER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10101"
export HBASE_REGIONSERVER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10102"
export HBASE_THRIFT_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10103"
export HBASE_ZOOKEEPER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10104"
{code}

It's very useful, i.e., passing ``-Xms3g -Xmx3g'' to flume node, and -Xms1g -Xmx1g to master. 

Right now there is only JOPTS which is shared among all node types. 

I propose to add FLUME_MASTER_JOPTS and FLUME_NODE_JOPTS to bin/flume. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FLUME-797) Start scriptx shall support to pass individual options to jvm.

Posted by "Mingjie Lai (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mingjie Lai updated FLUME-797:
------------------------------

    Attachment: Flume-797-trunk.patch

Patch available.
                
> Start scriptx shall support to pass individual options to jvm.
> --------------------------------------------------------------
>
>                 Key: FLUME-797
>                 URL: https://issues.apache.org/jira/browse/FLUME-797
>             Project: Flume
>          Issue Type: Improvement
>          Components: Shell
>            Reporter: Mingjie Lai
>            Assignee: Mingjie Lai
>             Fix For: v0.9.5
>
>         Attachments: Flume-797-trunk.patch
>
>
> In hbase, we can pass individual options to different process in hbase-env.sh
> {code}
> export HBASE_MASTER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10101"
> export HBASE_REGIONSERVER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10102"
> export HBASE_THRIFT_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10103"
> export HBASE_ZOOKEEPER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10104"
> {code}
> It's very useful, i.e., passing ``-Xms3g -Xmx3g'' to flume node, and -Xms1g -Xmx1g to master. 
> Right now there is only JOPTS which is shared among all node types. 
> I propose to add FLUME_MASTER_JOPTS and FLUME_NODE_JOPTS to bin/flume. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FLUME-797) Start scriptx shall support to pass individual options to jvm.

Posted by "Mingjie Lai (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mingjie Lai updated FLUME-797:
------------------------------

    Status: Patch Available  (was: Open)
    
> Start scriptx shall support to pass individual options to jvm.
> --------------------------------------------------------------
>
>                 Key: FLUME-797
>                 URL: https://issues.apache.org/jira/browse/FLUME-797
>             Project: Flume
>          Issue Type: Improvement
>          Components: Shell
>            Reporter: Mingjie Lai
>            Assignee: Mingjie Lai
>             Fix For: v0.9.5
>
>         Attachments: Flume-797-trunk.patch
>
>
> In hbase, we can pass individual options to different process in hbase-env.sh
> {code}
> export HBASE_MASTER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10101"
> export HBASE_REGIONSERVER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10102"
> export HBASE_THRIFT_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10103"
> export HBASE_ZOOKEEPER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10104"
> {code}
> It's very useful, i.e., passing ``-Xms3g -Xmx3g'' to flume node, and -Xms1g -Xmx1g to master. 
> Right now there is only JOPTS which is shared among all node types. 
> I propose to add FLUME_MASTER_JOPTS and FLUME_NODE_JOPTS to bin/flume. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (FLUME-797) Start scriptx shall support to pass individual options to jvm.

Posted by "Arvind Prabhakar (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-797?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arvind Prabhakar updated FLUME-797:
-----------------------------------

    Affects Version/s: v0.9.4
    
> Start scriptx shall support to pass individual options to jvm.
> --------------------------------------------------------------
>
>                 Key: FLUME-797
>                 URL: https://issues.apache.org/jira/browse/FLUME-797
>             Project: Flume
>          Issue Type: Improvement
>          Components: Shell
>    Affects Versions: v0.9.4
>            Reporter: Mingjie Lai
>            Assignee: Mingjie Lai
>             Fix For: v0.9.5
>
>         Attachments: Flume-797-trunk.patch
>
>
> In hbase, we can pass individual options to different process in hbase-env.sh
> {code}
> export HBASE_MASTER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10101"
> export HBASE_REGIONSERVER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10102"
> export HBASE_THRIFT_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10103"
> export HBASE_ZOOKEEPER_OPTS="$HBASE_JMX_BASE -Dcom.sun.management.jmxremote.port=10104"
> {code}
> It's very useful, i.e., passing ``-Xms3g -Xmx3g'' to flume node, and -Xms1g -Xmx1g to master. 
> Right now there is only JOPTS which is shared among all node types. 
> I propose to add FLUME_MASTER_JOPTS and FLUME_NODE_JOPTS to bin/flume. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira