- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
view queries and results in logs running from hbase api
- Labels:
-
Apache HBase
-
Cloudera Search
Created on ‎04-12-2019 05:34 AM - edited ‎09-16-2022 07:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I'm planning to use hbase, where i've written code in hbase java api and running query.
Have there any way to check the executed query in logs as well the response from query in logs?
Created ‎05-08-2019 07:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Access to data is audited if you enable TRACE level logging on the AccessController class, or if you use Cloudera Navigator Audit Service in your cluster. The audit information will capture the requestor and the kind of request, but not the parameters of the request.
If it is the parameters of your request (such as row ranges, filters, etc.) you're interested in, could you explain what the use-case is for recording it?
Created ‎08-08-2019 03:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Harsh
Thanks for responding.
As multiple client are requesting data to hbase, at some point, sometimes user don’t get data, EOF exception or connection interruptions occur.
We are not able to track the record of requested data and size of input and output data sending to end user.
Regards
Vinay K
