You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Mahadev konar (JIRA)" <ji...@apache.org> on 2014/05/15 01:10:31 UTC

[jira] [Updated] (AMBARI-5768) Create a different global for hive heapsize -> hive_heapsize for hive-env.sh.

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

Mahadev konar updated AMBARI-5768:
----------------------------------

    Description: 

Create a different glocal for hive heapsize -> hive_heapsize for hive-env.sh.

https://git-wip-us.apache.org/repos/asf?p=ambari.git;a=blob_plain;f=ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/templates/hive-env.sh.j2;hb=HEAD

Uses:

{code}
export HADOOP_HEAPSIZE="{{hadoop_heapsize}}"
export HADOOP_CLIENT_OPTS="-Xmx${HADOOP_HEAPSIZE}m $HADOOP_CLIENT_OPTS"
{code}

We should have a different global/parameter for this -> hive_heapsize in Hive service page.


  was:
Create a different global for hive heapsize -> hive_heapsize for hive-env.sh.

Create a different glocal for hive heapsize -> hive_heapsize for hive-env.sh.

https://git-wip-us.apache.org/repos/asf?p=ambari.git;a=blob_plain;f=ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/templates/hive-env.sh.j2;hb=HEAD

Uses:

{code}
export HADOOP_HEAPSIZE="{{hadoop_heapsize}}"
export HADOOP_CLIENT_OPTS="-Xmx${HADOOP_HEAPSIZE}m $HADOOP_CLIENT_OPTS"
{code}

We should have a different global/parameter for this -> hive_heapsize in Hive service page.



> Create a different global for hive heapsize -> hive_heapsize for hive-env.sh.
> -----------------------------------------------------------------------------
>
>                 Key: AMBARI-5768
>                 URL: https://issues.apache.org/jira/browse/AMBARI-5768
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Mahadev konar
>            Priority: Critical
>             Fix For: 1.6.1
>
>
> Create a different glocal for hive heapsize -> hive_heapsize for hive-env.sh.
> https://git-wip-us.apache.org/repos/asf?p=ambari.git;a=blob_plain;f=ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HIVE/package/templates/hive-env.sh.j2;hb=HEAD
> Uses:
> {code}
> export HADOOP_HEAPSIZE="{{hadoop_heapsize}}"
> export HADOOP_CLIENT_OPTS="-Xmx${HADOOP_HEAPSIZE}m $HADOOP_CLIENT_OPTS"
> {code}
> We should have a different global/parameter for this -> hive_heapsize in Hive service page.



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