Uses of Class
org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser.BadTsvLineException
Package
Description
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
-
Uses of org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser.BadTsvLineException in org.apache.hadoop.hbase.mapreduce
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser.ParsedLine
ImportTsv.TsvParser.parse
(byte[] lineBytes, int length) ImportTsv.TsvParser.parseRowKey
(byte[] lineBytes, int length) Return starting position and length of row key from the specified line bytes.protected void
TsvImporterMapper.populatePut
(byte[] lineBytes, org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser.ParsedLine parsed, org.apache.hadoop.hbase.client.Put put, int i)