Suppose I have a tab delimited file containing user activity data formatted like this:
timestamp user_id page_id action_id
I want to wri
You could write your own class that implements Writable and WritableComparable that would compare your two fields.
Pierre-Luc Bertrand