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
Thanks This is Hadoop 3.0.3 hadoop version Hadoop 3.0.3 Source code repository https://yjzhan...@git-wip-us.apache.org/repos/asf/hadoop.git -r 37fd7d752db73d984dc31e0cdfd590d252f5e075 Compiled by yzhang on 2018-05-31T17:12Z Compiled with protoc 2.5.0 >From source with checksum

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
Hi What hadoop version are you using? I am guessing this is from old hadoop version. Can you try with hadoop-3.1? Thanks Prasanth On Mon, Jun 25, 2018 at 9:55 AM -0700, "Mich Talebzadeh" mailto:mich.talebza...@gmail.com>> wrote: Hive version 3 An ORC partitioned table 0:

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

Update on ORC transactional table fails with org.apache.hadoop.fs.FileStatus.compareTo.. error

2018-06-25 Thread Mich Talebzadeh
Hi, hadoop version Hadoop 3.0.3 Hive version Apache Hive (version 3.0.0) ORC transactional table is created as follows: create table t ( owner varchar(30) ,object_name varchar(30) ,subobject_name varchar(30) ,object_id bigint