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 55515DB4F for ; Tue, 14 May 2013 22:37:17 +0000 (UTC) Received: (qmail 78988 invoked by uid 500); 14 May 2013 22:37:15 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 78890 invoked by uid 500); 14 May 2013 22:37:15 -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 78757 invoked by uid 500); 14 May 2013 22:37:15 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 78659 invoked by uid 99); 14 May 2013 22:37:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 May 2013 22:37:15 +0000 Date: Tue, 14 May 2013 22:37:15 +0000 (UTC) From: "Xi Fang (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4558) mapreduce_stack_trace_hadoop20 in TestNegativeMinimrCliDriver fails 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-4558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xi Fang updated HIVE-4558: -------------------------- Attachment: HIVE-4558.1.patch > mapreduce_stack_trace_hadoop20 in TestNegativeMinimrCliDriver fails on Windows > ------------------------------------------------------------------------------ > > Key: HIVE-4558 > URL: https://issues.apache.org/jira/browse/HIVE-4558 > Project: Hive > Issue Type: Bug > Components: Tests > Affects Versions: 0.11.0 > Environment: Windows > Reporter: Xi Fang > Priority: Minor > Attachments: HIVE-4558.1.patch > > > testNegativeCliDriver_mapreduce_stack_trace_hadoop20 fails because group information is printed out on Windows. Here is the example of mapreduce_stack_trace_hadoop20.q.out.orig: > -------------------------------------------------------------------------- > PREHOOK: query: FROM src SELECT TRANSFORM(key, value) USING 'script_does_not_exist' AS (key, value) > PREHOOK: type: QUERY > PREHOOK: Input: default@src > PREHOOK: Output: hdfs://127.0.0.1:25477/code/HWX/hive-monarch/build/ql/scratchdir/hive_2013-05-14_15-21-00_075_593034964465269090/-mr-10000 > Ended Job = job_20130514152027587_0001 with errors > FATAL ExecMapper: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row {"key":"238","value":"val_238"} > groups found for user Administrators > Hive Runtime Error while processing row {"key":"238","value":"val_238"} > -------------------------------------------------------------------------- > However, it is supposed to look like: > -------------------------------------------------------------------------- > PREHOOK: query: FROM src SELECT TRANSFORM(key, value) USING 'script_does_not_exist' AS (key, value) > PREHOOK: type: QUERY > PREHOOK: Input: default@src > #### A masked pattern was here #### > FATAL ExecMapper: org.apache.hadoop.hive.ql.metadata.HiveException: Hive Runtime Error while processing row {"key":"238","value":"val_238"} > Hive Runtime Error while processing row {"key":"238","value":"val_238"} > -------------------------------------------------------------------------- -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira