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
[SOLVED] Upload a Model to a RA Repository without copy/paste from RapidMiner?
Hello,
I have the following flow:
I run processes on my local server and then upload the process and the model to an EC2 instance which runs the process on a local RapidAnalytics server on a cron basis.
The problem I am seeing lately is that when I copy the model from my local server into the EC2 server it often fails. I am assuming it is because of the file size, although the model is not big at all, just around 25MB.
Is there any other way, like FTP or something I can use to upload RapidMiner files into a RapidAnalytics server?
Thanks so much in advance,
Yak
I have the following flow:
I run processes on my local server and then upload the process and the model to an EC2 instance which runs the process on a local RapidAnalytics server on a cron basis.
The problem I am seeing lately is that when I copy the model from my local server into the EC2 server it often fails. I am assuming it is because of the file size, although the model is not big at all, just around 25MB.
Is there any other way, like FTP or something I can use to upload RapidMiner files into a RapidAnalytics server?
Thanks so much in advance,
Yak
Tagged:
0
Answers
you can make an HTTP POST or PUT to /RAWS/resources/PATH
and set the Content-Type header to "application/vnd.rapidminer.ioo". But that does the same as RapidMiner does. Does your database allow blobs of that size? In mysql you must increase the maximum packet size as well because that is 1MB by default.
Best,
Simon