Example usage for org.apache.hadoop.cli CLITestHelper subclass-usage

List of usage examples for org.apache.hadoop.cli CLITestHelper subclass-usage

Introduction

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

Usage

From source file org.apache.bigtop.itest.hadoop.hcfs.TestCLI.java

/**
 * Tests for the Command Line Interface (CLI)
 */
public class TestCLI extends CLITestHelper {
    public static final String TEST_DIR_ABSOLUTE = "/tmp/testcli_" + Long.valueOf(System.currentTimeMillis());
    public static String HCFS_SCHEME;

From source file org.apache.bigtop.itest.hadoop.hdfs.TestCLI.java

/**
 * Tests for the Command Line Interface (CLI)
 */
public class TestCLI extends CLITestHelper {
    public static final String TEST_DIR_ABSOLUTE = "/tmp/testcli";
    private String nn;