Example usage for org.apache.hadoop.hdfs.tools DFSAdmin DFSAdmin

List of usage examples for org.apache.hadoop.hdfs.tools DFSAdmin DFSAdmin

Introduction

In this page you can find the example usage for org.apache.hadoop.hdfs.tools DFSAdmin DFSAdmin.

Prototype

public DFSAdmin() 

Source Link

Document

Construct a DFSAdmin object.

Usage

From source file:org.apache.blur.mapreduce.lib.v2.DirectIndexingDriver.java

License:Apache License

public static void main(String[] args) throws Exception {
    System.exit(ToolRunner.run(new DFSAdmin(), args));
}