iconara / rubydoop

Write Hadoop jobs in JRuby
220 stars 33 forks source link

The archive rubydoop.jar doesn't exist #8

Closed EnotPoloskun closed 11 years ago

EnotPoloskun commented 11 years ago

Hello. I have a problem. Error

rubydoop/examples/word_count(master) ✗ rake package
The archive rubydoop.jar doesn't exist
.....

acures when trying to run word_count example

I am doing something wrong? Thanks in advance

iconara commented 11 years ago

Which version are you using? Are you using it as a gem, or as a git or path dependency with Bundler? The JAR file is in the gem, if you're using it directly from git or from a path the JAR has probably not been built.