Return-Path: Delivered-To: apmail-mahout-user-archive@www.apache.org Received: (qmail 89974 invoked from network); 24 Feb 2011 07:39:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Feb 2011 07:39:03 -0000 Received: (qmail 79771 invoked by uid 500); 24 Feb 2011 07:39:03 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 79282 invoked by uid 500); 24 Feb 2011 07:39:00 -0000 Mailing-List: contact user-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@mahout.apache.org Delivered-To: mailing list user@mahout.apache.org Received: (qmail 79269 invoked by uid 99); 24 Feb 2011 07:38:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 07:38:59 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of srowen@gmail.com designates 209.85.214.170 as permitted sender) Received: from [209.85.214.170] (HELO mail-iw0-f170.google.com) (209.85.214.170) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Feb 2011 07:38:54 +0000 Received: by iwn3 with SMTP id 3so297256iwn.1 for ; Wed, 23 Feb 2011 23:38:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Yr/iPXogPaA/BL3w2LjxgIKyJaugiFlct4FKk1QJ5V0=; b=s5XK8fsMqYqcBggac2Qs5RAgmLJ+0T/eOBJB/oltBLciUh/yeO4XxvZLMQnjh4kXWq gYk1C5CGcglfr8b4pV4vEUy8g/6PD8yA6qHnIWpNmUIUr8i+A4UY+g6VHh68eR8W1rB/ JfzygQtEtYjmIsHPAUbkvrhwRb+B/bxIUtfzY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ioc+CawEfMVAZyPk+O5qHTY/3BwxyYqeq/Uu5iT2UtQHrjKUpuEn8C7HP+hrG4xYYW idz0VB+gxICzzBFECs6ZXXI68d0wShW6yvjcL3vi0thqhbVRH+HfjB8QhRnplVP3CEaS TXlaBmHaYamj/OA/xvLWJB6wtp+5PhUPA/IRc= MIME-Version: 1.0 Received: by 10.231.59.197 with SMTP id m5mr929967ibh.25.1298533113978; Wed, 23 Feb 2011 23:38:33 -0800 (PST) Received: by 10.231.160.213 with HTTP; Wed, 23 Feb 2011 23:38:33 -0800 (PST) In-Reply-To: <4D6604DD.2000306@crs4.it> References: <4D64EC44.6070109@crs4.it> <4D651019.9060907@crs4.it> <4D6604DD.2000306@crs4.it> Date: Thu, 24 Feb 2011 07:38:33 +0000 Message-ID: Subject: Re: error on Recommendation mining example From: Sean Owen To: Cristian Lai Cc: user@mahout.apache.org Content-Type: multipart/alternative; boundary=001485e7741cfcdf39049d024c68 --001485e7741cfcdf39049d024c68 Content-Type: text/plain; charset=UTF-8 That's the problem -- you are feeding in the movies file, not the ratings file! Look for ratings.dat. This is just info about movies, not user-movie ratings. On Thu, Feb 24, 2011 at 7:12 AM, Cristian Lai wrote: > Yes i did. Before it was > > 1::Toy Story (1995)::Animation|Children's|Comedy > > Now it is > > 1,Toy Story (1995),Animation|Children's|Comedy > > Unfortunatly, the errror persits and seems to fail always on the same point > > --001485e7741cfcdf39049d024c68--