You are viewing the RapidMiner Studio documentation for version 9.0 -Check here for latest version
Provision of an Administration Configuration
The following options are tried in the order they appear on this page.
RapidMiner Studio startup will fail if a provided Administration Configuration cannot be read or contains invalid settings.
1. Windows Registry
Windows Administrators can provide the config underHKEY_CURRENT_USER\Software\RapidMiner\RapidMiner Studio\Config
asREG_SZ
(String values) pairs.
2. Installation Folder
If noConfig
Registry folder exists the installation root directory is checked for arapidminer-studio-settings.cfg
file. This is theRapidMiner Studio.app
folder on Mac OS X andRapidMiner Studio
on all other operating systems. The default installation folder on Windows isC:\Program Files\RapidMiner\RapidMiner Studio
. Make sure that users have read-only access to this file.
3. Environment Variable
A local path or an URL to an config file can be provided under theRAPIDMINER_ENFORCE_CONFIG
environment variable. The environment variable is only read once on startup, changes to it require a RapidMiner Studio restart.
File format
Unless the Windows Registry is used, the configuration must be provided as a Java properties file, which is a simple text file with key = values pairs in each line.
# Lines that start with # or ! are ignored # Reload the admin configuration every minute rapidminer.admin_config.refetch_seconds = 60 # Entries over multiple lines with \ rapidminer.operator.blacklist=execute_script,cloud_connectivity:write_dropbox,\ cloud_connectivity:write_amazons3,cloud_connectivity:write_azureblobstorage
Basic settings
Config location
An external config location can be defined underrapidminer.admin_config.location
. If this parameter is set only the referenced configuration will be used, all other settings are ignored. A referenced configuration can not reference another configuration.
# Use the linked configuration instead of this one rapidminer.admin_config.location=https://example.com/internal/rapidminer-config
Refetch rate
By default the Administration Configuration is read on startup and refetched every hour. The settingrapidminer.admin_config.refetch_seconds
can be adjusted within a range of 60 to 2147483647.
Further settings
Go to theSettings pageto see all the possible settings.