Stephen Chu created HADOOP-10913:
------------------------------------
Summary: Add a space between key name and extra messages in KMS
audit log
Key: HADOOP-10913
URL: https://issues.apache.org/jira/browse/HADOOP-10913
Project: Hadoop Common
Issue Type: Improvement
Components: security
Affects Versions: 3.0.0
Reporter: Stephen Chu
Assignee: Stephen Chu
Priority: Trivial
In the KMS audit log, there is no space between key name and extra messages, so
you'll see something like the following. Note the missing space between
"exampleKey" and "UserProvidedMaterial" which can make it more difficult to
parse through the audit log.
{code}
2014-07-31 08:47:33,248 Status:OK User:hdfs Op:CREATE_KEY
Name:exampleKeyUserProvidedMaterial:false Description:null
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)