Example usage for org.apache.hadoop.yarn.server MiniYARNCluster subclass-usage

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

Introduction

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

Usage

From source file org.apache.tajo.MiniTajoYarnCluster.java

/**
 * Configures and starts the Tajo-specific components in the YARN cluster.
 *
 */
public class MiniTajoYarnCluster extends MiniYARNCluster {

From source file org.apache.tez.mapreduce.MiniMRRTezCluster.java

/**
 * Configures and starts the Tez-specific components in the YARN cluster.
 *
 * When using this mini cluster, the user is expected to
 */
public class MiniMRRTezCluster extends MiniYARNCluster {

From source file org.apache.tez.test.MiniTezCluster.java

/**
 * Configures and starts the Tez-specific components in the YARN cluster.
 *
 */
public class MiniTezCluster extends MiniYARNCluster {

From source file org.apache.tez.tests.MiniTezClusterWithTimeline.java

/**
 * Configures and starts the Tez-specific components in the YARN cluster.
 *
 * When using this mini cluster, the user is expected to
 */
public class MiniTezClusterWithTimeline extends MiniYARNCluster {