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
Read timeout
Hi,
I've successfully installed RapidMiner Server CE and added the remote repository to Rapidminer Studio.
Now I'm trying to upload a 70 MB tsv file to the remote repository using the Import CSV wizard, but it fails with SocketTimeoutException: Read timed out. According to some google research there is a setting "connection.timeout", which I've set to max int on both sides, but without luck.
Any ideas?
Thanks in advance!
Tobias
I've successfully installed RapidMiner Server CE and added the remote repository to Rapidminer Studio.
Now I'm trying to upload a 70 MB tsv file to the remote repository using the Import CSV wizard, but it fails with SocketTimeoutException: Read timed out. According to some google research there is a setting "connection.timeout", which I've set to max int on both sides, but without luck.
Any ideas?
Thanks in advance!
Tobias
Tagged:
0
Answers
you are getting a transaction timeout, i.e. your call is taking too long. What you can do for a quick fix is to increase the transaction timeout. Default is 300 seconds aka 5 minutes.
To see how this is done for RapidAnalytics (this does NOT work for RapidMiner Server), you can have a look here: click.
Regards,
Marco
Is there any other way I can upload my data to the server? I noticed the upload function in the web interface, but that leaves me with a binary blob. Using the blob with any import operator results in an error, that the repository url "//_LOCAL/..." is malformed.
Thanks.