Ted Yu created HBASE-12236:
------------------------------

             Summary: 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


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