Example usage for org.apache.hadoop.mapred Partitioner subclass-usage

List of usage examples for org.apache.hadoop.mapred Partitioner subclass-usage

Introduction

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

Usage

From source file edu.umn.cs.spatialHadoop.core.GridPartitioner.java

/**
 * A partitioner that partitioner data using a uniform grid.
 * If a shape overlaps multiple grids, it replicates it to all overlapping
 * partitions.
 * @author Ahmed Eldawy
 *

From source file edu.umn.cs.spatialHadoop.core.HilbertCurvePartitioner.java

/**
 * @author Ahmed Eldawy
 *
 */
public class HilbertCurvePartitioner extends Partitioner {
    /**Splits along the Hilbert curve*/

From source file edu.umn.cs.spatialHadoop.core.KdTreePartitioner.java

/**
 * A partitioner that partitioner data using a K-d tree-based partitioner.
 * @author Ahmed Eldawy
 *
 */
public class KdTreePartitioner extends Partitioner {

From source file edu.umn.cs.spatialHadoop.core.QuadTreePartitioner.java

/**
 * Partition the space based on a Quad tree
 * @author Ahmed Eldawy
 *
 */
public class QuadTreePartitioner extends Partitioner {

From source file edu.umn.cs.spatialHadoop.indexing.HilbertCurvePartitioner.java

/**
 * @author Ahmed Eldawy
 *
 */
public class HilbertCurvePartitioner extends Partitioner {
    /**Splits along the Hilbert curve*/

From source file edu.umn.cs.spatialHadoop.indexing.KdTreePartitioner.java

/**
 * A partitioner that partitioner data using a K-d tree-based partitioner.
 * @author Ahmed Eldawy
 *
 */
public class KdTreePartitioner extends Partitioner {

From source file edu.umn.cs.spatialHadoop.indexing.QuadTreePartitioner.java

/**
 * Partition the space based on a Quad tree
 * @author Ahmed Eldawy
 *
 */
public class QuadTreePartitioner extends Partitioner {