dakusui / bredxbred

mapreduce in bash
Other
4 stars 1 forks source link

Implement debug mode #2

Closed dakusui closed 9 years ago

dakusui commented 9 years ago

Currently it's very hard to identify the problem when we have a errorneous mep/reduce command line. Create a feature which allows those command lines to write stdout/err to files.

Those files can be created on remote (since it is a debug purpose and it can't be justified to huge communications over network)

dakusui commented 9 years ago

I have implemented a mechanism to gather stderrs written by user codes and sorts. For now I think it's sufficient.

Closing.