[ http://issues.apache.org/jira/browse/HADOOP-191?page=comments#action_12377487 ]
Michel Tourn commented on HADOOP-191: ------------------------------------- >top-level build.xml : OK, I can remove the unnecessary changes. Which contrib targets would you keep in? I mimicked deploy-contrib, test-contrib, clean-contrib on Nutch plugins. (It is true that for now the new targets are not required since the nightly target does not call them.) >bin/hadoop jar build/hadoop-streaming.jar ... Looks cleaner. I'll try to do it this way > add hadoopStreaming to src/contrib > ---------------------------------- > > Key: HADOOP-191 > URL: http://issues.apache.org/jira/browse/HADOOP-191 > Project: Hadoop > Type: New Feature > Reporter: Michel Tourn > Assignee: Doug Cutting > Attachments: streaming.patch > > This is a patch that adds a src/contrib/hadoopStreaming directory to the > source tree. > hadoopStreaming is a bridge to run non-Java code as Map/Reduce tasks. > The unit test TestStreaming runs the Unix tools tr (as Map) and uniq (as > Reduce) > TO test the patch: > Merge the patch. > The only existing file that is modified is trunk/build.xml > trunk>ant deploy-contrib > trunk>bin/hadoopStreaming : should show usage message > trunk>ant test-contrib : should run one test successfully > TO add src/contrib/someOtherProject: > edit src/contrib/build.xml -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
