@InterfaceAudience.Private public class SecureBulkLoadUtil extends Object
| Constructor and Description | 
|---|
SecureBulkLoadUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
public static org.apache.hadoop.fs.Path getStagingPath(org.apache.hadoop.conf.Configuration conf,
                                       String bulkToken,
                                       byte[] family)
public static org.apache.hadoop.fs.Path getBaseStagingDir(org.apache.hadoop.conf.Configuration conf)
Copyright © 2007-2017 The Apache Software Foundation. All Rights Reserved.