Example usage for org.apache.hadoop.util Tool interface-usage

List of usage examples for org.apache.hadoop.util Tool interface-usage

Introduction

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

Usage

From source file com.asakusafw.directio.tools.DirectIoListTransaction.java

/**
 * CLI for {@link DirectIoTransactionEditor#apply(String)}.
 * @since 0.4.0
 */
public final class DirectIoListTransaction extends Configured implements Tool {

From source file com.asakusafw.integration.core.yaess.Main.java

public class Main extends Configured implements Tool {

    @Override
    public int run(String[] args) throws Exception {
        if (args.length != 0) {
            throw new IllegalStateException();

From source file com.asakusafw.operation.tools.hadoop.fs.Clean.java

/**
 * CLI for Hadoop FS cleaning tool.
 * @since 0.4.0
 */
public class Clean extends Configured implements Tool {

From source file com.asakusafw.runtime.stage.BaseStageClient.java

/**
 * A skeletal implementation of stage clients.
 * @since 0.2.6
 */
public abstract class BaseStageClient extends Configured implements Tool {

From source file com.asakusafw.runtime.stage.CleanupStageClient.java

public class CleanupStageClient extends Configured implements Tool {

    @Override
    public int run(String[] args) throws Exception {
        if (args.length != 0) {
            throw new IllegalStateException();

From source file com.asakusafw.runtime.stage.launcher.MockTool.java

/**
 * Mock {@link Tool}.
 */
public class MockTool extends Configured implements Tool {

    @Override

From source file com.asakusafw.testdriver.inprocess.MockHadoopJob.java

/**
 * Mock implementation of a hadoop job.
 */
public class MockHadoopJob extends Configured implements Tool {

    private static Callback callback;

From source file com.asakusafw.testdriver.testing.dsl.SimpleBatchAction.java

/**
 * Processes input files, and puts results onto output.
 */
public class SimpleBatchAction extends Configured implements Tool {

    @Override

From source file com.asakusafw.thundergate.runtime.cache.mapreduce.CacheBuildClient.java

/**
 * MapReduce job client for applying cache patch.
 *
 * This requires following command line arguments:
 * <ol>
 * <li> subcommand:

From source file com.avira.couchdoop.demo.BenchmarkUpdater.java

public class BenchmarkUpdater extends Configured implements Tool {

    private static final Logger LOGGER = LoggerFactory.getLogger(BenchmarkUpdater.class);

    public void start(String[] args) throws ArgsException {
        int exitCode = 0;