-
Notifications
You must be signed in to change notification settings - Fork 29
Could not load job setup script ("word-count") #35
Comments
It seems as if you're not running the latest Rubydoop, but follow the latest instructions? Either pull
which I think is how the previous version worked. Having that said, it appears as if the instructions in examples/word_count/README.md are a bit off; you shouldn't create the output directory and |
I've changed my Gemfile to use the latest code: gem "rubydoop",
:git => "[email protected]:iconara/rubydoop.git",
:branch => "master" Now I get the following errors:
|
Ah, now I think I understand. You must have checked out the latest version of Rubydoop, but not re-built |
|
Was able to generate a
|
You don't have a JDK installed, only a JRE. You can find JDK 8 here: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html However, there's no need to do this if you just want to write your own Rubydoop jobs. It looks like you just want to use the latest version, and if that is the case there's a prerelease of it on Rubygems: I'm not sure you want to use the latest version, though. Unless you absolutely need packaging with Puck you should use the latest stable version, 1.2.0. |
I think I got it working... These are the steps that was needed to get the word_count example running.
Now there is a output directory which contains the following files:
|
@janpieper I followed the same steps of you and it didn't worked.
|
Both of you: why are you building your own version, why are you not installing the gem? |
@iconara Because this is how the example dir is. |
If I try to run the word-count example, I keep getting the following error and I don't know how to get it running...
The text was updated successfully, but these errors were encountered: