Re: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split generation failed with exception

2018-06-26 Thread Mich Talebzadeh
I had the following 0: jdbc:hive2://rhes75:10099/default> select count(1) from sales; Error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split generation failed with exception: java.lang.NoSuchMe

Re: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split generation failed with exception

2018-06-25 Thread Mich Talebzadeh
Thanks I assume two things Create these ORC tables from scratch and populate them. These are older tables from 2.7 Do I need to upgrade to Hadoop 3.1 as suggested as well? Or I can keep the current 3.0.3 of Hadoop and just redo these ORC tables again Sounds like I need to upgrade Hadoop to

Re: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split generation failed with exception

2018-06-25 Thread Gopal Vijayaraghavan
> This is Hadoop 3.0.3 > java.lang.NoSuchMethodError: > org.apache.hadoop.fs.FileStatus.compareTo(Lorg/apache/hadoop/fs/FileStatus;)I > (state=08S01,code=1) > Something is missing here! Is this specific to ORC tables? No, it is a Hadoop BUG. https://issues.apache.org/jira/browse/HADOOP-1468

Re: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split generation failed with exception

2018-06-25 Thread Mich Talebzadeh
:10099/default> select count(1) from sales; >> Error: Error while processing statement: FAILED: Execution Error, return >> code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split >> generation failed with exception: java.lang.NoSuchMethodError: >> org.apache.h

Re: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split generation failed with exception

2018-06-25 Thread Prasanth Jayachandran
e 0: jdbc:hive2://rhes75:10099/default> select count(1) from sales; Error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split generation failed with exception: java.lang.NoSuchMethodError: org.apache.hadoop.fs.FileSt

FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split generation failed with exception

2018-06-25 Thread Mich Talebzadeh
Hive version 3 An ORC partitioned table 0: jdbc:hive2://rhes75:10099/default> select count(1) from sales; Error: Error while processing statement: FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask. ORC split generation failed with except