Apache Wiki
Fri, 28 Mar 2008 10:04:53 -0700
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification. The following page has been changed by OlgaN: http://wiki.apache.org/pig/PigStreamingFunctionalSpec ------------------------------------------------------------------------------ 1. !BinarySerializer, !BinaryDeserializer - treats the entire file as byte stream - no formating or interpretation. 2. !PythonSerializer, !PythonDeserializer - Each deserializer will be implementing `LoadFunc` interface. Each serializer will be implementing `StoreFunc` interface. `StoreFunc` interface will be extended with `void flatten() throws OperationNotSupportedException;` method that would indicate that the data needs to be flattened before it is serialized. The class can choose not to support this functionality and through an exception. + Each deserializer will be implementing `LoadFunc` interface. Each serializer will be implementing `StoreFunc` interface. ==== 3.2 Ability to declare schema for streaming output ====