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 7CFB399D3 for ; Fri, 15 Jun 2012 21:34:06 +0000 (UTC) Received: (qmail 54920 invoked by uid 500); 15 Jun 2012 21:34:05 -0000 Delivered-To: apmail-mahout-user-archive@mahout.apache.org Received: (qmail 54827 invoked by uid 500); 15 Jun 2012 21:34:05 -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 54819 invoked by uid 99); 15 Jun 2012 21:34:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2012 21:34:05 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FSL_RCVD_USER,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of goksron@gmail.com designates 209.85.213.170 as permitted sender) Received: from [209.85.213.170] (HELO mail-yx0-f170.google.com) (209.85.213.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jun 2012 21:33:58 +0000 Received: by yenl12 with SMTP id l12so4281641yen.1 for ; Fri, 15 Jun 2012 14:33:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=bR241KENsu/TUyJfKPAAbZCzoejh857rDK01GiatiFk=; b=WsLiyYBan0cMpkXi/nfcDHdOzY3h2tWk8NEhI8CTdTNwy4XfNY5sG2f6ZSxYdW39Ia fkjn6mCu7OdC5D+xMhoZ338IB6HHUNZmgQxDkpy9xmAIhfdNatCYnKIzwjFMkm0B2Lkw vAgXvS3CTuUtfnF5DB4dAv6boonTg9q42Z4fkBDZKKSva04sEs0qhLJxJfnl+6Rsu+72 jiTuKE5rSiLORnY7YIixAWbeu6/29xcv3CBo2mUNdVt8A3pue24ei3dNTqsSnWLaYneY AGVyFvzG72nMxfwvmL4+S0JhHON2Eu7oz0Rnqvd6Mjs76iIcAo8Qi6xWHqda/rjDS8W/ rOgQ== MIME-Version: 1.0 Received: by 10.50.157.194 with SMTP id wo2mr3343329igb.72.1339796017397; Fri, 15 Jun 2012 14:33:37 -0700 (PDT) Received: by 10.50.41.234 with HTTP; Fri, 15 Jun 2012 14:33:37 -0700 (PDT) In-Reply-To: <811A1375113922419E52D849BCC2633B0FD287C4@SHSMSX102.ccr.corp.intel.com> References: <811A1375113922419E52D849BCC2633B0FD287C4@SHSMSX102.ccr.corp.intel.com> Date: Fri, 15 Jun 2012 14:33:37 -0700 Message-ID: Subject: Re: no messages parsed when run ASF-email example From: Lance Norskog To: user@mahout.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Do these use the same directory structure as the apache mail example? On Thu, Jun 14, 2012 at 11:09 PM, Tian, Phil wrote: > Hi, > > When I try to create sequence files from email archives with the below co= mmand, I always get nothing. Can anyone give me some hint on this issue? Ap= preciate your help. > > [training@rassi5prcimf-vm trunk]$ bin/mahout org.apache.mahout.text.Seque= nceFilesFromMailArchives --charset "UTF-8" --subject --body --input /tmp/ma= hout-work-training/asf-email/content --output /tmp/mahout-work-training/asf= -output/classification/bayesian/seq-files > MAHOUT_LOCAL is not set; adding HADOOP_CONF_DIR to classpath. > Running on hadoop, using HADOOP_HOME=3D/usr/lib/hadoop > No HADOOP_CONF_DIR set, using /usr/lib/hadoop/conf > MAHOUT-JOB: /home/training/workspace/trunk/examples/target/mahout-example= s-0.7-SNAPSHOT-job.jar > Picked up _JAVA_OPTIONS: -Xmx1024m > Picked up _JAVA_OPTIONS: -Xmx1024m > 12/06/15 14:01:00 WARN driver.MahoutDriver: No org.apache.mahout.text.Seq= uenceFilesFromMailArchives.props found on classpath, will use command-line = arguments only > 12/06/15 14:01:02 INFO text.SequenceFilesFromMailArchives: Parsed 0 messa= ges from /tmp/mahout-work-training/asf-email/content in time: 7 > 12/06/15 14:01:02 INFO text.SequenceFilesFromMailArchives: Conversion too= k 1676ms > 12/06/15 14:01:02 INFO driver.MahoutDriver: Program took 1700 ms (Minutes= : 0.028333333333333332) > > Best regards, > > Phil Tian > Enterprise Architect > Intel IT Labs > > > --=20 Lance Norskog goksron@gmail.com