Return-Path: Delivered-To: apmail-mahout-user-archive@www.apache.org Received: (qmail 98595 invoked from network); 29 Mar 2011 05:51:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 29 Mar 2011 05:51:00 -0000 Received: (qmail 54768 invoked by uid 500); 29 Mar 2011 05:50:59 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 54740 invoked by uid 500); 29 Mar 2011 05:50:59 -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 54732 invoked by uid 99); 29 Mar 2011 05:50:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 05:50:59 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of praneetmhatre@gmail.com designates 209.85.161.42 as permitted sender) Received: from [209.85.161.42] (HELO mail-fx0-f42.google.com) (209.85.161.42) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Mar 2011 05:50:53 +0000 Received: by fxm1 with SMTP id 1so6438841fxm.1 for ; Mon, 28 Mar 2011 22:50:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=koKqzV0BAze7YPZcHByvjmM+N0Mi2FVJu+UonWEf69w=; b=ep8imHFJykKtRkX5ov8sdjN1qoXDwJ+1gvgQpAhkVwi4v3MB8j7h6HTs/krFEwyMBI ibovj3FBFosArN4lHEozJBmaOCrM5qNzRhqbsRzfjvR6TGLXrhlDW8aLFubJkKTFN2PF Pc2l+wcRksmbGSqjp7u8/qS6EpLUBzo6mlY3M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=S19BMOK1vrpCXB8zSTbA2Nap4ADHQfxUHSePomi9383En9nsY0cPJq08xnakn97wcQ uGZwxB8RQf+ppP8P6BCIDXd87g+I7heG+HOgXjSI6/v/9bgkXQ1jAbp6RbIzRxEssBld 6L2VpXq92U5ihk2Ui0gCqSiBALVLG+NL4sKY8= MIME-Version: 1.0 Received: by 10.223.86.200 with SMTP id t8mr5339013fal.26.1301377831672; Mon, 28 Mar 2011 22:50:31 -0700 (PDT) Received: by 10.223.101.129 with HTTP; Mon, 28 Mar 2011 22:50:31 -0700 (PDT) Date: Mon, 28 Mar 2011 22:50:31 -0700 Message-ID: Subject: Partial Implementation of Random Forest From: praneet mhatre To: user@mahout.apache.org Content-Type: multipart/alternative; boundary=20cf3054a28960261b049f98a31e --20cf3054a28960261b049f98a31e Content-Type: text/plain; charset=ISO-8859-1 Hello all, I very recently started working on Mahout. To get the feel of things, I was trying to run the sample implementation of Random Forest posted on the Wiki ( https://cwiki.apache.org/confluence/display/MAHOUT/Partial+Implementation). However, even when I issue the exact same commands, I get an EOFException error as follows: Exception in thread "main" java.io.EOFException at java.io.DataInputStream.readFully(DataInputStream.java:180) at java.io.DataInputStream.readFully(DataInputStream.java:152) at org.apache.hadoop.io.SequenceFile$Reader.init(SequenceFile.java:1457) at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1435) at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1424) at org.apache.hadoop.io.SequenceFile$Reader.(SequenceFile.java:1419) at org.apache.mahout.df.mapreduce.partial.Step0Job.parseOutput(Step0Job.java:145) at org.apache.mahout.df.mapreduce.partial.Step0Job.run(Step0Job.java:119) at org.apache.mahout.df.mapreduce.partial.PartialBuilder.parseOutput(PartialBuilder.java:115) at org.apache.mahout.df.mapreduce.Builder.build(Builder.java:338) at org.apache.mahout.df.mapreduce.BuildForest.buildForest(BuildForest.java:195) at org.apache.mahout.df.mapreduce.BuildForest.run(BuildForest.java:159) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) at org.apache.mahout.df.mapreduce.BuildForest.main(BuildForest.java:236) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.apache.hadoop.util.RunJar.main(RunJar.java:186) cloudera@cloudera-demo:~/Downloads/mahout-distribution-0.4$ Can you please tell me what the problem is? Also, can you please suggest me the best way to get started? So far, I've been going through these examples and trying to run them on a pseudo cluster. Thank you, -- Praneet Mhatre Graduate Student Donald Bren School of ICS University of California, Irvine --20cf3054a28960261b049f98a31e--