Example usage for org.apache.hadoop.mapred ShuffleConsumerPlugin run

List of usage examples for org.apache.hadoop.mapred ShuffleConsumerPlugin run

Introduction

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

Prototype

public RawKeyValueIterator run() throws IOException, InterruptedException;

Source Link

Usage

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

License:Apache License

@Override // callback from UdaConsumerPluginCallable
public RawKeyValueIterator pluginCreateKVIterator(ShuffleConsumerPlugin plugin, JobConf job, FileSystem fs,
        Reporter reporter) throws IOException, InterruptedException {
    return plugin.run(); //this is for vanilla !!
}