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

Biju Nair commented on HBASE-10687:
-----------------------------------

Few more changes in the section http://hbase.apache.org/book/tracing.html of 
the book would help
In section I.1
Change hbase.trace.spanreceiver.localfilespanreceiver.filename to 
hbase.local-file-span-receiver.path
Change HBaseLocalFileSpanReceiver to 
org.cloudera.htrace.impl.LocalFileSpanReceiver

In section I.2
Add code to initialize receivers

  import org.apache.hadoop.hbase.trace.SpanReceiverHost;
  ...
  private SpanReceiverHost spanReceiverHost;
  ...
  spanReceiverHost = SpanReceiverHost.getInstance(conf);

Also need to mention that the HBase server jar is required to compile this 
code. 
 

> Fix description about HBaseLocalFileSpanReceiver in reference manual
> --------------------------------------------------------------------
>
>                 Key: HBASE-10687
>                 URL: https://issues.apache.org/jira/browse/HBASE-10687
>             Project: HBase
>          Issue Type: Bug
>          Components: documentation
>            Reporter: Masatake Iwasaki
>            Assignee: Masatake Iwasaki
>            Priority: Minor
>
> There is description about non existent HBaseLocalFileSpanReceiver class in 
> "Appendix I. Enabling Dapper-like Tracing in HBase" of the reference manual.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to