Re: NoSuchMethodError using zipkin with hbase 0.98.5

2014-10-11 Thread Masatake Iwasaki
ec (10/12/14, 13:20), Masatake Iwasaki wrote: Hi Abhishek, I am sorry to be late to respond. Thanks for reporting this. > However, I am not able to compile htrace-hbase which has the zipkin viewer. > Is there any other way to see the zipkin traces? You need to download Zipkin from htt

Re: NoSuchMethodError using zipkin with hbase 0.98.5

2014-10-11 Thread Masatake Iwasaki
Hi Abhishek, I am sorry to be late to respond. Thanks for reporting this. > However, I am not able to compile htrace-hbase which has the zipkin viewer. > Is there any other way to see the zipkin traces? You need to download Zipkin from https://github.com/twitter/zipkin and run its services if y

Re: Server-side tracing in HBase (or how deep the tracing is)

2014-08-14 Thread Masatake Iwasaki
740,"ProcessID":"Executable","Start":1407995865955,"Stop":1407995866024,"Description":"RecoverableZookeeper.getData","KVAnnotations":{},"TLAnnotations":[]} {"TraceID":7257699385989462904,"SpanID":34792478

Re: Server-side tracing in HBase (or how deep the tracing is)

2014-08-09 Thread Masatake Iwasaki
> The traces I got is mostly the interactions between zookeeper and > Hbase-client thread. Can you see at least one trace from client to master or regionserver? If so, it's working correctly. > I am asking how I can enable the trace collection on the server side, like > RPC involving HMaster, a