mahout Questions
1
Solved
As suggested here, I am running hadoop in pseudodistributed mode with the following mapred-site.xml file. The job is running on a 4 core machine.
<configuration>
<property>
<name&...
2
Solved
I am running a task in pseudo-distributed mode on my 4 core laptop. How can I ensure that all cores are effectively used.
Currently my job tracker shows that only one job is executing at a time. D...
5
I have a data set of users and their loan repayment metrics (how long they took, how many installments etc). Now I want to analyse a user's past loan history and say, "If we loan them X they ...
Azral asked 27/1, 2011 at 14:6
2
I want to use Apache Mahout in my project on Ruby on Rails for implementing recommendations and collaborative filtering. In Particular my requirements are:
suggesting related tags.
suggesting rel...
Casework asked 18/1, 2010 at 5:51
4
Solved
I intended to use hadoop as "computation cluster" in my project. However then I read that Hadoop is not inteded for real-time systems because of overhead connected with start of a job. I'm looking ...
Ballinger asked 1/10, 2011 at 10:21
1
Solved
I'm working on a large text classification project and we have our text data (simple messages) stored in HBase.
We have two problems, first we would like to use HBase as the source for Mahout cla...
Dichloride asked 25/7, 2011 at 12:52
2
Solved
I am currently working on system that generated product recommendations like those on Amazon : "People who bought this also bought this.."
Current Scenario:
Extract the Google Analytics data of ...
Prana asked 19/8, 2011 at 12:33
4
Solved
I'm a PHP developer. Let's just get that out of the way now. But Hadoop – and Mahout in particular – have piqued my interest. I'm ready to take the dive into Java in order to use them.
So from peo...
1
I want to run Mahout's K-Means example in a hadoop cluster of 5 machines. Which Mahout jar files should I need to keep in all the nodes, in order for the K-Means to be executed in a distributed man...
Primus asked 15/4, 2011 at 11:59
3
Solved
I'm reading that i can create mahout vectors from a lucene index that can be used to apply the mahout clustering algorithms.
http://cwiki.apache.org/confluence/display/MAHOUT/Creating+Vectors+from+...
Bamberger asked 4/12, 2009 at 10:17
2
Solved
I am trying to solve a simple classification problem.
The Problem:
I have a set of text and I have to categorize them based on the content.
Solution using Mahout:
I understood that I have to co...
Choctaw asked 9/11, 2010 at 19:29
© 2022 - 2024 — McMap. All rights reserved.