Uses of Class
org.apache.hadoop.hbase.mapreduce.HFileOutputFormat2
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of HFileOutputFormat2 in org.apache.hadoop.hbase.mapreduce
Modifier and TypeClassDescriptionclass
Create 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