Hi, So in native hadoop streaming, is there no way to send a helper file.. ? Like in core hadoop, you can write your code in multiple files and then jar it out... But if i am using hadoop streaming, all my code should be in single file?? Is that so?
On Wed, Sep 18, 2013 at 3:10 PM, Chris Embree <[email protected]> wrote: > LMGTFY: > http://pydoop.sourceforge.net/docs/pydoop_script.html#pydoop-script-guide > > > On Wed, Sep 18, 2013 at 6:01 PM, jamal sasha <[email protected]>wrote: > >> Hi, >> How do I implement (say ) in wordcount a combiner functionality if i am >> using python hadoop streaming? >> Thanks >> > >
