Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
None
Description
The type extractor supports sub types of Writable but not Writable itself. The reason is that it wants to create a WritableTypeInfo which is not possible for the interface Writable, though. A solution would be to treat the Writable interface like a generic type.
Attachments
Issue Links
- relates to
-
MAHOUT-1734 Mahout DSL for Flink: implement I/O
- Closed