Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
Mahout clustering test failing on connectivity full test
mikedkelly
Member Posts: 5 Contributor II
I am running RapidMiner Studio 7.2 and connecting to a stock Cloudera QuickStart 5.7 VM with 4 CPUs and 24GB of RAM. When I run the connectivity full test, it fails on the Mahout clustering job. It looks like the error involves a java heap allocation, but I am not sure which one I should change. I have attached the test logs and added the map reduce log into the zip file. Does anyone have any idea what is going on?
Thanks!
Tagged:
0
Best Answer
-
ztoth Member Posts: 5 Contributor II
Hi,
the Mahout jobs usually need more memory for the Map tasks as the Quickstart VM's default configuration. Try to set
mapreduce.map.java.opts=-Xmx256m
as an Advanced Hadoop parameter.
2
Answers
Thanks! That also fixed the Pig script test, which was also failing. I am completing the entire test now.