
| Key: |
HADOOP-3380
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Doug Cutting
|
| Votes: |
0
|
| Watchers: |
5
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
| There are no subversion log entries for this issue yet.
|
|