Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-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 1350F1171C for ; Thu, 3 Jul 2014 21:32:35 +0000 (UTC) Received: (qmail 75706 invoked by uid 500); 3 Jul 2014 21:32:34 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 75586 invoked by uid 500); 3 Jul 2014 21:32:34 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 75353 invoked by uid 500); 3 Jul 2014 21:32:34 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 75322 invoked by uid 99); 3 Jul 2014 21:32:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2014 21:32:34 +0000 Date: Thu, 3 Jul 2014 21:32:34 +0000 (UTC) From: "Sushanth Sowmyan (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-7268) On Windows Hive jobs in Webhcat always run on default MR mode 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/HIVE-7268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sushanth Sowmyan updated HIVE-7268: ----------------------------------- Resolution: Fixed Status: Resolved (was: Patch Available) Committed to trunk. Thanks for the patch, Deepesh, and thanks for the review, Hari! > On Windows Hive jobs in Webhcat always run on default MR mode > ------------------------------------------------------------- > > Key: HIVE-7268 > URL: https://issues.apache.org/jira/browse/HIVE-7268 > Project: Hive > Issue Type: Bug > Components: WebHCat > Affects Versions: 0.13.0 > Reporter: Deepesh Khandelwal > Assignee: Deepesh Khandelwal > Fix For: 0.14.0 > > Attachments: HIVE-7268.1.patch > > > On Windows fix from HIVE-7065 doesn't work as the templeton.cmd script does not include the Hive configuration directory in the classpath. So when hive.execution.engine property is set to tez in HIVE_CONF_DIR/hive-site.xml, webhcat doesn't see it and defaults it to "mr". This prevents Hive jobs running from WebHCat to use the tez execution engine. -- This message was sent by Atlassian JIRA (v6.2#6252)