Example usage for org.apache.hadoop.conf Configured subclass-usage

List of usage examples for org.apache.hadoop.conf Configured subclass-usage

Introduction

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

Usage

From source file com.cloudera.sa.hbasebulkload.HBASEBulkLoadDriver.java

public class HBASEBulkLoadDriver extends Configured implements Tool {

    /**
     * @param args the command line arguments
     * @throws java.lang.Exception
     */

From source file com.cloudera.sa.securewordcount.SecureWordCountDriver.java

/**
 *
 * @author vsingh
 */
public class SecureWordCountDriver extends Configured implements Tool {

From source file com.cloudera.science.avrostarter.Main.java

/**
 *
 */
public class Main extends Configured implements Tool {

    private static final Log LOG = LogFactory.getLog(Main.class);

From source file com.cloudera.science.matching.crunch.InputPreparer.java

/**
 *
 */
public class InputPreparer extends Configured implements Tool {

    /**

From source file com.cloudera.science.matching.crunch.OutputProcessor.java

/**
 * Processes the output of the Giraph job and emits the matched pairs.
 */
public class OutputProcessor extends Configured implements Tool {

    private static final PType<VertexData> vType = PTypes.jsonString(VertexData.class,

From source file com.cloudera.science.matching.graph.BipartiteMatchingRunner.java

/**
 * Main class that runs the Giraph implementation of the auction algorithm for
 * solving assignment problems.
 * 
 */
public class BipartiteMatchingRunner extends Configured implements Tool {

From source file com.cloudera.science.ml.client.Main.java

public class Main extends Configured implements Tool {

    private JCommander jc;
    private Help help = new Help();

    private static final Map<String, Command> COMMANDS = ImmutableSortedMap.<String, Command>naturalOrder()

From source file com.cloudera.science.quince.LoadVariantsTool.java

/**
 * Loads Variants stored in Avro or Parquet GA4GH format into a Hadoop filesystem,
 * ready for querying with Hive or Impala.
 */
@Parameters(commandDescription = "Load variants tool")
public class LoadVariantsTool extends Configured implements Tool {

From source file com.cloudera.science.quince.PrintSamplesTool.java

/**
 * Prints the unique sample IDs stored in VCF files.
 */
@Parameters(commandDescription = "Print samples tool")
public class PrintSamplesTool extends Configured implements Tool {

From source file com.cloudera.seismic.crunch.SUPipeline.java

public class SUPipeline extends Configured implements Tool {

    private static final Set<String> X_COMMANDS = ImmutableSet.of("suxcontour", "suxgraph", "suximage", "suxmax",
            "suxmovie", "suxpicker", "suxwigb", "xcontour", "ximage", "xpicker", "xwigb");

    public PCollection<ByteBuffer> constructPipeline(PCollection<ByteBuffer> input, String cwproot,