Return-Path: Delivered-To: apmail-lucene-mahout-user-archive@minotaur.apache.org Received: (qmail 95625 invoked from network); 17 Apr 2009 00:51:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Apr 2009 00:51:17 -0000 Received: (qmail 2483 invoked by uid 500); 17 Apr 2009 00:45:13 -0000 Delivered-To: apmail-lucene-mahout-user-archive@lucene.apache.org Received: (qmail 2465 invoked by uid 500); 17 Apr 2009 00:45:13 -0000 Mailing-List: contact mahout-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mahout-user@lucene.apache.org Delivered-To: mailing list mahout-user@lucene.apache.org Received: (qmail 2455 invoked by uid 99); 17 Apr 2009 00:45:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2009 00:45:13 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [74.208.4.195] (HELO mout.perfora.net) (74.208.4.195) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Apr 2009 00:45:03 +0000 Received: from jeff-eastmans-macbook-pro.local (c-71-198-3-140.hsd1.ca.comcast.net [71.198.3.140]) by mrelay.perfora.net (node=mrus0) with ESMTP (Nemesis) id 0MKp8S-1LucC73xCE-000fuK; Thu, 16 Apr 2009 20:44:41 -0400 Received: from jeff-eastmans-macbook-pro.local by jeff-eastmans-macbook-pro.local (PGP Universal service); Thu, 16 Apr 2009 17:44:41 -0700 X-PGP-Universal: processed; by jeff-eastmans-macbook-pro.local on Thu, 16 Apr 2009 17:44:41 -0700 Message-ID: <49E7D0F4.1030200@windwardsolutions.com> Date: Thu, 16 Apr 2009 17:44:36 -0700 From: Jeff Eastman User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: mahout-user@lucene.apache.org Subject: Re: Unit Tests Failed References: <22753622.post@talk.nabble.com> <23088538.post@talk.nabble.com> <7a0701370904161649h4546c54fg2fab06dfcc066ba1@mail.gmail.com> In-Reply-To: <7a0701370904161649h4546c54fg2fab06dfcc066ba1@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Provags-ID: V01U2FsdGVkX195Ht0UxtShfJKzCVDrIqH3K6tGtzMCFwXSa9m SbZEVs6UpBgCbQTyHxTir0zm+vS3z18XYejz3GsOJS+ylth3qf erS39Wb62628LMvugQkGiAnWmpmPNE4SDjHm/wTTcM= X-Virus-Checked: Checked by ClamAV on apache.org I do not believe that the Mahout code itself requires Cygwin. Hadoop requires it on Windows boxes so that it can issue e.g. chmod commands to a uniform OS interface. Our unit tests utilize Hadoop to test their parallel versions and, if Cygwin is not installed, those tests will fail and the jar will not be built. You will have the same problem running any of the parallel versions on a Windows box without Cygwin. Is there an issue with using Cygwin? Jeff Niraj wrote: > I had the same problem. > Then I got to trying it with cygwin. My errors came down from 3 to 1 and > after that I just gave up. > > > > On Thu, Apr 16, 2009 at 4:33 PM, T�lio wrote: > > >> Ok, >> >> my question is: Is there anyway to create the .jar without the Cygwin? (all >> the exceptions are in parts of the framework i won't use) >> >> Does that mean mahout doesn't have a Windows version? >> >> Sorry for the silly questions again. >> >> >> T�lio wrote: >> >>> Hi guys, >>> >>> i am trying to compile mahout using Netbeans. Installed the plugins and >>> everything seems to work fine and I am able to compile the whole thing. >>> >>> However, some tests have errors, exceptions that are not correctly >>> >> handled >> >>> (and this seems to prevent the .jar file to be created for the Mahout >>> >> core >> >>> target of the pom file - i am not familiar with maven :S) >>> >>> The tests that are getting errors are: >>> >>> Running org.apache.mahout.ga.watchmaker.MahoutEvaluatorTest >>> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 1.093 sec >>> <<< FAILURE! >>> >>> Running org.apache.mahout.clustering.dirichlet.TestMapReduce >>> Tests run: 16, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 4.266 >>> >> sec >> >>> <<< FAILURE! >>> >>> Running org.apache.mahout.clustering.kmeans.TestKmeansClustering >>> Tests run: 5, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.156 sec >>> <<< FAILURE! >>> >>> Running org.apache.mahout.clustering.meanshift.TestMeanShift >>> Tests run: 4, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.203 sec >>> <<< FAILURE! >>> >>> I am getting the following exception: >>> >>> java.io.IOException: Cannot run program "chmod": CreateProcess error=2, O >>> sistema n�o pode encontrar o arquivo especificado (The system can't find >>> the specified file) >>> >>> Does this have anything to do with the fact that i am trying to run it on >>> Windows? >>> >>> How do I get it to work (and generate the .jar file so i can run the >>> samples)? the .jar file should be in the mahout\core\build folder after >>> build, right? >>> >>> Sorry for the silly question, i am just trying to get this to work. We >>> have a bayesian decision system that using Netica-J and I am looking for >>> alternatives. >>> >>> >>> >>> >>> >> -- >> View this message in context: >> http://www.nabble.com/Unit-Tests-Failed-tp22753622p23088538.html >> Sent from the Mahout User List mailing list archive at Nabble.com. >> >> >> > >