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
Extensibility of RapidMinerGo
question 1)
From customers using RapidMinerGo running Docker
We have received an inquiry that we would like to create a model with a large file (about 3GB).
RapidMinerGo is bundled with RapidMiner AI Hub 9.8.
If you upload a file larger than 200MB,
An error "413 Request Entity Too Large" has occurred.
I changed the following parameters in the env file so that 3GB or more can be tolerated, but the error content did not change.
GO_AUTOMODELER_SPRING_SERVLET_MULTIPART_MAX_FILE_SIZE
PROXY_DATA_UPLOAD_LIMIT
Can you tell me how to upload a file larger than 200MB to RapidMinerGo?
Question (2)
From customers using RapidMinerGo running Docker
We have received inquiries about creating a model in a short time with a large file.
RapidMinerGo is bundled with RapidMiner AI Hub 9.8.
Changing the value of "GO_JOB_CONTAINERS" in the env file did not change the model creation time.
Can you tell me if there is a setting method to shorten the processing time?
------------------------------------------------------------------------------------------------------
【inspection result】
Execution environment: 8 core 64GB memory LinaxOS
Verification content: Create a GLM model with RapidMinerGo using 5000 (32MB) files
Processing time: "GO_JOB_CONTAINERS = 1" 1619 seconds
"GO_JOB_CONTAINERS = 2" 1552 seconds
------------------------------------------------------------------------------------------------------
0