Export (Cloud Bigtable HBase Client for Java 1.12.0 API)

com.google.cloud.bigtable.mapreduce

Class Export



  • @InterfaceAudience.Public
     @InterfaceStability.Stable
    public class Export
    extends Object
    Export an HBase table. Writes content to sequence files up in HDFS. Use Import to read it back in again.
    Version:
    $Id: $Id
    Author:
    sduskis
    • Constructor Detail

      • Export

        public Export()
    • Method Detail

      • createSubmittableJob

        public static org.apache.hadoop.mapreduce.Job createSubmittableJob(org.apache.hadoop.conf.Configuration conf,
                                                                           String[] args)
                                                                    throws IOException
        Sets up the actual job.
        Parameters:
        conf - The current configuration.
        args - The command line parameters.
        Returns:
        The newly created job.
        Throws:
        IOException - When setting up the job fails.
      • main

        public static void main(String[] args)
                         throws Exception
        Main entry point.
        Parameters:
        args - The command line parameters.
        Throws:
        Exception - When running the job fails.