You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gunther Hagleitner (JIRA)" <ji...@apache.org> on 2013/04/16 20:49:16 UTC

[jira] [Created] (HIVE-4369) Many new failures on hadoop 2

Gunther Hagleitner created HIVE-4369:
----------------------------------------

             Summary: 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


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