You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by deanforwever2010 <de...@gmail.com> on 2012/08/06 09:35:28 UTC

client keeps writting hbase put info to stdout.log

I found my client keeps writting hbase put  to stdout.log,and the log
became 40GB in 3 days
I use default setting, how to avoid the writting?

here is part of the log:

zW2vdSj/sl:k6AHWoU73/1343207989805/Put/vlen=0/ts=0
zW2vdSj/sl:k6Ao5pjSp/1343200849591/Put/vlen=0/ts=0
zW2vdSj/sl:k6Ar2NcWL/1343200200701/Put/vlen=0/ts=0
zW2vdSj/sl:k6AsxZXHW/1343199790466/Put/vlen=0/ts=0
zW2vdSj/sl:k6AzMPowh/1343198397336/Put/vlen=0/ts=0
zW2vdSj/sl:k6B5w11QQ/1343196956437/Put/vlen=0/ts=0
zW2vdSj/sl:k6B7IbiWp/1343196667333/Put/vlen=0/ts=0
zW2vdSj/sl:k6BJSo8aJ/1343194007408/Put/vlen=0/ts=0
zW2vdSj/sl:k6BevWoZs/1343189303766/Put/vlen=0/ts=0
zW2vdSj/sl:k6CHe2VHz/1343180797759/Put/vlen=0/ts=0
zW2vdSj/sl:k6CKdi5YG/1343180145491/Put/vlen=0/ts=0
zW2vdSj/sl:k6CTgJM0l/1343178168583/Put/vlen=0/ts=0
zW2vdSj/sl:k6CZd1Hls/1343176868694/Put/vlen=0/ts=0
zW2vdSj/sl:k6EXSu11P/1343150257969/Put/vlen=0/ts=0
zW2vdSj/sl:k6ErowT8Z/1343145885378/Put/vlen=0/ts=0
zW2vdSj/sl:k6EuksHQu/1343145241158/Put/vlen=0/ts=0
zW2vdSj/sl:k6Exeq3ez/1343144601610/Put/vlen=0/ts=0
zW2vdSj/sl:k6FBiXvyU/1343141552019/Put/vlen=0/ts=0
zW2vdSj/sl:k6FJK21ZR/1343139897134/Put/vlen=0/ts=0
zW2vdSj/sl:k6FRJeCJY/1343138145593/Put/vlen=0/ts=0
zW2vdSj/sl:k6FVZtf9Q/1343137207888/Put/vlen=0/ts=0
zW2vdSj/sl:k6Fdgb4oT/1343135444101/Put/vlen=0/ts=0
zW2vdSj/sl:k6Fy99T8m/1343130961539/Put/vlen=0/ts=0
zW2vdSj/sl:k6G19utqm/1343130303045/Put/vlen=0/ts=0
zW2vdSj/sl:k6G8RG9SO/1343128703363/Put/vlen=0/ts=0
zW2vdSj/sl:k6HDdegoP/1343114036079/Put/vlen=0/ts=0
zW2vdSj/sl:k6HONpPa8/1343111694740/Put/vlen=0/ts=0
zW2vdSj/sl:k6HWvED4n/1343109857877/Put/vlen=0/ts=0
zW2vdSj/sl:k6HiRNqa8/1343107318068/Put/vlen=0/ts=0
zW2vdSj/sl:k6Hne8eji/1343106168687/Put/vlen=0/ts=0
zW2vdSj/sl:k6HqwWZCg/1343105449440/Put/vlen=0/ts=0
zW2vdSj/sl:k6L7nlSnx/1343061081562/Put/vlen=0/ts=0
zW2vdSj/sl:k6LJhUhlv/1343058526083/Put/vlen=0/ts=0
zW2vdSj/sl:k6ML2Hsaf/1343044708199/Put/vlen=0/ts=0
zW2vdSj/sl:k6MQVmcZq/1343043516067/Put/vlen=0/ts=0
zW2vdSj/sl:k6MX2qaov/1343042075866/Put/vlen=0/ts=0
zW2vdSj/sl:k6MvRTs3X/1343036749705/Put/vlen=0/ts=0
zW2vdSj/sl:k6NlpLeUh/1343025316200/Put/vlen=0/ts=0
zW2vdSj/sl:k6Ns35kiP/1343023958650/Put/vlen=0/ts=0
zW2vdSj/sl:k6NuTq3Va/1343023415063/Put/vlen=0/ts=0
zW2vdSj/sl:k6O1yBkQT/1343021780477/Put/vlen=0/ts=0
zW2vdSj/sl:k6O8RHVL0/1343020369649/Put/vlen=0/ts=0

Re: client keeps writting hbase put info to stdout.log

Posted by Shen Guanpu <de...@gmail.com>.
yes  i found  i wrote some stupid system out log, thank you for your kind reply!
在 2012-8-7,下午3:33, Stack 写道:

> On Tue, Aug 7, 2012 at 3:11 AM, deanforwever2010
> <de...@gmail.com> wrote:
>> hi Stack
>> the version is 0.94
>> it is the client side output
>> 
> 
> I took a look at our System.outs and I don't see what could be
> responsible for the above (I could be missing it).  Any chance your
> client code is doing the System.out on a Put?
> 
> St.Ack


Re: client keeps writting hbase put info to stdout.log

Posted by Stack <st...@duboce.net>.
On Tue, Aug 7, 2012 at 3:11 AM, deanforwever2010
<de...@gmail.com> wrote:
> hi Stack
> the version is 0.94
> it is the client side output
>

I took a look at our System.outs and I don't see what could be
responsible for the above (I could be missing it).  Any chance your
client code is doing the System.out on a Put?

St.Ack

Re: client keeps writting hbase put info to stdout.log

Posted by deanforwever2010 <de...@gmail.com>.
hi Stack
the version is 0.94
it is the client side output

2012/8/6 Stack <st...@duboce.net>

> On Mon, Aug 6, 2012 at 8:35 AM, deanforwever2010
> <de...@gmail.com> wrote:
> > I found my client keeps writting hbase put  to stdout.log,and the log
> > became 40GB in 3 days
> > I use default setting, how to avoid the writting?
> >
> > here is part of the log:
> >
> > zW2vdSj/sl:k6AHWoU73/1343207989805/Put/vlen=0/ts=0
> > zW2vdSj/sl:k6Ao5pjSp/1343200849591/Put/vlen=0/ts=0
>
> What version of hbase?  We don't have a stdout.log.  Is this client or
> server-side output?
> St.Ack
>

Re: client keeps writting hbase put info to stdout.log

Posted by Stack <st...@duboce.net>.
On Mon, Aug 6, 2012 at 8:35 AM, deanforwever2010
<de...@gmail.com> wrote:
> I found my client keeps writting hbase put  to stdout.log,and the log
> became 40GB in 3 days
> I use default setting, how to avoid the writting?
>
> here is part of the log:
>
> zW2vdSj/sl:k6AHWoU73/1343207989805/Put/vlen=0/ts=0
> zW2vdSj/sl:k6Ao5pjSp/1343200849591/Put/vlen=0/ts=0

What version of hbase?  We don't have a stdout.log.  Is this client or
server-side output?
St.Ack