snuspl / cruise

Cruise: A Distributed Machine Learning Framework with Automatic System Configuration
Apache License 2.0
26 stars 2 forks source link

Find a way to easily arrange logs of multiple dolphin jobs in a single REEF job #1262

Closed wynot12 closed 7 years ago

wynot12 commented 7 years ago

In our job server implementation, logs from different jobs go into a single log file, without a way to know which job the log is about.

We need to provide a way to classify them. Possible approaches are:

wynot12 commented 7 years ago

I'll send a PR for this when #1264 is merged.