Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager |
Modifier and Type | Method and Description |
---|---|
RMAuditLogger.ArgsBuilder |
RMAuditLogger.ArgsBuilder.append(org.apache.hadoop.yarn.server.resourcemanager.RMAuditLogger.Keys key,
String value) |
Modifier and Type | Method and Description |
---|---|
static void |
RMAuditLogger.logFailure(String user,
String operation,
String perm,
String target,
String description,
RMAuditLogger.ArgsBuilder args)
Create a readable and parseable audit log string for a failed event.
|
static void |
RMAuditLogger.logSuccess(String user,
String operation,
String target,
InetAddress ip,
RMAuditLogger.ArgsBuilder args)
Create a general readable and parseable audit log string for a successful
event.
|
static void |
RMAuditLogger.logSuccess(String user,
String operation,
String target,
RMAuditLogger.ArgsBuilder args)
Create a general readable and parseable audit log string for a successful
event.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.