The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Answers
Cheers, Marius
My comments...
"is there a way to specify repository location in the command line process execution?"
What did you mean by that?
Are you searching for a command to set the repository in RM?
When you install RM, it creates a folder in ~/.RapidMiner5. In this folder there is a file called repositories.xml.
There you can specify your repository without running any scripts. The file has this format:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<repositories>
<localRepository>
<file>/Users/leiterenato/Desktop/Repo</file>
<alias>MiniLocalRepository</alias>
</localRepository>
</repositories>
Just modify the file with your parameters and restart RM.
I changed here and worked fine.
Regards,
Renato Leite