You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2014/11/21 04:34:33 UTC

[jira] [Created] (REEF-48) Adding interface and implementations for LogFiles

Julia created REEF-48:
-------------------------

             Summary: Adding interface and implementations for LogFiles
                 Key: REEF-48
                 URL: https://issues.apache.org/jira/browse/REEF-48
             Project: REEF
          Issue Type: Improvement
          Components: REEF-Common
            Reporter: Julia


Currently we access stdout and stderr files from current folder in Reef such as http reef handler. It doesn’t work for Yan environment.  

We would like to define an interface like LogFiles which contains two APIs getStderrFile() and getStdoutFile(). For local runtime, we can implement the interface to return the file location that is current and plus the file name. For yarn runtime, we need to figure out how to get the file location at run time and provide an implementation as well. 




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