You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Dmitriy Lyubimov (JIRA)" <ji...@apache.org> on 2011/03/26 02:25:05 UTC

[jira] [Commented] (MAHOUT-548) Add support for CSV for Vector IO

    [ https://issues.apache.org/jira/browse/MAHOUT-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011530#comment-13011530 ] 

Dmitriy Lyubimov commented on MAHOUT-548:
-----------------------------------------

{code}
+++ utils/pom.xml	(working copy)
@@ -138,8 +138,13 @@
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>
-
+    <!-- Solr publishes this, but it is Commons CSV -->
     <dependency>
+      <groupId>org.apache.solr</groupId>
+      <artifactId>solr-commons-csv</artifactId>
+      <version>1.4.1</version>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>
{code}

Maven note: 
I am not sure if it is absolutely unavoidable to bring solr dependency in but if it is needed, please read MAHOUT-622, I am trying to fix instances like this there.
Thanks.  

> Add support for CSV for Vector IO
> ---------------------------------
>
>                 Key: MAHOUT-548
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-548
>             Project: Mahout
>          Issue Type: Improvement
>            Reporter: Grant Ingersoll
>            Assignee: Grant Ingersoll
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: MAHOUT-548.patch
>
>
> We should be able to read in and write out CSV files to Vectors

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira