Example usage for org.apache.hadoop.mapred ShuffleConsumerPlugin interface-usage

List of usage examples for org.apache.hadoop.mapred ShuffleConsumerPlugin interface-usage

Introduction

In this page you can find the example usage for org.apache.hadoop.mapred ShuffleConsumerPlugin interface-usage.

Usage

From source file com.mellanox.hadoop.mapred.UdaShuffleConsumerPlugin.java

public class UdaShuffleConsumerPlugin<K, V> implements ShuffleConsumerPlugin<K, V>, UdaConsumerPluginCallable {

    UdaShuffleConsumerPluginShared udaPlugin = new UdaShuffleConsumerPluginShared(this);

    @Override // callback from UdaConsumerPluginCallable
    public boolean pluginFetchOutputs(ShuffleConsumerPlugin plugin) throws IOException {