Details
-
Task
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.20.203.0
-
None
-
Reviewed
Description
From IRC, via uberj:
[9:58pm] uberj: http://hadoop.apache.org/common/docs/current/api/org/apache/hadoop/io/WritableComparable.html [9:58pm] uberj: In the example it says "int thatValue = ((IntWritable)o).value;" [9:59pm] uberj: should 'o' be replaced with 'w'? [9:59pm] uberj: int thatValue = ((IntWritable)w).value;
Attaching patch for s/w/o.