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

Hudson commented on MAHOUT-1150:
--------------------------------

Integrated in Mahout-Quality #1897 (See 
[https://builds.apache.org/job/Mahout-Quality/1897/])
    MAHOUT-1150 ARFF Integration does not support quoted identifiers (Revision 
1455258)

     Result = SUCCESS
ssc : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1455258
Files : 
* 
/mahout/trunk/integration/src/main/java/org/apache/mahout/utils/vectors/arff/ARFFType.java
* 
/mahout/trunk/integration/src/main/java/org/apache/mahout/utils/vectors/arff/ARFFVectorIterable.java
* 
/mahout/trunk/integration/src/main/java/org/apache/mahout/utils/vectors/arff/MapBackedARFFModel.java
* 
/mahout/trunk/integration/src/test/java/org/apache/mahout/utils/vectors/arff/ARFFTypeTest.java
* 
/mahout/trunk/integration/src/test/java/org/apache/mahout/utils/vectors/arff/ARFFVectorIterableTest.java

                
> ARFF Integration does not support quoted identifiers
> ----------------------------------------------------
>
>                 Key: MAHOUT-1150
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1150
>             Project: Mahout
>          Issue Type: Bug
>          Components: Integration
>    Affects Versions: 0.7
>         Environment: All
>            Reporter: Marty Kube
>         Attachments: MAHOUT-1150.patch
>
>
> I ran the NSL-KDD data set (http://nsl.cs.unb.ca/NSL-KDD/) through the ARFF 
> integration.  The process failed to parse the arff formatted file.  The file 
> has quoted identifiers:
> @relation 'KDDTrain-20Percent'
> @attribute 'duration' real
> @attribute 'protocol_type' {'tcp','udp', 'icmp'} 
> The quotes caused the problem.  The "official" arff BNF shows that quotes 
> should be supported:
> https://list.scms.waikato.ac.nz/mailman/htdig/wekalist/2008-January/012153.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to