Nachiket Vaidya created SENTRY-1604:
---------------------------------------
Summary: Sentry JSON message factory: Need more information in
alter partition event
Key: SENTRY-1604
URL: https://issues.apache.org/jira/browse/SENTRY-1604
Project: Sentry
Issue Type: Improvement
Components: Sentry
Affects Versions: sentry-ha-redesign
Reporter: Nachiket Vaidya
Assignee: Nachiket Vaidya
Fix For: sentry-ha-redesign
When the query is:
{noformat}
alter table test_b partition (bbb = '111', aaa='222', ccc='333') rename to
partition (bbb = 'r1', aaa='r2', ccc='r3')
{noformat}
Update:
{noformat}
| 8375 | 8371 | 1469487373 | ALTER_PARTITION | test_a
| test_b
|
{"timestamp":1469487373,"servicePrincipal":"","server":"","table":"test_b","db":"test_a","keyValues":{"bbb":"111","aaa":"222","ccc":"333"},"eventType":"ALTER_PARTITION"}
{noformat}
We need to provide more info in notification entry.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)