Example usage for org.apache.hadoop.yarn.factories RpcClientFactory interface-usage

List of usage examples for org.apache.hadoop.yarn.factories RpcClientFactory interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.yarn.factories RpcClientFactory interface-usage.

Usage

From source file org.apache.falcon.unit.LocalFalconRPCClientFactory.java

/**
 * A Dummy implementation of RpcClientFactory that does not do RPC.
 * This is required as OozieClient tries to connect to RM via RPC to kill jobs which fails in local mode.
 */
public final class LocalFalconRPCClientFactory implements RpcClientFactory {