Re: issues with Hive 3 simple sellect from an ORC table

2018-06-12 Thread Sungwoo Park
This is a diff file that let me compile Hive 3.0 on Hadoop 2.8.0 (and also run it on Hadoop 2.7.x). diff --git a/pom.xml b/pom.xml index c57ff58..8445288 100644 --- a/pom.xml +++ b/pom.xml @@ -146,7 +146,7 @@ 19.0 2.4.11 1.3.166 -3.1.0 +2.8.0

Re: issues with Hive 3 simple sellect from an ORC table

2018-06-08 Thread Owen O'Malley
Mich, Try changing the hadoop.version in Hive's pom.xml to 2.7.3 and re-build. That should at least let you know where the problem are. .. Owen On Fri, Jun 8, 2018 at 9:05 AM, Mich Talebzadeh wrote: > Hi Owen, > > It is 2.7.3 > > hadoop version > Hadoop 2.7.3 > Subversion

Re: issues with Hive 3 simple sellect from an ORC table

2018-06-08 Thread Gopal Vijayaraghavan
> It is 2.7.3 + > Error: java.io.IOException: java.lang.RuntimeException: ORC split generation > failed with exception: java.lang.NoSuchMethodError: > org.apache.hadoop.fs.FileStatus.compareTo(Lorg/apache/hadoop/fs/FileStatus;)I > (state=,code=0)

Re: issues with Hive 3 simple sellect from an ORC table

2018-06-08 Thread Mich Talebzadeh
Hi Owen, It is 2.7.3 hadoop version Hadoop 2.7.3 Subversion https://git-wip-us.apache.org/repos/asf/hadoop.git -r baa91f7c6bc9cb92be5982de4719c1c8af91ccff Compiled by root on 2016-08-18T01:41Z Dr Mich Talebzadeh LinkedIn *

Re: issues with Hive 3 simple sellect from an ORC table

2018-06-08 Thread Owen O'Malley
This looks like there is an API incompatibility between the version of hadoop expected and the version used. Which version of hadoop are you using? .. Owen > On Jun 8, 2018, at 08:31, Mich Talebzadeh wrote: > > Just installed and upgraded to Hive 3 where fun and game started :) > > First I

issues with Hive 3 simple sellect from an ORC table

2018-06-08 Thread Mich Talebzadeh
Just installed and upgraded to Hive 3 where fun and game started :) First I had to set below as per this JIRA to make hive server 2 start and stay up setting hive.metastore.event.db.notification.api.auth to false on