[ 
https://issues.apache.org/jira/browse/HBASE-12236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14177563#comment-14177563
 ] 

Masatake Iwasaki commented on HBASE-12236:
------------------------------------------

[~ted_yu] Can I reopen this as "bump the version of HTrace to 3.04 in 0.98".
The patch with additional fix to trace.rb worked for me. Though users need to 
update configuration with this change, it seems few people (maybe none) uses 
tracing in 0.98.


> 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)

Reply via email to