You are viewing the RapidMiner Hub documentation for version 9.10 - Check here for latest version
What's New in RapidMiner AI Hub 9.10.2?
Released: November 12th 2021
The following describes the enhancements and bug fixes in RapidMiner Server 9.10.2:
Enhancements
- By default, all temporary files for Job Containers now reside inside the
$jobAgentHome/data/containers/$containerName/tmp
folder instead of the OS temporary folder- Temporary files created during the life cycle of a Job Container are now cleaned properly (shutdown and restart) when residing inside the Job Container's working directory
- Behavior can be changed to use the OS temporary folder by setting
jobagent.container.useSystemTempDir
totrue
, defaults tofalse
- When you like to explicitly set
java.io.tmpdir
to an absolute directory viajobagent.container.jvmCustomOptions
, you need to setuseSystemTempDir
totrue
before
- Reject Project snapshots when underlying Git or LFS storage has insufficient disk space left. This is configurable via newly added properties:
repositories.gitEnableDiskspaceCheckHook
(defaults totrue
)repositories.gitDiskspaceCheckThreshold
(defaults to5120M
, useT
,G
,M
orK
for Tera/Giga/Mega/Kilobytes)repositories.lfsEnableDiskspaceCheck
(defaults totrue
)repositories.minLfsDiskspaceCheckThreshold
(defaults to5120M
, useT
,G
,M
orK
for Tera/Giga/Mega/Kilobytes)
- Added ability for registering a default symmetric encryption context which is used to derive credentials stored inside the RapidMiner Studio Core wallet
- Configure via using the following properties depending on the application:
- Job Container / Job Agent:
- Enable or disable via
jobcontainer.registerDefaultSymmetricEncryptionContext.enabled
, defaults totrue
- Set an explicit key location via
jobcontainer.registerDefaultSymmetricEncryptionContext.keyLocation
, defaults to${containerDir}/.RapidMiner/encryption/symmetric/default-local-context.rmek
- Enable or disable via
- Scoring Agent:
- Enable or disable via
scoring-agent.registerDefaultSymmetricEncryptionContext.enabled
, defaults tofalse
- Set an explicit key location via
scoring-agent.registerDefaultSymmetricEncryptionContext.keyLocation
, defaults to${scoring-agent-home}/config/rapidminer/.RapidMiner/encryption/symmetric/default-local-context.rmek
- Enable or disable via
- AI Hub for Execution Backend:
- Enable or disable via
jobservice.registerDefaultSymmetricEncryptionContext.enabled
, defaults tofalse
- Set an explicit key location via
jobservice.registerDefaultSymmetricEncryptionContext.keyLocation
, defaults to${rmhomeDir}/.RapidMiner/encryption/symmetric/default-local-context.rmek
- Enable or disable via
- Job Container / Job Agent:
- Configure via using the following properties depending on the application:
Fixed
- Fixed side effects during parallel execution for Model IOObjects and the attribute generation