Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6DCBF200B5B for ; Fri, 5 Aug 2016 21:33:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6CC7B160AAC; Fri, 5 Aug 2016 19:33:23 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 97C3A160A8E for ; Fri, 5 Aug 2016 21:33:22 +0200 (CEST) Received: (qmail 68823 invoked by uid 500); 5 Aug 2016 19:33:21 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 68715 invoked by uid 99); 5 Aug 2016 19:33:21 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Aug 2016 19:33:21 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C40372C0E39 for ; Fri, 5 Aug 2016 19:33:20 +0000 (UTC) Date: Fri, 5 Aug 2016 19:33:20 +0000 (UTC) From: "Hudson (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-18034) Issues with custom default queue support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 05 Aug 2016 19:33:23 -0000 [ https://issues.apache.org/jira/browse/AMBARI-18034?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15409949#comment-15409949 ] Hudson commented on AMBARI-18034: --------------------------------- FAILURE: Integrated in Ambari-trunk-Commit #5466 (See [https://builds.apache.org/job/Ambari-trunk-Commit/5466/]) AMBARI-18034. Issues with custom default queue support (dgrinenko via (dlysnichenko: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=2b7c97fc19a57bb28e8d850242d573fdf1915174]) * ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration-mapred/mapred-site.xml * ambari-server/src/main/resources/common-services/SPARK/1.5.2/configuration/spark-thrift-sparkconf.xml * ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py * ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog240Test.java * ambari-server/src/main/resources/common-services/OOZIE/4.0.0.2.0/package/scripts/params_linux.py * ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-env.xml * ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py * ambari-server/src/test/python/stacks/2.2/common/test_stack_advisor.py * ambari-server/src/main/resources/stacks/HDP/2.2/services/stack_advisor.py * ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog240.java * ambari-server/src/main/resources/stacks/HDP/2.5/services/stack_advisor.py * ambari-server/src/main/resources/common-services/SPARK2/2.0.0/configuration/spark2-thrift-sparkconf.xml * ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py * ambari-server/src/test/python/stacks/2.5/common/test_stack_advisor.py * ambari-server/src/main/resources/common-services/TEZ/0.4.0.2.1/configuration/tez-site.xml * ambari-server/src/main/resources/stacks/HDP/2.1/services/stack_advisor.py * ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py * ambari-server/src/main/resources/common-services/SPARK/1.2.1/configuration/spark-defaults.xml * ambari-server/src/main/resources/common-services/SPARK2/2.0.0/configuration/spark2-defaults.xml * ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/webhcat-site.xml > Issues with custom default queue support > ---------------------------------------- > > Key: AMBARI-18034 > URL: https://issues.apache.org/jira/browse/AMBARI-18034 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.4.0 > Reporter: Dmytro Grinenko > Assignee: Dmitry Lysnichenko > Priority: Blocker > Fix For: 2.4.0 > > Attachments: AMBARI-18034.patch > > > While investigating config changes due to Ambari upgrade discovered few potential issues around the support for default custom queue. > # Ambari upgrade should not update custom queue properties. This is because its unlikely to be invalid before Ambari upgrade. > # All config properties related to the queue should be marked to not be added during ambari upgrade. They all have defaults as "default" > # Stack advisor should recommend only if the existing value for the queue is invalid. Think of a scenario where user has explicitly set "spark.yarn.queue"/"tez.queue.name" with a valid value and capacity scheduler goes through an unrelated config change -- This message was sent by Atlassian JIRA (v6.3.4#6332)