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

Hudson commented on AMBARI-19810:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #892 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/892/])
AMBARI-19810. Remove upgrade logic in UpdateCatalog250 for (sshridhar: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=a8887c44500d92e225d6d53774595500fc1a6c01])
* (edit) 
ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog250.java
* (edit) 
ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog250Test.java


> Remove upgrade logic in UpdateCatalog250 for tez-interactive-site's 
> 'tez.runtime.io.sort.mb' and 'tez.runtime.unordered.output.buffer.size-mb'.
> -----------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-19810
>                 URL: https://issues.apache.org/jira/browse/AMBARI-19810
>             Project: Ambari
>          Issue Type: Bug
>    Affects Versions: 2.5.0
>            Reporter: Swapan Shridhar
>            Assignee: Swapan Shridhar
>             Fix For: trunk, 2.5.0
>
>         Attachments: AMBARI-19810.01.patch, AMBARI-19810.trunk.01.patch
>
>
> Remove the following code and its references:
> {code}
> +  protected void updateTEZInteractiveConfigs() throws AmbariException {
> +    AmbariManagementController ambariManagementController = 
> injector.getInstance(AmbariManagementController.class);
> +    Clusters clusters = ambariManagementController.getClusters();
> +    if (clusters != null) {
> +      Map<String, Cluster> clusterMap = clusters.getClusters();
> +
> +      if (clusterMap != null && !clusterMap.isEmpty()) {
> +        for (final Cluster cluster : clusterMap.values()) {
> +          Config tezInteractiveSite = 
> cluster.getDesiredConfigByType("tez-interactive-site");
> +          if (tezInteractiveSite != null) {
> +
> +            updateConfigurationProperties("tez-interactive-site", 
> Collections.singletonMap("tez.runtime.io.sort.mb", "512"), true, true);
> +
> +            updateConfigurationProperties("tez-interactive-site", 
> Collections.singletonMap("tez.runtime.unordered.output.buffer.size-mb",
> +                "100"), true, true);
> +          }
> +        }
> +      }
> +    }
> +  }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to