Example usage for org.apache.hadoop.yarn.server.nodemanager DefaultContainerExecutor subclass-usage

List of usage examples for org.apache.hadoop.yarn.server.nodemanager DefaultContainerExecutor subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.yarn.server.nodemanager DefaultContainerExecutor subclass-usage.

Usage

From source file com.github.sakserv.minicluster.yarn.InJvmContainerExecutor.java

/**
 * !!!!! FOR TESTING WITH MINI CLUSTER ONLY !!!!!
 *
 * Container executor which will launch Java containers in the same JVM.
 *
 * In order to use it you must override

From source file com.hortonworks.minicluster.InJvmContainerExecutor.java

/**
 * !!!!! FOR TESTING WITH MINI CLUSTER ONLY !!!!!
 *
 * Container executor which will launch Java containers in the same JVM.
 *
 * In order to use it you must override

From source file oz.hadoop.yarn.test.cluster.InJvmContainerExecutor.java

/**
 * !!!!! FOR TESTING WITH MINI CLUSTER ONLY !!!!!
 *
 * Container launcher which will launch Java container in the same JVM.
 * Non JAVA containers (e.g., unix command) launch requests will be delegated to
 * its super class {@link DefaultContainerExecutor}.