[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] standard out,err returned from Java universe?



On Tue, Oct 26, 2004 at 02:20:39PM -0500, Michael Remijan wrote:
> 
> Another quick question,  If I am running a job in the Java universe, can I 
> get the the contents written to standard out and standard
> err to be transfered from the execute machine to the submit machine while 
> the job is being run?  Currently what happens for me is that a job may run 
> for a couple of hours, I have no idea what it's doing, then when the job 
> ends I get all the contents of standard out and standard err at 
> once.  Since I don't have access to execute nodes it would be nice if I 
> could get those files updated on the submit machine while the job is 
> running.   That way I can tail the file and see what's going on.
> 
> 

In Condor 6.7.x, the stream_output and stream_error options 
in a condor submit file do this.

In Condor 6.6, these options are not implemented for the vanilla and
java universes.

-Erik