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 EE374200B5D for ; Sun, 7 Aug 2016 09:37:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ECD74160A87; Sun, 7 Aug 2016 07:37:21 +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 67A26160A6B for ; Sun, 7 Aug 2016 09:37:21 +0200 (CEST) Received: (qmail 3630 invoked by uid 500); 7 Aug 2016 07:37:20 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 3613 invoked by uid 99); 7 Aug 2016 07:37:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Aug 2016 07:37:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 73F7E2C0033 for ; Sun, 7 Aug 2016 07:37:20 +0000 (UTC) Date: Sun, 7 Aug 2016 07:37:20 +0000 (UTC) From: "Lefty Leverenz (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-14346) Change the default value for hive.mapred.mode to null MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 07 Aug 2016 07:37:22 -0000 [ https://issues.apache.org/jira/browse/HIVE-14346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lefty Leverenz updated HIVE-14346: ---------------------------------- Labels: TODOC2.2 (was: ) > Change the default value for hive.mapred.mode to null > ----------------------------------------------------- > > Key: HIVE-14346 > URL: https://issues.apache.org/jira/browse/HIVE-14346 > Project: Hive > Issue Type: Bug > Components: Configuration > Affects Versions: 2.2.0 > Reporter: Chao Sun > Assignee: Chao Sun > Labels: TODOC2.2 > Fix For: 2.2.0 > > Attachments: HIVE-14346.0.patch, HIVE-14346.1.patch, HIVE-14346.2.patch, HIVE-14346.3.patch > > > HIVE-12727 introduces three new configurations to replace the existing {{hive.mapred.mode}}, which is deprecated. However, the default value for the latter is 'nonstrict', which prevent the new configurations from being used (see comments in that JIRA for more details). > This proposes to change the default value for {{hive.mapred.mode}} to null. Users can then set the three new configurations to get more fine-grained control over the strict checking. If user want to use the old configuration, they can set {{hive.mapred.mode}} to strict/nonstrict. -- This message was sent by Atlassian JIRA (v6.3.4#6332)