Return-Path: X-Original-To: apmail-mahout-user-archive@www.apache.org Delivered-To: apmail-mahout-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC30DFB5C for ; Wed, 17 Apr 2013 18:10:17 +0000 (UTC) Received: (qmail 64174 invoked by uid 500); 17 Apr 2013 18:10:16 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 64106 invoked by uid 500); 17 Apr 2013 18:10:16 -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 64095 invoked by uid 99); 17 Apr 2013 18:10:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 18:10:15 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of qiaoresearcher@gmail.com designates 209.85.220.43 as permitted sender) Received: from [209.85.220.43] (HELO mail-pa0-f43.google.com) (209.85.220.43) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Apr 2013 18:10:11 +0000 Received: by mail-pa0-f43.google.com with SMTP id hz11so1058455pad.30 for ; Wed, 17 Apr 2013 11:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=0IGRStJaQlEcwZXQM5oXDgre2cmaMoKRCAT9fGXCPug=; b=Fbe2Le4QEwEyVAuJW9Y4YW1JKAyKLIRtA0cvQUK17tkHwoO8TY5DTxSSasf6wgTTgp V8PeQmDQXMpPq+Lx+YMm5KUj5LI56z1EdZRB+WECnbv+NMy429CCGHHRI0OEQuRQfEMB TcaFp+1MtmxEPPhZXfYZQ20tum8Fa5UiGeJ+32QeXZDR5SWQ6osLN1LmUajkesok34CH WyrgcD4II3WC3YOAr8lfyr7VWZ91myPJbY4v6A2lUfdA8SxMvj6dN9MQLt6J++Rd8h8M ZIHUbW0nM4xwHORnp43zUcZA7w6WQPyQLS9Ruz4g53tcnYPe8JnG/nk+ed2NZgZQV+as jtDQ== MIME-Version: 1.0 X-Received: by 10.66.197.136 with SMTP id iu8mr10257881pac.0.1366222191279; Wed, 17 Apr 2013 11:09:51 -0700 (PDT) Received: by 10.68.219.164 with HTTP; Wed, 17 Apr 2013 11:09:51 -0700 (PDT) Date: Wed, 17 Apr 2013 13:09:51 -0500 Message-ID: Subject: question about run mahout example in Eclipse From: qiaoresearcher To: user@mahout.apache.org Content-Type: multipart/alternative; boundary=047d7bf1860e65424104da9264f2 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bf1860e65424104da9264f2 Content-Type: text/plain; charset=ISO-8859-1 Hi All, To run a mahout example in command line, it works well, for example, $HADOOP_HOME/hadoop jar $MAHOUT_HOME/examples/target/mahout-examples--job.jar org.apache.mahout.classifier.df.BreimanExample -d testdata/glass.data -ds testdata/glass.info -i 10 -t 100 But when I open the mahout example project in Eclipse and run the class file: BreimanExample, it can not find the glass.info file which is on HDFS. how to run Eclipse and make it the same as running: $HADOOP_HOME/hadoop jar $MAHOUT_HOME/examples/target/mahout-examples--job.jar org.apache.mahout.classifier.df.BreimanExample -d testdata/glass.data -ds testdata/glass.info -i 10 -t 100 in command line? thanks, --047d7bf1860e65424104da9264f2--