You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Ramkumar Vadali (JIRA)" <ji...@apache.org> on 2010/10/25 09:11:21 UTC

[jira] Updated: (HADOOP-6985) Suggest that HADOOP_OPTS be preserved in hadoop-env.sh.template

     [ https://issues.apache.org/jira/browse/HADOOP-6985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ramkumar Vadali updated HADOOP-6985:
------------------------------------

    Attachment: HADOOP-6985.patch

> Suggest that HADOOP_OPTS be preserved in hadoop-env.sh.template
> ---------------------------------------------------------------
>
>                 Key: HADOOP-6985
>                 URL: https://issues.apache.org/jira/browse/HADOOP-6985
>             Project: Hadoop Common
>          Issue Type: Improvement
>            Reporter: Ramkumar Vadali
>            Priority: Minor
>         Attachments: HADOOP-6985.patch
>
>
> For an administrator who wants to customize HADOOP_OPTS, it would be better to have
> # if [ "$HADOOP_OPTS" == "" ]; then export HADOOP_OPTS=-server; else FOO+=" -server"; fi
> instead of
> # Extra Java runtime options.  Empty by default.
> # export HADOOP_OPTS=-server

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.