Class SegKeyRangeUtil

java.lang.Object
org.apache.hadoop.conf.Configured
com.mapr.fs.hbase.tools.mapreduce.SegKeyRangeUtil
All Implemented Interfaces:
org.apache.hadoop.conf.Configurable, org.apache.hadoop.util.Tool

public class SegKeyRangeUtil extends org.apache.hadoop.conf.Configured implements org.apache.hadoop.util.Tool
  • Field Details

  • Constructor Details

    • SegKeyRangeUtil

      public SegKeyRangeUtil()
  • Method Details

    • buildScan

      public static org.apache.hadoop.hbase.client.Scan buildScan(String jobname, org.apache.hadoop.conf.Configuration conf)
    • copyFileWithPrefix

      public static boolean copyFileWithPrefix(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path srcDir, org.apache.hadoop.fs.Path dstDir, org.apache.hadoop.conf.Configuration conf, String prefix) throws IOException
      Throws:
      IOException
    • resultToString

      public static String resultToString(org.apache.hadoop.hbase.client.Result res)
    • run

      public int run(String[] args) throws Exception
      Specified by:
      run in interface org.apache.hadoop.util.Tool
      Throws:
      Exception
    • main

      public static void main(String[] args)