Class TableUtil

java.lang.Object
com.mapr.fs.hbase.TableUtil

public class TableUtil extends Object
  • 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

      public static List<String> getColumnFamiliesList(String columnSpec)