Issue Details (XML | Word | Printable)

Key: HADOOP-3380
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Doug Cutting
Votes: 0
Watchers: 5
Operations

If you were logged in you would be able to see more operations.
Hadoop Common

need comparators in serializer framework

Created: 13/May/08 04:31 PM   Updated: 26/Jan/09 10:05 PM
Return to search
Component/s: io
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works comparator_wip1.patch 2008-05-20 08:15 AM Enis Soztutar 44 kB
Text File Licensed for inclusion in ASF works comparator_wip1.patch 2008-05-20 08:03 AM Enis Soztutar 41 kB


 Description  « Hide
The new serialization framework permits Hadoop to incorporate different serialization systems, including Hadoop's Writable, Thrift, Java Serialization, etc. It provides a generic, extensible means (SerializationFactory) to create serializers and deserializers for arbitrary Java classes. However it does not include a generic means to create comparators for these classes. Comparators are required for MapReduce keys and many other computations. Thus we should enhance the serialization framwork to provide comparators too.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
There are no subversion log entries for this issue yet.