Re: HTrace

2014-03-06 Thread Biju G.S Nair
not initialized SpanReceiverHost properly or you run the test code on multi-node environment. Regards, Masatake Iwasaki (3/5/14, 16:41), Biju G.S Nair wrote: Masatake, Where you able to use the graphDrawer.py script against the HTrace output. Attached is the output got from my test

HTrace

2014-03-05 Thread Biju G.S Nair
Trying to understand the process to enable HTrace. Following is the change to hbase-site.xml property namehbase.trace.spanreceiver.localfilespanreceiver.filename/name value/var/log/hbase/htrace.out/value /property Following is a simple code to trace a get call public static void

Re: HTrace

2014-03-05 Thread Biju G.S Nair
a JIRA to fix documentation later. Regards, Masatake Iwasaki (3/5/14, 9:08), Biju G.S Nair wrote: Trying to understand the process to enable HTrace. Following is the change to hbase-site.xml property namehbase.trace.spanreceiver.localfilespanreceiver.filename/name value/var

Re: HTrace

2014-03-05 Thread Biju G.S Nair
on fixing docs. Regards, Masatake Iwasaki (3/5/14, 11:51), Biju G.S Nair wrote: Thanks Masatake. The org.apache.hadoop.hbase.trace.SpanReceiverHost is available only in the server jar. If we intend to keep the client and server components in separate jars this call need to be included

Re: HTrace

2014-03-05 Thread Biju G.S Nair
Thanks Ted. Data is available at http://pastebin.com/dHaBrgw5 Thanks, Biju Tel#: 978-707-5066 On Wed, Mar 5, 2014 at 7:44 PM, Ted Yu yuzhih...@gmail.com wrote: Biju: Attachment didn't go through. Consider using pastebin, etc. On Wed, Mar 5, 2014 at 4:41 PM, Biju G.S Nair bijun

Re: Hadoop1 support in 0.98/1.0

2014-03-05 Thread Biju G.S Nair
If we haven't done already, as some body suggested earlier, it would be good to communicate this to the user mailing list as well. This will help anyone using HBase to plan to move to hadoop 2. Thanks, Biju Tel#: 978-707-5066 On Wed, Mar 5, 2014 at 8:16 PM, Enis Söztutar enis@gmail.com

Re: ANNOUNCE: hbase-0.96.1.1 available for download.

2013-12-20 Thread Biju G.S Nair
Tried to run a simple program using 0.96 Hadoop2 against Hadoop 2 cluster and getting errors about some cloudera class not found. Following are the details. Which other jars need to be included in the classpath? Executed Code: public static void main(String[] args) throws IOException {