Changes between Version 5 and Version 6 of ComputeStartExample7


Ignore:
Timestamp:
2010-11-11T15:30:48+01:00 (14 years ago)
Author:
george
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComputeStartExample7

    v5 v6  
    2020    monitor.setStep(step);
    2121
    22         while (!monitor.isNotFinishedStep())
     22    while (!monitor.isNotFinishedStep())
    2323    {
    2424        monitor.checkStepStatus();
     
    3333}}}
    3434
    35 In actual reading of the remote logging file is done using gridgain in the next method of [http://www.molgenis.org/svn/sandbox/molgenis_processing/3.3.galaxy/ScriptbasedComputePlatform/src/monitor/LoggingReader.java LoggingReader]
     35In actual reading of the remote logging file is done using gridgain in the next method of [http://www.molgenis.org/svn/sandbox/molgenis_processing/3.3.galaxy/ScriptbasedComputePlatform/src/monitor/LoggingReader.java LoggingReader], where [http://www.molgenis.org/svn/sandbox/molgenis_processing/3.3.galaxy/ScriptbasedComputePlatform/src/monitor/RemoteLoggingReader.java RemoteLoggingReader] just reads and transfer the logging to a Job Manager node. 
    3636 
    3737{{{
     
    4343        try
    4444        {
    45         back = future.get();
    46     }
     45             back = future.get();
     46        }
    4747        ...
    4848