Send feedback
Export (Cloud Bigtable HBase Client for Java 1.12.0 API)
Stay organized with collections
Save and categorize content based on your preferences.
@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 Summary
Constructors
Constructor and Description
Export ()
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
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.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-15 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-02-15 UTC."],[],[]]