Return-Path: Delivered-To: apmail-lucene-general-archive@www.apache.org Received: (qmail 9366 invoked from network); 19 Nov 2010 12:10:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 19 Nov 2010 12:10:29 -0000 Received: (qmail 808 invoked by uid 500); 19 Nov 2010 12:11:00 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 595 invoked by uid 500); 19 Nov 2010 12:11:00 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 583 invoked by uid 99); 19 Nov 2010 12:11:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 12:11:00 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.9] (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 19 Nov 2010 12:10:59 +0000 Received: (qmail 9300 invoked by uid 99); 19 Nov 2010 12:10:07 -0000 Received: from localhost.apache.org (HELO [10.0.0.77]) (127.0.0.1) (smtp-auth username gsingers, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Nov 2010 12:10:07 +0000 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Apple Message framework v1082) Subject: Re: Mahout and lucence and data formats From: Grant Ingersoll In-Reply-To: Date: Fri, 19 Nov 2010 07:10:37 -0500 Content-Transfer-Encoding: 7bit Message-Id: <4280A091-E1E8-429A-90F5-4DB32CA4F3EF@apache.org> References: To: general@lucene.apache.org X-Mailer: Apple Mail (2.1082) On Nov 18, 2010, at 4:59 PM, Ted Dunning wrote: > On Thu, Nov 18, 2010 at 1:15 PM, Shivani Rao wrote: > >> Ted , >> Thanks for your email. I understand that R reads values in text format. >> I have a problem with dumping out data from Mahout. >> The data spit out by apache mahout and its format and conversion to a text >> format is my main concern. >> Not the R's side of the story. >> >> > Right. You will have to write a bit of code to output CSV from Mahout. > There isn't any native support > for it. We should remedy this. I might have some cycles today to do this.