[ 
https://issues.apache.org/jira/browse/SINGA-43?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14694719#comment-14694719
 ] 

ASF subversion and git services commented on SINGA-43:
------------------------------------------------------

Commit 2c7edd73c0636f2085247ea29300fc1913ee05d5 in incubator-singa's branch 
refs/heads/master from wang sheng
[ https://git-wip-us.apache.org/repos/asf?p=incubator-singa.git;h=2c7edd7 ]

SINGA-43 Remove Job-related output from workspace

singa-run script now only take a job.conf as input (instead of workspace)
users are required to set a workspace in their job.conf

all job information are recorded in the log_dir, which is set in singa.conf
the dir structure is as follows:
  log_dir/job-info/job-ID-YYYYmmdd-HHMMSS/job.hosts     host list
                                         /job.pids      pid list


> Remove Job-related output from workspace
> ----------------------------------------
>
>                 Key: SINGA-43
>                 URL: https://issues.apache.org/jira/browse/SINGA-43
>             Project: Singa
>          Issue Type: Improvement
>            Reporter: Sheng Wang
>            Assignee: Sheng Wang
>
> For each job, Singa will read job.conf from workspace and generate 3 files in 
> workspace, i.e., job.id, job.hosts and job.pids.
> These files let users know the execution of their jobs.
> We want to move these job-related files into an external folder (e.g, 
> /job_histories), so that the workspace does not contain any global 
> information, but only with local data.



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

Reply via email to