Apache Wiki
Mon, 24 Mar 2008 16:10:14 -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 XuZhang: http://wiki.apache.org/pig/PigStreamingFunctionalSpec ------------------------------------------------------------------------------ Y = stream X through Z; }}} - This tells pig that streaming application stored its complete output into file called `outputfile` in the tasks's working directory and that the content of that file should be deserialized into Y using MyDeserializer. + This tells pig that streaming application stored its complete output into file called `outputfile` in the tasks's working directory and that the content of that file should be deserialized into Y using `MyDeserializer`. A user can specify multiple outputs but only the first one will be automatically loaded; the rest would be stored in dfs using the file name specified in the output as absolute path: