edu.yale.cs.hadoopdb.util
Class HDFSUtil

java.lang.Object
  extended by edu.yale.cs.hadoopdb.util.HDFSUtil

public class HDFSUtil
extends java.lang.Object

HDFS utils


Constructor Summary
HDFSUtil()
           
 
Method Summary
static void deletePath(org.apache.hadoop.fs.Path path)
          Deletes HDFS path if it exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HDFSUtil

public HDFSUtil()
Method Detail

deletePath

public static void deletePath(org.apache.hadoop.fs.Path path)
                       throws java.io.IOException
Deletes HDFS path if it exists.

Throws:
java.io.IOException