You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move r scripts to be part of the jar file, not readily viewable by users.
- Add basic logic for timeout
- Add basic logic for custom script option
- Add mechanism to check for required R packages
- Rewrite R scripts to be simpler worker scripts.
- Checking of R packages is different for different environments.
- The script handling for R modules is no different than other script modules.
- Make Lib.R use the working dir assumption, make calc stats more logical, removed unused functions from Lib.R
Other changes:
"exe." props are ignored in docker; they are generally only relevant for local executables.
Save version info in MASTER config.
Add mechanism for R_Modules to record which properties were used in the R execution.
Introduce a delay mechanism for allow the file system to reflect changes.