How can I change default Local Repository location for all users using the PC?

New Altair Community Member
Updated by Jocelyn
Hello,
I am running a Terminal server and RapidMiner is installed on the same. I have 3-4 users accessing the system I want to point the repositories of all users to one location while using Rapid Miner.
How can I do it?
Find more posts tagged with
Sort by:
1 - 4 of
41
The repositories are defined in the ~/.RapidMiner/repositories.xml file.
What do you mean with "refreshed everytime the user logs in"?
If your user home (~ or %HOME%) is not persistent you can point it to a persistent and writable location via the "user.home" system property.
What do you mean with "refreshed everytime the user logs in"?
If your user home (~ or %HOME%) is not persistent you can point it to a persistent and writable location via the "user.home" system property.
But that's not a supported use cases, you will run into issues due to concurrent usage, maybe even data loss.
Also you need to refresh the repository manually to see changes from other users.