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
${basedir}/${hive.path.to.roo
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 https://git-wip-us.
> 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)
https://issues.apache.org/jira/browse/HADOOP-1
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 *
https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6Ac
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 ha