org.apache.hadoop.hbase.security
Class SecureBulkLoadUtil
java.lang.Object
org.apache.hadoop.hbase.security.SecureBulkLoadUtil
@InterfaceAudience.Private
public class SecureBulkLoadUtil
- extends Object
Method Summary |
static org.apache.hadoop.fs.Path |
getBaseStagingDir(org.apache.hadoop.conf.Configuration conf)
|
static org.apache.hadoop.fs.Path |
getStagingPath(org.apache.hadoop.conf.Configuration conf,
String bulkToken,
byte[] family)
This returns the staging path for a given column family. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecureBulkLoadUtil
public SecureBulkLoadUtil()
getStagingPath
public static org.apache.hadoop.fs.Path getStagingPath(org.apache.hadoop.conf.Configuration conf,
String bulkToken,
byte[] family)
- This returns the staging path for a given column family.
This is needed for clean recovery and called reflectively in LoadIncrementalHFiles
getBaseStagingDir
public static org.apache.hadoop.fs.Path getBaseStagingDir(org.apache.hadoop.conf.Configuration conf)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.