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 C9D5117BD4 for ; Thu, 6 Nov 2014 20:57:35 +0000 (UTC) Received: (qmail 42170 invoked by uid 500); 6 Nov 2014 20:57:35 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 41924 invoked by uid 500); 6 Nov 2014 20:57:35 -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 41908 invoked by uid 500); 6 Nov 2014 20:57:35 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 41885 invoked by uid 99); 6 Nov 2014 20:57:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Nov 2014 20:57:35 +0000 Date: Thu, 6 Nov 2014 20:57:35 +0000 (UTC) From: "Jason Dere (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-8737) setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows 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-8737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14200909#comment-14200909 ] Jason Dere commented on HIVE-8737: ---------------------------------- Changes are only in TestCliDriverMethods, these test failures are not related. [~hagleitn] these are solely test changes, will add to 0.14 > setEnv is not portable, which fails TestCliDriverMethods#testprocessInitFiles on Windows > ---------------------------------------------------------------------------------------- > > Key: HIVE-8737 > URL: https://issues.apache.org/jira/browse/HIVE-8737 > Project: Hive > Issue Type: Bug > Affects Versions: 0.14.0 > Environment: Windows > Reporter: Xiaobing Zhou > Assignee: Xiaobing Zhou > Attachments: HIVE-8737.1.patch, HIVE-8737.2.patch, HIVE-8737.3.patch > > > repro: > {noformat} > mvn test -Phadoop-2 -Dtest=TestCliDriverMethods#testprocessInitFiles > {noformat} > setEnv tries to do JVM wide system variables changes, previous approach is not portable. -- This message was sent by Atlassian JIRA (v6.3.4#6332)