org.apache.hadoop.hbase.security
Class SecureBulkLoadUtil

java.lang.Object
  extended by org.apache.hadoop.hbase.security.SecureBulkLoadUtil

public class SecureBulkLoadUtil
extends Object


Constructor Summary
SecureBulkLoadUtil()
           
 
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
 

Constructor Detail

SecureBulkLoadUtil

public SecureBulkLoadUtil()
Method Detail

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 © 2013 The Apache Software Foundation. All Rights Reserved.