- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How can we track data transfer from hiveserver2 to microstrategy?
- Labels:
-
Apache Hadoop
-
Apache Hive
-
Apache Tez
Created ‎10-03-2016 04:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎10-07-2016 03:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Enabling Ranger audit's will show who made the sql call and what query was issued to HS2.
This is more "metadata" centric, the actually data transferred is not logged in any permanent fashion. That would be the responsibility of the client.
But the combination of the audit (who and what) along with possibly a "hdfs snapshot" can lead to a reproducible scenario.
Created ‎10-07-2016 03:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Enabling Ranger audit's will show who made the sql call and what query was issued to HS2.
This is more "metadata" centric, the actually data transferred is not logged in any permanent fashion. That would be the responsibility of the client.
But the combination of the audit (who and what) along with possibly a "hdfs snapshot" can lead to a reproducible scenario.
