[
https://issues.apache.org/jira/browse/TEZ-722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13872822#comment-13872822
]
Hitesh Shah commented on TEZ-722:
---------------------------------
Yup - this is unfortunate. We don't have a roadmap published but were hoping to
release a 0.3.0 that works against hadoop-2.2.0 ( or hadoop-2.3.0 assuming it
is compatible ) with the main improvement being support for security.
I will raise this on the mailing list to see what comments other folks have and
see how to go about this patch. In any case, this patch only works with
hadoop-2.4.0-SNAPSHOT and fails when trying to compile against 2.2.0 so a
change to the pom will also be needed.
> Tez trunk doesn't compile against latest branch-2
> -------------------------------------------------
>
> Key: TEZ-722
> URL: https://issues.apache.org/jira/browse/TEZ-722
> Project: Apache Tez
> Issue Type: Bug
> Reporter: Raja Aluri
> Attachments: TEZ-722.patch
>
>
> Tez trunk doesn't compile against latest branch-2 (Which is going to be 2.4.0)
> {code}
> INFO] Final Memory: 32M/3833M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile)
> on project tez-mapreduce: Compilation failure
> [ERROR]
> /grid/0/workspace/APACHE-BIGTOP-HDP_RPM_REPO-baikal-GA/label/centos6-builds/bigtop-0.5/build/tez/rpm/BUILD/tez-0.4.0.9.9.9.9/tez-mapreduce/src/main/java/org/apache/tez/mapreduce/hadoop/mapreduce/JobContextImpl.java:[57,8]
> org.apache.tez.mapreduce.hadoop.mapreduce.JobContextImpl is not abstract and
> does not override abstract method getCombinerKeyGroupingComparator() in
> org.apache.hadoop.mapreduce.JobContext
> [ERROR] -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
> goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
> (default-compile) on project tez-mapreduce: Compilation failure
> /grid/0/workspace/APACHE-BIGTOP-HDP_RPM_REPO-baikal-GA/label/centos6-builds/bigtop-0.5/build/tez/rpm/BUILD/tez-0.4.0.9.9.9.9/tez-mapreduce/src/main/java/org/apache/tez/mapreduce/hadoop/mapreduce/JobContextImpl.java:[57,8]
> org.apache.tez.mapreduce.hadoop.mapreduce.JobContextImpl is not abstract and
> does not override abstract method getCombinerKeyGroupingComparator() in
> org.apache.hadoop.mapreduce.JobContext
> {code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)