Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
|
Modifier and Type | Method and Description |
---|---|
Admin |
Connection.getAdmin()
Retrieve an Admin implementation to administer an HBase cluster.
|
Admin |
HConnection.getAdmin()
Deprecated.
Retrieve an Admin implementation to administer an HBase cluster.
|
Modifier and Type | Method and Description |
---|---|
protected Admin |
TableInputFormatBase.getAdmin()
Allows subclasses to get the
Admin . |
Modifier and Type | Method and Description |
---|---|
void |
LoadIncrementalHFiles.doBulkLoad(org.apache.hadoop.fs.Path hfofDir,
Admin admin,
Table table,
RegionLocator regionLocator)
Perform a bulk load of the given directory into the given
pre-existing table.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.