You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Andrey (JIRA)" <ji...@apache.org> on 2016/08/04 21:03:20 UTC

[jira] [Created] (REEF-1508) Retrieve Job Status (and error details) through Reef client

Andrey created REEF-1508:
----------------------------

             Summary: Retrieve Job Status (and error details) through Reef client
                 Key: REEF-1508
                 URL: https://issues.apache.org/jira/browse/REEF-1508
             Project: REEF
          Issue Type: Wish
          Components: REEF
            Reporter: Andrey


This is probably common problem for reef jobs.
I am exploring ways to propagate IMRU job status (specifically error details) to job client.
we want to retrieve job execution details (failure details to start with) using job ID.
To start with, it would be nice to collect information from events received by driver (failed task, failed evalutor, driver fail action) and expose it to the client.
- one option is to use driver's http endpoint to provide status, but if driver shuts down or is aborted, all information is lost. 
- another option we started brainstorm offline is to define interface (observable in driver .... IStatusMonitor?) and allow client to provide implementation for the interface. 
  
any other ideas? thoughts on how to provide client access to job details?




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)