Tom Arnfeld
Tom Arnfeld
Any chance you can dump your deimos logs here? I notice you have `console: DEBUG` enabled in your configuration.
Looks like the console logging is written to the stderr file in the sandbox, can you paste the full output of that? You can get to that through the Mesos...
Ok, progress :-) So it looks like the docker container is failing to launch (by that I mean the executor is not launching successfully inside it) – You can see...
@tdna That's currently not supported by spark. It's something @tnachen or I will be adding over the coming few days. Feel free to contribute, too!
I've updated the config file to include all options available in redis 2.4 as well as correctly using the redis dir/pid/config_path options in the init script and config files.
I've just created a pull request from my fork that has changed the config file to match that of the full redis 2.4.\* example. **All** options are customisable (Except those...
A side note, I successfully upgraded the 0.0.5 version of this cookbook to 0.0.6 in production with little or no downtime (only during the redis restart), it should be a...
Nice fixes! This'll conflict with the changes I made in #19 - Do you fancy merging that into your PR and i'll close mine?
Good point, we should get that fixed. Taken from a framework we're using pesos with.. we're not using the `join()` method. ``` python # Kick off the pesos scheduler and...
> Your pesos thread will not shutdown cleanly though (marked daemon and never called stop())... not necessarily a problem, but something to keep in mind if you perform any state/syncing...