You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Tkach (JIRA)" <ji...@apache.org> on 2014/09/10 20:19:35 UTC

[jira] [Updated] (AMBARI-7250) Hive and ATS properties are not available on backend but available on UI(upgrade stack 2.0 -> 2.1)

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

Andrii Tkach updated AMBARI-7250:
---------------------------------
    Attachment: AMBARI-7250.patch

> Hive and ATS properties are not available on backend but available on UI(upgrade stack 2.0 -> 2.1)
> --------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-7250
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7250
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-web
>    Affects Versions: 1.7.0
>            Reporter: Andrii Tkach
>            Assignee: Andrii Tkach
>            Priority: Critical
>             Fix For: 1.7.0
>
>         Attachments: AMBARI-7250.patch
>
>
> 3. Complete the Stack Upgrade 
> 11) Make the following config changes required for Application Timeline Server. Use the Ambari web UI to navigate to the service dashboard and add/modify the following configurations:
> YARN (Custom yarn-site.xml)
> yarn.timeline-service.leveldb-timeline-store.path=/var/log/hadoop-yarn/timeline
> yarn.timeline-service.leveldb-timeline-store.ttl-interval-ms=300000
> ** If you are upgrading to HDP 2.1.3 or higher, use the following setting: yarn.timeline-service.store-class=org.apache.hadoop.yarn.server.timeline.LeveldbTimelineStore**
> ** If you are upgrading to HDP 2.1.2, use the following setting: yarn.timeline-service.store-class=org.apache.hadoop.yarn.server.applicationhistoryservice.timeline.LeveldbTimelineStore **
> yarn.timeline-service.ttl-enable=true
> yarn.timeline-service.ttl-ms=2678400000
> yarn.timeline-service.generic-application-history.store-class=org.apache.hadoop.yarn.server.applicationhistoryservice.NullApplicationHistoryStore
> yarn.timeline-service.webapp.address={PUT_THE_FQDN_OF_ATS_HOST_NAME_HERE}:8188
> yarn.timeline-service.webapp.https.address={PUT_THE_FQDN_OF_ATS_HOST_NAME_HERE}:8190
> yarn.timeline-service.address={PUT_THE_FQDN_OF_ATS_HOST_NAME_HERE}:10200
> HIVE (hive-site.xml)
> hive.execution.engine=mr
> hive.exec.failure.hooks=org.apache.hadoop.hive.ql.hooks.ATSHook
> hive.exec.post.hooks=org.apache.hadoop.hive.ql.hooks.ATSHook
> hive.exec.pre.hooks=org.apache.hadoop.hive.ql.hooks.ATSHook
> hive.tez.container.size={map-container-size}
>         *If mapreduce.map.memory.mb > 2GB then set it equal to mapreduce.map.memory. Otherwise, set it equal to mapreduce.reduce.memory.mb*
> hive.tez.java.opts="-server -Xmx" + Math.round(0.8 * map-container-size) + "m -Djava.net.preferIPv4Stack=true -XX:NewRatio=8 -XX:+UseNUMA -XX:+UseParallelGC"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)