[
https://issues.apache.org/jira/browse/HTRACE-114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14736019#comment-14736019
]
Masatake Iwasaki commented on HTRACE-114:
-----------------------------------------
bq. We shouldn't have to set up stubs for this, right?
Actually I don't like it but I could not find the way to load multiple version
of the same artifact in maven. I also tried to use local hbase cluster running
in independent process of maven but hbase-client to access it requires htrace-3
on runtime too. Explicitly loading jar of htrace-3 in unit tests may be another
option but I think using some stab classes is better than holding jar of
htrace-3 and its dependencies in source tree.
Because HBase 0.99 or prior does not uses org.apache.htrace but org.htrace (or
org.cloudera.htrace), there was no problem.
> Fix compilation error of htrace-hbase against hbase-1.0.0
> ---------------------------------------------------------
>
> Key: HTRACE-114
> URL: https://issues.apache.org/jira/browse/HTRACE-114
> Project: HTrace
> Issue Type: Bug
> Affects Versions: master
> Reporter: Masatake Iwasaki
> Assignee: Masatake Iwasaki
> Attachments: HTRACE-114.001.patch, HTRACE-114.002.patch
>
>
> HBaseSpanReceiver uses Table#flushCommits which is removed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)