[jira] [Created] (HBASE-27292) Fix build failure against Hadoop 3.3.4 due to added dependency on okhttp

2022-08-09 Thread Masatake Iwasaki (Jira)
Masatake Iwasaki created HBASE-27292: Summary: Fix build failure against Hadoop 3.3.4 due to added dependency on okhttp Key: HBASE-27292 URL: https://issues.apache.org/jira/browse/HBASE-27292

Re: [DISCUSS] About the details of JDK-8 support

2015-10-06 Thread Masatake Iwasaki
2. I’d like to discuss which version we > will target this change. Can we do this in branch-2? At lease, the newest grizzly, jersey and asm seems to support java 7 too and HADOOP-11993 may work in branch-2. Masatake Iwasaki On 10/6/15 09:35, Tsuyoshi Ozawa wrote: > Hi commiters and use

Re: HTrace

2015-08-05 Thread Masatake Iwasaki
mend. Thank you. > > Best Regards, > Priyanka > > On Mon, Jul 27, 2015 at 10:51 AM, Masatake Iwasaki [via Apache HBase] < > ml-node+s679495n4073518...@n3.nabble.com> wrote: > >> > Thank you for getting back to me. Yes I see the Client_htrace.out >> get

Re: HTrace

2015-07-27 Thread Masatake Iwasaki
> Thank you for getting back to me. Yes I see the Client_htrace.out getting > created on the client node. However it is empty. We are using htrace-2.04 > version. I believe that writes the span asynchronously. Also the client node > is running tomcat for serving requests. Would this be a problem

Re: HTrace

2015-07-27 Thread Masatake Iwasaki
Hi Priyanka, > > hbase.trace.spanreceiver.classes > org.cloudera.htrace.impl.LocalFileSpanReceiver > > > > hbase.local-file-span-receiver.path > /tmp/Client_htrace.out > Do you have /tmp/Client_htrace.out on the client node? If span receiver is loaded successfully, the file should be

[jira] [Created] (HBASE-13089) Fix test compilation error on building against htrace-3.2.0-incubating

2015-02-23 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HBASE-13089: Summary: Fix test compilation error on building against htrace-3.2.0-incubating Key: HBASE-13089 URL: https://issues.apache.org/jira/browse/HBASE-13089

[jira] [Resolved] (HBASE-10886) add htrace-zipkin to the runtime dependencies again

2014-09-03 Thread Masatake Iwasaki (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-10886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Masatake Iwasaki resolved HBASE-10886. -- Resolution: Won't Fix Fix Version/s: (was: 0.99.0) Hadoop Flags:

[jira] [Created] (HBASE-11151) move tracing modules from hbase-server to hbase-common

2014-05-10 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HBASE-11151: Summary: move tracing modules from hbase-server to hbase-common Key: HBASE-11151 URL: https://issues.apache.org/jira/browse/HBASE-11151 Project: HBase

[jira] [Created] (HBASE-10984) Add description about setting up htrace-zipkin to documentation

2014-04-15 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HBASE-10984: Summary: Add description about setting up htrace-zipkin to documentation Key: HBASE-10984 URL: https://issues.apache.org/jira/browse/HBASE-10984 Project

[jira] [Created] (HBASE-10886) add htrace-zipkin to the runtime dependencies again

2014-04-01 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HBASE-10886: Summary: add htrace-zipkin to the runtime dependencies again Key: HBASE-10886 URL: https://issues.apache.org/jira/browse/HBASE-10886 Project: HBase

[jira] [Created] (HBASE-10746) Bump the version of HTrace to 3.0

2014-03-13 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HBASE-10746: Summary: Bump the version of HTrace to 3.0 Key: HBASE-10746 URL: https://issues.apache.org/jira/browse/HBASE-10746 Project: HBase Issue Type

Re: HTrace

2014-03-06 Thread Masatake Iwasaki
). I think the cause is that the test code did 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. A

[jira] [Created] (HBASE-10687) Fix description about HBaseLocalFileSpanReceiver in reference manual

2014-03-05 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HBASE-10687: Summary: Fix description about HBaseLocalFileSpanReceiver in reference manual Key: HBASE-10687 URL: https://issues.apache.org/jira/browse/HBASE-10687 Project

Re: HTrace

2014-03-05 Thread Masatake Iwasaki
ration 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 includ

Re: HTrace

2014-03-05 Thread Masatake Iwasaki
t; ... private SpanReceiverHost spanReceiverHost; ... spanReceiverHost = SpanReceiverHost.getInstance(conf); I will file 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 t

[jira] [Created] (HBASE-10590) Update contents about tracing in the Reference Guide

2014-02-21 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HBASE-10590: Summary: Update contents about tracing in the Reference Guide Key: HBASE-10590 URL: https://issues.apache.org/jira/browse/HBASE-10590 Project: HBase

[jira] [Created] (HBASE-9985) Add HBase shell command to start/stop tracing

2013-11-16 Thread Masatake Iwasaki (JIRA)
Masatake Iwasaki created HBASE-9985: --- Summary: Add HBase shell command to start/stop tracing Key: HBASE-9985 URL: https://issues.apache.org/jira/browse/HBASE-9985 Project: HBase Issue Type