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 C74FF200C29 for ; Tue, 28 Feb 2017 14:05:57 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C5B2F160B7C; Tue, 28 Feb 2017 13:05:57 +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 19C9B160B6A for ; Tue, 28 Feb 2017 14:05:56 +0100 (CET) Received: (qmail 49335 invoked by uid 500); 28 Feb 2017 13:05:56 -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 49305 invoked by uid 99); 28 Feb 2017 13:05:55 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2017 13:05:55 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4E5CEC0C0D for ; Tue, 28 Feb 2017 13:05:55 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.547 X-Spam-Level: X-Spam-Status: No, score=-1.547 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id b929gMwT3qb4 for ; Tue, 28 Feb 2017 13:05:54 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id ECAA75F476 for ; Tue, 28 Feb 2017 13:05:53 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C48D8E00D5 for ; Tue, 28 Feb 2017 13:05:45 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 7451E24142 for ; Tue, 28 Feb 2017 13:05:45 +0000 (UTC) Date: Tue, 28 Feb 2017 13:05:45 +0000 (UTC) From: "Nitiraj Singh Rathore (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (AMBARI-20234) HiveView2.0 - settings not taking effect MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 28 Feb 2017 13:05:58 -0000 [ https://issues.apache.org/jira/browse/AMBARI-20234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nitiraj Singh Rathore updated AMBARI-20234: ------------------------------------------- Attachment: AMBARI-20234_branch-2.5.patch > HiveView2.0 - settings not taking effect > ---------------------------------------- > > Key: AMBARI-20234 > URL: https://issues.apache.org/jira/browse/AMBARI-20234 > Project: Ambari > Issue Type: Bug > Components: ambari-views > Affects Versions: 2.5.0 > Reporter: Nitiraj Singh Rathore > Assignee: Nitiraj Singh Rathore > Fix For: 2.5.0 > > Attachments: AMBARI-20234_branch-2.5.patch > > > Tried adding hive.exec.dynamic.partition.mode=nonstrict in hive view setting. > But that is not working. > I verified the setting by running query "set hive.exec.dynamic.partition.mode" and it doesn't show updated value. > Details of what I was trying to do - > I ran following query - > insert into store_sales2 PARTITION (sale_date) select dob, 1, 1, 1 from student_table > It failed with - > Caused by: java.lang.RuntimeException: org.apache.hadoop.hive.ql.parse.SemanticException:Dynamic partition strict mode requires at least one static partition column. To turn this off set hive.exec.dynamic.partition.mode=nonstrict > Then I added above settings and tried running query, it still fails with same error. So I tried running "set hive.exec.dynamic.partition.mode" to verify the setting, and it wasn't updated. -- This message was sent by Atlassian JIRA (v6.3.15#6346)