Hi, I wonder if there are tool similar to org.apache.hadoop.hbase.mapreduce.ImportTsv. IimportTsv read from tsv file and create HFiles which are ready to be loaded into the corresponding region by another tool org.apache.hadoop.hbase.mapreduce.LoadIncrementalHFiles. What I want is to read from some hbase table and create hfiles directly I think I I know how to write up such class by following steps in ImportTsv class but I wonder if some one already did this. Thanks, Jack
-- -- Jinyuan (Jack) Zhou
