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

2013-04-24 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-4369:
---

   Resolution: Fixed
Fix Version/s: 0.12.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. Thanks, Vikram!

 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
 Fix For: 0.12.0

 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


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

2013-04-23 Thread Vikram Dixit K (JIRA)

 [ 
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.2.patch

This patch updates test files to conform to the changes made as part of 
HADOOP-8551 which broke backwards compatibility with hadoop-1.x.

 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


 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


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

2013-04-23 Thread Vikram Dixit K (JIRA)

 [ 
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


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

2013-04-17 Thread Vikram Dixit K (JIRA)

 [ 
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.1.patch

Bumping up the hadoop version fixes this issue. Running the full suite of tests 
but do not anticipate any more patch updates.

 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


 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


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

2013-04-17 Thread Vikram Dixit K (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-4369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vikram Dixit K updated HIVE-4369:
-

Status: Patch Available  (was: Open)

 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


 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