You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/08/21 23:50:00 UTC

[jira] [Commented] (AMBARI-21770) Spark1 Shuffle Property Is Removed Incorrectly on a Stack Upgrade

    [ https://issues.apache.org/jira/browse/AMBARI-21770?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16136034#comment-16136034 ] 

Hudson commented on AMBARI-21770:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.6 #40 (See [https://builds.apache.org/job/Ambari-branch-2.6/40/])
AMBARI-21770 - Spark1 Shuffle Property Is Removed Incorrectly on a Stack (jhurley: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d84cda89a940fa61701972d9ff011010dc0be08f])
* (edit) ambari-server/src/main/resources/stacks/BigInsights/4.2.5/upgrades/config-upgrade.xml
* (edit) ambari-server/src/main/resources/stacks/BigInsights/4.2/upgrades/config-upgrade.xml


> Spark1 Shuffle Property Is Removed Incorrectly on a Stack Upgrade
> -----------------------------------------------------------------
>
>                 Key: AMBARI-21770
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21770
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.5.2
>            Reporter: Yesha Vora
>            Assignee: Jonathan Hurley
>            Priority: Blocker
>         Attachments: AMBARI-21770.patch
>
>
> Steps to reproduce:
> * Install BI 4.2.0
> * Upgrade to Ambari-2.5.2.0
> * Upgrade to HDP-2.6
> Here, Spark-shuffle service is not configured for Spark1 component. It only configures Spark2-shuffle service
> {code:title=current yarn-site.xml after upgrade}
> yarn.nodemanager.aux-services = mapreduce_shuffle,spark2_shuffle
> yarn.nodemanager.aux-services.spark2_shuffle.class = org.apache.spark.network.yarn.YarnShuffleService
> yarn.nodemanager.aux-services.spark2_shuffle.classpath={{stack_root}}/${hdp.version}/spark2/aux/*
> yarn.nodemanager.aux-services.spark_shuffle.class=org.apache.spark.network.yarn.YarnShuffleService
> yarn.nodemanager.aux-services.spark_shuffle.classpath={{stack_root}}/${hdp.version}/spark/aux/*
> yarn.timeline-service.entity-group-fs-store.group-id-plugin-classes  <EMPTY VALUE>
> yarn.timeline-service.entity-group-fs-store.group-id-plugin-classpath <EMPTY VALUE>{code}
> {code:title=expected yarn-site.xml}
> yarn.nodemanager.aux-services = mapreduce_shuffle,spark_shuffle
> yarn.nodemanager.aux-services.spark_shuffle.class=org.apache.spark.network.yarn.YarnShuffleService
> yarn.nodemanager.aux-services.spark_shuffle.classpath={{stack_root}}/${hdp.version}/spark/aux/*
> yarn.timeline-service.entity-group-fs-store.group-id-plugin-classpath=/usr/hdp/${hdp.version}/spark/hdpLib/*
> yarn.timeline-service.entity-group-fs-store.group-id-plugin-classes=org.apache.spark.deploy.history.yarn.plugin.SparkATSPlugin{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)