Example usage for org.apache.hadoop.yarn.client.api.impl YarnClientImpl subclass-usage

List of usage examples for org.apache.hadoop.yarn.client.api.impl YarnClientImpl subclass-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.yarn.client.api.impl YarnClientImpl subclass-usage.

Usage

From source file org.apache.hoya.yarn.client.HoyaYarnClientImpl.java

/**
 * A class that extends visibility to some of the YarnClientImpl
 * members and data structures, and factors out pure-YARN operations
 * from the hoya entry point service
 */
public class HoyaYarnClientImpl extends YarnClientImpl {

From source file org.apache.slider.client.SliderYarnClientImpl.java

/**
 * A class that extends visibility to some of the YarnClientImpl
 * members and data structures, and factors out pure-YARN operations
 * from the slider entry point service
 */
public class SliderYarnClientImpl extends YarnClientImpl {