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 A12E510B92 for ; Tue, 23 Apr 2013 22:41:20 +0000 (UTC) Received: (qmail 73874 invoked by uid 500); 23 Apr 2013 22:41:19 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 73794 invoked by uid 500); 23 Apr 2013 22:41:19 -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 73697 invoked by uid 500); 23 Apr 2013 22:41:19 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 73680 invoked by uid 99); 23 Apr 2013 22:41:19 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Apr 2013 22:41:19 +0000 Date: Tue, 23 Apr 2013 22:41:19 +0000 (UTC) From: "Vikram Dixit K (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-4369) Many new failures on hadoop 2 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-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vikram Dixit K updated HIVE-4369: --------------------------------- Attachment: HIVE-4369.3.patch > Many new failures on hadoop 2 > ----------------------------- > > Key: HIVE-4369 > URL: https://issues.apache.org/jira/browse/HIVE-4369 > Project: Hive > Issue Type: Bug > Reporter: Gunther Hagleitner > Assignee: Vikram Dixit K > Attachments: HIVE-4369.1.patch, HIVE-4369.2.patch, HIVE-4369.3.patch > > > Roughly half the tests are failing, this seems to be the exception: > [junit] org.apache.hadoop.hive.ql.metadata.HiveException: org.apache.hadoop.hive.ql.metadata.HiveException: Configuration and input path are inconsistent > [junit] at org.apache.hadoop.hive.ql.exec.MapOperator.setChildren(MapOperator.java:522) > [junit] at org.apache.hadoop.hive.ql.exec.ExecMapper.configure(ExecMapper.java:91) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > [junit] at java.lang.reflect.Method.invoke(Method.java:597) > [junit] at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:103) > [junit] at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:72) > [junit] at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:130) > [junit] at org.apache.hadoop.mapred.MapRunner.configure(MapRunner.java:38) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > [junit] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > [junit] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > [junit] at java.lang.reflect.Method.invoke(Method.java:597) > [junit] at org.apache.hadoop.util.ReflectionUtils.setJobConf(ReflectionUtils.java:103) > [junit] at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:72) > [junit] at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:130) > [junit] at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask.java:395) > [junit] at org.apache.hadoop.mapred.MapTask.run(MapTask.java:334) > [junit] at org.apache.hadoop.mapred.LocalJobRunner$Job$MapTaskRunnable.run(LocalJobRunner.java:232) > [junit] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) > [junit] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > [junit] at java.util.concurrent.FutureTask.run(FutureTask.java:138) > [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) > [junit] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) > [junit] at java.lang.Thread.run(Thread.java:680) > [junit] Caused by: org.apache.hadoop.hive.ql.metadata.HiveException: Configuration and input path are inconsistent > [junit] at org.apache.hadoop.hive.ql.exec.MapOperator.setChildren(MapOperator.java:516) > [junit] ... 25 more -- 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