RE: several info

2012-06-25 Thread Videnova, Svetlana
Hi, I have database (which is evolving all the time). This database, after solr indexion, is xml file thanks to the solr output. Then I have to give this xml file to mahout in order to mahout be able to classify and clusterize those information. Then I have to parse again the output of mahout

RE: several info

2012-06-25 Thread Videnova, Svetlana
Please can somebody help me with this error? Im using mahout 0.7 /usr/local/mahout-distribution-0.7/examples/bin$ ./build-reuters.sh Please call cluster-reuters.sh directly next time. This file is going away. Please select a number to choose the corresponding clustering algorithm 1. kmeans

Re: several info

2012-06-25 Thread Sean Owen
This isn't specific to Mahout: Error occurred during initialization of VM Could not reserve enough space for object heap This means that you set a heap size that is too big for the machine. For example, maybe you requested a 4GB heap on a 32-bit machine. On Mon, Jun 25, 2012 at 2:41 PM,

RE: several info

2012-06-25 Thread Videnova, Svetlana
I have 4GB RAM. I set 2GB... -Message d'origine- De : Sean Owen [mailto:sro...@gmail.com] Envoyé : lundi 25 juin 2012 16:23 À : dev@mahout.apache.org Objet : Re: several info This isn't specific to Mahout: Error occurred during initialization of VM Could not reserve enough space for

Re: several info

2012-06-25 Thread Sean Owen
Either you have a typo, or you are not looking at the right setting. Is your system out of RAM with no swap or something? On Mon, Jun 25, 2012 at 3:28 PM, Videnova, Svetlana svetlana.viden...@logica.com wrote: I have 4GB RAM. I set 2GB...

RE: several info

2012-06-25 Thread Videnova, Svetlana
Where can i looking for? I don’t think that I have any problems with my system ... -Message d'origine- De : Sean Owen [mailto:sro...@gmail.com] Envoyé : lundi 25 juin 2012 16:33 À : dev@mahout.apache.org Objet : Re: several info Either you have a typo, or you are not looking at the

RE: several info

2012-06-25 Thread Videnova, Svetlana
Also I tried to run the example, but= /usr/local/mahout-distribution-0.7/examples/bin$ ./build-reuters.sh Please call cluster-reuters.sh directly next time. This file is going away. Please select a number to choose the corresponding clustering algorithm 1. kmeans clustering 2. fuzzykmeans

Re: several info

2012-06-25 Thread Roman Shaposhnik
On Mon, Jun 25, 2012 at 7:48 AM, Videnova, Svetlana svetlana.viden...@logica.com wrote:  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current                                 Dload  Upload   Total   Spent    Left  Speed  0     0    0     0    0     0      0      0

Jenkins build is still unstable: Mahout-Quality #1560

2012-06-25 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Quality/1560/

Re: several info

2012-06-25 Thread Lance Norskog
After you get your network connection problems sorted, it will be easier if you remove your HADOOP environment variables. Mahout includes its own Hadoop. Mahout will run in local pseudo-disributed mode if you do not have HADOOP_* environment variables set. On Mon, Jun 25, 2012 at 9:00 AM, Roman