Package | Description |
---|---|
org.apache.hadoop.hbase.mapreduce |
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility
|
Modifier and Type | Method and Description |
---|---|
KeyValue |
LabelExpander.createKVFromCellVisibilityExpr(int rowKeyOffset,
int rowKeyLength,
byte[] family,
int familyOffset,
int familyLength,
byte[] qualifier,
int qualifierOffset,
int qualifierLength,
long ts,
KeyValue.Type put,
byte[] lineBytes,
int columnOffset,
int columnLength,
String cellVisibilityExpr)
Creates a kv from the cell visibility expr specified in the ImportTSV and uses it as the
visibility tag in the kv
|
protected KeyValue |
TsvImporterMapper.createPuts(byte[] lineBytes,
org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser.ParsedLine parsed,
Put put,
int i) |
org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser.ParsedLine |
ImportTsv.TsvParser.parse(byte[] lineBytes,
int length) |
Pair<Integer,Integer> |
ImportTsv.TsvParser.parseRowKey(byte[] lineBytes,
int length)
Return starting position and length of row key from the specified line bytes.
|
Copyright © 2014 The Apache Software Foundation. All rights reserved.