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
Import Data hangs
Hi,
I am using RapidMiner Studio 9.6 Educational Edition in Ubuntu 19.04 box. I am trying to Import Data (Load Data) in RapidMiner repository. The CSV file is having 6 attributes and around 1200 examples. The overall file size is 25kb. The process hangs so that I needed to kill the process to terminate RapidMiner. Any help will be much appreciated. Thanks.
Raj Kishore
Tagged:
1
Best Answer
-
Kompiler Member Posts: 4 Contributor IHi @sgenzer,
Thanks for your response. It seems that the problem is fixed now. I did the following:
Imported the Corretto public key and then add the repository to the system list by using the following commandswget -O- https://apt.corretto.aws/corretto.key | sudo apt-key add -sudo add-apt-repository 'deb https://apt.corretto.aws stable main'
Installed Corretto 8 by running command
sudo apt-get update; sudo apt-get install -y java-1.8.0-amazon-corretto-jdk
Ran the following command to verify the installation
java -version
Set the JAVA_HOME in /etc/environment
Also, I would like share with @BalazsBarany that this problem persists in RapidMiner Studio 9.6. Thanks.
Regards,
Raj1
Answers
Scott