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<Cell> results) FYI On Fri, Dec 16, 2016 at 8:59 AM, Manjeet Singh <[email protected]> wrote: > Hi Ted, > > I past these URL by mistake, as you can see in below I mention <IP> 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 mistake. > > -Manjeet > > On Fri, Dec 16, 2016 at 9:57 PM, Ted Yu <[email protected]> wrote: > > > 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 < > > [email protected]> > > wrote: > > > > > 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 > operation > > > performed by Hbase. > > > > > > > > > I am using cloudera 5.8 > > > > > > so I have both UI options cloudera and Hbase UI > > > > > > > > > I have few Urls in which I am getting confused > > > > > > > > > http://<IP>:60010/logs/ <http://impetus-n519:60010/logs/> > > > > > > > > > http://<IP> <http://impetus-n519:60010/logs/>:60010/dump > > > <http://impetus-n519:60010/dump> > > > > > > > > > http://<IP> <http://impetus-n519:60010/logs/>60030/dump > > > > > > > > > http://<IP> <http://impetus-n519:60010/logs/>:60010/jmx > > > > > > > > > http://<IP> <http://impetus-n519:60010/logs/>:60030/logs/ > > > > > > > > > > > > > > > > > > > > > > > > > > > Thanks > > > > > > Manjeet > > > > > > -- > > > luv all > > > > > > > > > -- > luv all >
