Example usage for org.apache.hadoop.mapred YARNRunner YARNRunner

List of usage examples for org.apache.hadoop.mapred YARNRunner YARNRunner

Introduction

In this page you can find the example usage for org.apache.hadoop.mapred YARNRunner YARNRunner.

Prototype

public YARNRunner(Configuration conf) 

Source Link

Document

Yarn runner incapsulates the client interface of yarn

Usage

From source file:com.scaleoutsoftware.soss.hserver.hadoop.HServerClientProtocol.java

License:Apache License

public HServerClientProtocol(Configuration configuration) {
    this.configuration = configuration;
    backupRunner = new YARNRunner(configuration);
}