[
https://issues.apache.org/jira/browse/HBASE-12236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14180212#comment-14180212
]
Ted Yu commented on HBASE-12236:
--------------------------------
{code}
---
a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
+++
b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/TableMapReduceUtil.java
@@ -716,7 +716,7 @@ public class TableMapReduceUtil {
org.jboss.netty.channel.ChannelFactory.class,
com.google.protobuf.Message.class,
com.google.common.collect.Lists.class,
- org.cloudera.htrace.Trace.class,
+ org.htrace.Trace.class,
{code}
I am not sure whether the above change would break compatibility with released
0.98 versions. Client code may have been compiled with
org.cloudera.htrace.Trace.class
> Change namespace of HTraceConfiguration dependency in 0.98
> ----------------------------------------------------------
>
> Key: HBASE-12236
> URL: https://issues.apache.org/jira/browse/HBASE-12236
> Project: HBase
> Issue Type: Bug
> Reporter: Ted Yu
> Assignee: Ted Yu
> Attachments: 12236-v1.txt
>
>
> As discussed in thread 'NoSuchMethodError using zipkin with hbase 0.98.5',
> HBaseSpanReceiver.config() method from htrace-hbase module expects parameter
> of type org.htrace.HTraceConfiguration.
> However, org.apache.hadoop.hbase.trace.HBaseHTraceConfiguration in 0.98
> extends org.cloudera.htrace.HTraceConfiguration , leading to the following
> compilation error when building htrace-hbase against 0.98:
> {code}
> [ERROR]
> /home/hadoop/git/htrace/htrace-hbase/src/main/java/org/htrace/impl/HBaseSpanReceiver.java:[341,12]
> error: method configure in class HBaseSpanReceiver cannot be applied to
> given types;
> {code}
> Thanks to Abhishek Kumar who reported the above issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)