Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged.PrivilegedOperationException
Packages that use PrivilegedOperationException
-
Uses of PrivilegedOperationException in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.privileged that throw PrivilegedOperationExceptionModifier and TypeMethodDescriptionorg.apache.hadoop.hdfs.protocol.datatransfer.IOStreamPairPrivilegedOperationExecutor.executePrivilegedInteractiveOperation(List<String> prefixCommands, PrivilegedOperation operation) PrivilegedOperationExecutor.executePrivilegedOperation(List<String> prefixCommands, PrivilegedOperation operation, File workingDir, Map<String, String> env, boolean grabOutput, boolean inheritParentEnv) Executes a privileged operation.PrivilegedOperationExecutor.executePrivilegedOperation(PrivilegedOperation operation, boolean grabOutput) Executes a privileged operation.static PrivilegedOperationPrivilegedOperationExecutor.squashCGroupOperations(List<PrivilegedOperation> ops) Squash operations for cgroups - e.g mount, add pid to cgroup etc ., For now, we only implement squashing for 'add pid to cgroup' since this is the only optimization relevant to launching containers