iconara / rubydoop

Write Hadoop jobs in JRuby
220 stars 33 forks source link

Fix the commands in README.md for the word count example #36

Closed jowl closed 8 years ago

jowl commented 9 years ago

The readme for the word count example incorrectly suggests that you should create an output directory, which Hadoop very much wants to do itself. It also suggests using ../README.md as input, which should probably be either ../../README.md or just README.md. Or am I missing something?

This PR is based on #35.