Siddharth Seth created HADOOP-13338:
---------------------------------------
Summary: Incompatible change to SortedMapWritable
Key: HADOOP-13338
URL: https://issues.apache.org/jira/browse/HADOOP-13338
Project: Hadoop Common
Issue Type: Bug
Affects Versions: 2.8.0
Reporter: Siddharth Seth
Priority: Critical
Hive does not compile against Hadoop-2.8.0-SNAPSHOT
{code}
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on
project hive-contrib: Compilation failure
[ERROR]
/Users/sseth/work2/projects/hive/dev/forMvnInstall/contrib/src/java/org/apache/hadoop/hive/contrib/util/typedbytes/TypedBytesWritableOutput.java:[215,70]
incompatible types: java.lang.Object cannot be converted to
java.util.Map.Entry<org.apache.hadoop.io.WritableComparable,org.apache.hadoop.io.Writable>
{code}
Looks like the change in HADOOP-10465 causes this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]