public class GroupByShuffler extends Object implements SparkShuffler<Iterable<org.apache.hadoop.io.BytesWritable>>
| Constructor and Description |
|---|
GroupByShuffler() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.apache.spark.api.java.JavaPairRDD<HiveKey,Iterable<org.apache.hadoop.io.BytesWritable>> |
shuffle(org.apache.spark.api.java.JavaPairRDD<HiveKey,org.apache.hadoop.io.BytesWritable> input,
int numPartitions) |
public org.apache.spark.api.java.JavaPairRDD<HiveKey,Iterable<org.apache.hadoop.io.BytesWritable>> shuffle(org.apache.spark.api.java.JavaPairRDD<HiveKey,org.apache.hadoop.io.BytesWritable> input, int numPartitions)
shuffle in interface SparkShuffler<Iterable<org.apache.hadoop.io.BytesWritable>>public String getName()
getName in interface SparkShuffler<Iterable<org.apache.hadoop.io.BytesWritable>>Copyright © 2019 The Apache Software Foundation. All Rights Reserved.