Java org.apache.hadoop.streaming StreamKeyValUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.streaming StreamKeyValUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.streaming StreamKeyValUtil.

The text is from its open source code.

Method

voidsplitKeyVal(byte[] utf, int start, int length, Text key, Text val, int splitPos, int separatorLength)
split a UTF-8 byte array into key and value assuming that the delimilator is at splitpos.