[ 
https://issues.apache.org/jira/browse/HTRACE-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack updated HTRACE-114:
-------------------------
    Attachment: 114v2.txt

The maven-dependency-plugin, as it turns out, won't work for us. It is great at 
downloading and putting jars anywhere at any time in maven lifecycle but before 
maven runs lifecycle, it makes sure the pom is coherent. Part of the coherency 
check is making sure systemPath elements point at actual jars. Our old htrace 
jar does not exist at this time, not until maven-dependency-plugin has a chance 
to run, so we fail.

This patch just checks in the old dependency for now until hbase comes up on 
new htrace.

Revamped hbase client to use new APIs.

> 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: 114.txt, 114v2.txt, 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)

Reply via email to