Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1524418695 for ; Mon, 18 May 2015 12:43:01 +0000 (UTC) Received: (qmail 18260 invoked by uid 500); 18 May 2015 12:43:00 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 18223 invoked by uid 500); 18 May 2015 12:43:00 -0000 Mailing-List: contact dev-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 dev@ambari.apache.org Received: (qmail 18048 invoked by uid 99); 18 May 2015 12:43:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2015 12:43:00 +0000 Date: Mon, 18 May 2015 12:43:00 +0000 (UTC) From: "Oleg Nechiporenko (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-11066) ACID Transactions override issue MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-11066?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Nechiporenko updated AMBARI-11066: --------------------------------------- Attachment: AMBARI-11066.patch > ACID Transactions override issue > -------------------------------- > > Key: AMBARI-11066 > URL: https://issues.apache.org/jira/browse/AMBARI-11066 > Project: Ambari > Issue Type: Bug > Components: ambari-web > Affects Versions: 2.1.0 > Reporter: Oleg Nechiporenko > Assignee: Oleg Nechiporenko > Fix For: 2.1.0 > > Attachments: AMBARI-11066.patch, AMBARI-11066.patch > > > Install cluster with HIVE (HDP-2.2) > Go to HIVE configs page > Try to override "ACID Transactions" > Override appears without error-message about "Configuration overrides must have different value". > This happens because config validation rule is like > {code}this.value === parentSCP.get('value') && this.supportsFinal && this.isFinal === parentSCP.get('isFinal')) {code} > {{supportsFinal}} for this config is false, so this condition is always false too. > Is this behavior correct? -- This message was sent by Atlassian JIRA (v6.3.4#6332)