Re: Hbase Logs

2016-12-16 Thread Ted Yu
You were asking where to find log for some get operation on rowkey. You would not find this in region server log - there would be too many such operations to log. If you want to audit get operations, you can utilize the following observer hook: public boolean preGet(final Get get, final List

Re: Hbase Logs

2016-12-16 Thread Manjeet Singh
Hi Ted, I past these URL by mistake, as you can see in below I mention its clearly showing that i try to remove host name. But still these are the host name so does it matter? if you truelly able to answer you should understand what other people want to ask if not you can find millions of

Re: Hbase Logs

2016-12-16 Thread Ted Yu
impetus-n519 is not accessible to other people on the mailing list. Can you clarify what you wanted to ask about these UI's ? Thanks On Fri, Dec 16, 2016 at 12:32 AM, Manjeet Singh wrote: > Hi All, > > > > I have one basic question regarding Hbase log > > I want to

Hbase Logs

2016-12-16 Thread Manjeet Singh
Hi All, I have one basic question regarding Hbase log I want to see logs – (1) Hbase Master (2) Region server. If I perform any operation say get operation on rowkey it must be logged in some where I want to see that this is the rowkey and this this