Return-Path: X-Original-To: apmail-mahout-dev-archive@www.apache.org Delivered-To: apmail-mahout-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0E7EA10AFE for ; Wed, 4 Dec 2013 00:35:37 +0000 (UTC) Received: (qmail 27016 invoked by uid 500); 4 Dec 2013 00:35:35 -0000 Delivered-To: apmail-mahout-dev-archive@mahout.apache.org Received: (qmail 26951 invoked by uid 500); 4 Dec 2013 00:35:35 -0000 Mailing-List: contact dev-help@mahout.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mahout.apache.org Delivered-To: mailing list dev@mahout.apache.org Received: (qmail 26904 invoked by uid 99); 4 Dec 2013 00:35:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 00:35:35 +0000 Date: Wed, 4 Dec 2013 00:35:35 +0000 (UTC) From: "Suneel Marthi (JIRA)" To: dev@mahout.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Work started] (MAHOUT-1370) Vectordump doesn't write to output file in MapReduce Mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAHOUT-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on MAHOUT-1370 started by Suneel Marthi. > Vectordump doesn't write to output file in MapReduce Mode > --------------------------------------------------------- > > Key: MAHOUT-1370 > URL: https://issues.apache.org/jira/browse/MAHOUT-1370 > Project: Mahout > Issue Type: Bug > Components: Integration > Affects Versions: 0.7, 0.8 > Reporter: Suneel Marthi > Assignee: Suneel Marthi > Priority: Minor > Fix For: 0.9 > > > When trying to run to run Vectordump in MR mode, get a > FileNotFoundException: No such File or Directory. > {Code} > 13/12/03 19:29:22 INFO vectors.VectorDumper: Output file: /tmp/mahout-work-user/reuters-lda/vectordump > Exception in thread "main" java.io.FileNotFoundException: /tmp/mahout-work-user/reuters-lda/vectordump (No such file or directory) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.(FileOutputStream.java:194) > at java.io.FileOutputStream.(FileOutputStream.java:145) > at com.google.common.io.Files.newWriter(Files.java:101) > at org.apache.mahout.utils.vectors.VectorDumper.run(VectorDumper.java:153) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at org.apache.mahout.utils.vectors.VectorDumper.main(VectorDumper.java:262) > 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.ProgramDriver$ProgramDescription.invoke(ProgramDriver.java:68) > at org.apache.hadoop.util.ProgramDriver.driver(ProgramDriver.java:139) > at org.apache.mahout.driver.MahoutDriver.main(MahoutDriver.java:195) > 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:160) > {Code} -- This message was sent by Atlassian JIRA (v6.1#6144)