Changed Methods |
K generateActualKey(K, V)
|
Change in return type from WritableComparable to K .
Change in signature from (WritableComparable, Writable ) to (K, V ).
|
Generate the actual key from the given key/value. |
V generateActualValue(K, V)
|
Change in return type from Writable to V .
Change in signature from (WritableComparable, Writable ) to (K, V ).
|
Generate the actual value from the given key and value. |
String generateFileNameForKeyValue(K, V, String)
|
Change in signature from (WritableComparable, Writable, String ) to (K, V, String ).
|
Generate the file output file name based on the given key and the leaf file
name. |