| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.mapreduce | Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MultiTableHFileOutputFormatCreate 3 level tree directory, first level is using table name as parent
 directory and then use family name as child directory, and all related HFiles
 for one family are under child directory
 -tableName1
     -columnFamilyName1
     -columnFamilyName2
         -HFiles
 -tableName2
     -columnFamilyName1
         -HFiles
     -columnFamilyName2 | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.