Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions computenode.bat
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ set JVM_OPTS=%JVM_OPTS% -Djava.util.logging.config.file="%wat_home%/config/prope
set JVM_OPTS=%JVM_OPTS% -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
set JVM_OPTS=%JVM_OPTS% -DWriteFilesToDelete=true

rem IMPORTANT this patches over WAT-204 bug where WAT tries to delete runs after each lifecycle and fails
rem leaving this out will cause the compute node to fail when starting the 2nd job.
set JVM_OPTS=%JVM_OPTS% -DGridGainComputePlugin.DontDeleteRuns=true

rem -verbose:class
set USER_LIBS=C:\Programs\DC\Plugin\gridgaincompute.jar;%WAT_HOME%\jar\*;%WAT_HOME%\jar\rmi\*;%WAT_HOME%\jar\sys\*;%WAT_HOME%\jar\ext\*;%WAT_HOME%\jar\sys\excel\*;%WAT_HOME%\jar\sys\akka\*;%WAT_HOME%\jar\sys\ratingEditor\*;%WAT_HOME%\..\apps\HEC-HMS\*;%WAT_HOME%\jar\sys\geotools\*
rem this isn't a mistake, its supposed to clear the variable so that the path doesn't keep growing
Expand Down