Package com.mapr.fs.hbase
Class TableUtil
java.lang.Object
com.mapr.fs.hbase.TableUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidclearBulkLoad(org.apache.hadoop.conf.Configuration conf, String tableName) static voidcreateTableForCopy(org.apache.hadoop.conf.Configuration conf, String src, String dst, List<String> cfList, boolean useBulkLoad) getColumnFamiliesList(String columnSpec)
-
Constructor Details
-
TableUtil
public TableUtil()
-
-
Method Details
-
createTableForCopy
public static void createTableForCopy(org.apache.hadoop.conf.Configuration conf, String src, String dst, List<String> cfList, boolean useBulkLoad) throws IOException - Throws:
IOException
-
clearBulkLoad
public static void clearBulkLoad(org.apache.hadoop.conf.Configuration conf, String tableName) throws IOException - Throws:
IOException
-
getColumnFamiliesList
-