| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
275 (0.348s).
|
|
|
Loading phrases to help you refine your search...
|
|
[MAHOUT-1099] Multiple slf4j bindings - Mahout - [issue]
|
|
...Faced exception due to multiple slf4j bindings of different versions while seqdirectory of cluster-reuters was being executed. Excluding the slf4j-log4j12 from hbase dependency of integratio...
|
|
|
http://issues.apache.org/jira/browse/MAHOUT-1099
Author: Paritosh Ranjan,
2012-11-19, 13:36
|
|
|
[MAHOUT-1109] ClusterDumper fails to write output - Mahout - [issue]
|
|
...ClusterDumper fails to write output if the parent files are not created....
|
|
|
http://issues.apache.org/jira/browse/MAHOUT-1109
Author: Paritosh Ranjan,
2012-11-01, 15:21
|
|
|
Re: Matrix Multiplication output to user specified directory - Mahout - [mail # dev]
|
|
...I would advice to create a jira and attach a patch against it describing what its doing. https://issues.apache.org/jira/browse/MAHOUT PS : the svn diff is anyway not attached &nb...
|
|
|
Author: Paritosh Ranjan,
2012-09-25, 08:11
|
|
|
Re: csv2seq? - Mahout - [mail # user]
|
|
...I don't see csv2seq command in the list of currently existing command in trunk. I also don't see anything committed against it. The parameters listed by you looks like the parameters o...
|
|
|
Author: Paritosh Ranjan,
2012-09-19, 17:53
|
|
|
Re: Clustering large files using hadoop? - Mahout - [mail # user]
|
|
...This code is putting everything in points ( which I think is some sort of collection ). This will obviously throw OOM for large files. The vectors should be added to a sequence f...
|
|
|
Author: Paritosh Ranjan,
2012-09-19, 10:45
|
|
|
Re: Clustering large files using hadoop? - Mahout - [mail # user]
|
|
...KMeansDriver has a run method with a flag runSequential. When you will mark it to false, it will use the hadoop cluster to scale. kmeans command is also having this flag. "...
|
|
|
Author: Paritosh Ranjan,
2012-09-19, 06:28
|
|
|
Re: *** Mahout clustering and classification algorithms *** - Mahout - [mail # user]
|
|
...On 18-09-2012 21:04, Rajesh Nikam wrote: See seqdirectory and seq2sparse commands, or just write your own code to generate vectors in sequence files, its pretty simple. Usr clusterdump...
|
|
|
Author: Paritosh Ranjan,
2012-09-18, 16:53
|
|
|
Re: Why compiling Mahout from trunk if there are already builds available in maven public repo? - Mahout - [mail # user]
|
|
...You can also use Mahout Command Line Invocation to run algorithms. i.e. see the .sh file, its has Mahout commands inside which can be used individually. 'With complicated I...
|
|
|
Author: Paritosh Ranjan,
2012-09-18, 08:36
|
|
|
Re: KmeansDriver Question - Mahout - [mail # user]
|
|
...AFAIK SequenceFileTokenizerMapper is not called from KMeansdriver. The mapper is tokenizing sequence files, so, the error might be during that step. On 17-09-2012 12:39, ju...
|
|
|
Author: Paritosh Ranjan,
2012-09-17, 07:59
|
|
|
Re: KmeansDriver Question - Mahout - [mail # user]
|
|
...I don't think that it is a kmeans driver error. SequenceFileTokenizerMapper is not used in KmeansDriver. I think you are getting error while transforming data. On 15-09-201...
|
|
|
Author: Paritosh Ranjan,
2012-09-15, 08:48
|
|
|
|