aphyr / tesser

Clojure reducers, but for parallel execution: locally and on distributed systems.
867 stars 39 forks source link

Make the output path configurable at runtime. #6

Closed ghoseb closed 9 years ago

ghoseb commented 9 years ago

Currently the output path is guessed from the name of the fold-var. While this works fine in development, in production it's better to be able to specify the output path explicitly.

To find the output path, we check the following things in order:

aphyr commented 9 years ago

I feel like this might be better as an explicit option map instead of metadata, but metadata is only about as evil as relying on the var name itself, so I'll allow it. ;-)

ghoseb commented 9 years ago

I agree! Thanks! :-) :+1: