[
https://issues.apache.org/jira/browse/HBASE-12246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14170048#comment-14170048
]
Enis Soztutar commented on HBASE-12246:
---------------------------------------
Ok, let's not sink the RC for this. 0.99.1 is a dev release, we can say that
the compilation is broken for this. We can fix this in 0.99.2.
> Compilation with hadoop-2.3.x and 2.2.x is broken
> -------------------------------------------------
>
> Key: HBASE-12246
> URL: https://issues.apache.org/jira/browse/HBASE-12246
> Project: HBase
> Issue Type: Bug
> Reporter: Enis Soztutar
> Assignee: stack
> Priority: Blocker
> Fix For: 2.0.0, 0.99.2
>
>
> This seems due to hedged read metrics
> {code}
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 25.648s
> [INFO] Finished at: Mon Oct 13 14:03:35 PDT 2014
> [INFO] Final Memory: 70M/495M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile
> (default-compile) on project hbase-server: Compilation failure: Compilation
> failure:
> [ERROR]
> /Users/enis/projects/rc-test/hbase-0.99.1/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java:[74,29]
> error: cannot find symbol
> [ERROR] symbol: class DFSHedgedReadMetrics
> [ERROR] location: package org.apache.hadoop.hdfs
> [ERROR]
> /Users/enis/projects/rc-test/hbase-0.99.1/hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java:[1881,16]
> error: cannot find symbol
> [ERROR] symbol: class DFSHedgedReadMetrics
> [ERROR] location: class FSUtils
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)