org.apache.blur
Class HdfsMiniClusterUtil

java.lang.Object
  extended by org.apache.blur.HdfsMiniClusterUtil

public class HdfsMiniClusterUtil
extends Object


Constructor Summary
HdfsMiniClusterUtil()
           
 
Method Summary
static void shutdownDfs(org.apache.hadoop.hdfs.MiniDFSCluster cluster)
           
static org.apache.hadoop.hdfs.MiniDFSCluster startDfs(org.apache.hadoop.conf.Configuration conf, boolean format, String path)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HdfsMiniClusterUtil

public HdfsMiniClusterUtil()
Method Detail

startDfs

public static org.apache.hadoop.hdfs.MiniDFSCluster startDfs(org.apache.hadoop.conf.Configuration conf,
                                                             boolean format,
                                                             String path)

shutdownDfs

public static void shutdownDfs(org.apache.hadoop.hdfs.MiniDFSCluster cluster)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.