You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Suneel Marthi (Created) (JIRA)" <ji...@apache.org> on 2012/01/24 23:10:41 UTC

[jira] [Created] (MAHOUT-956) RowIdJob fails if logsCRCfilter is not set.

RowIdJob fails if logsCRCfilter is not set.
-------------------------------------------

                 Key: MAHOUT-956
                 URL: https://issues.apache.org/jira/browse/MAHOUT-956
             Project: Mahout
          Issue Type: Bug
          Components: Math
    Affects Versions: 0.6
         Environment: 0.6 snapshot from trunk
            Reporter: Suneel Marthi
            Priority: Minor


RowIdJob when executed doesn't ignore '_SUCCESS' or '*crc' files as PathFilters.logsCRCFilter is not set. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAHOUT-956) RowIdJob fails if logsCRCfilter is not set.

Posted by "Suneel Marthi (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi updated MAHOUT-956:
---------------------------------

    Status: Patch Available  (was: Open)

Pass in PathFilters.logCRCFilters as parameter when converting the vectors to matrix so as to ignore any .crc and '_SUCCESS'/'_logs' files.
                
> RowIdJob fails if logsCRCfilter is not set.
> -------------------------------------------
>
>                 Key: MAHOUT-956
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-956
>             Project: Mahout
>          Issue Type: Bug
>          Components: Math
>    Affects Versions: 0.6
>         Environment: 0.6 snapshot from trunk
>            Reporter: Suneel Marthi
>            Priority: Minor
>         Attachments: RowIdJob.java
>
>
> RowIdJob when executed doesn't ignore '_SUCCESS' or '*crc' files as PathFilters.logsCRCFilter is not set. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAHOUT-956) RowIdJob fails if logsCRCfilter is not set.

Posted by "Suneel Marthi (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13192601#comment-13192601 ] 

Suneel Marthi commented on MAHOUT-956:
--------------------------------------

Passing PathFilters.logCRCFilters() fixes the issue. 
                
> RowIdJob fails if logsCRCfilter is not set.
> -------------------------------------------
>
>                 Key: MAHOUT-956
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-956
>             Project: Mahout
>          Issue Type: Bug
>          Components: Math
>    Affects Versions: 0.6
>         Environment: 0.6 snapshot from trunk
>            Reporter: Suneel Marthi
>            Priority: Minor
>
> RowIdJob when executed doesn't ignore '_SUCCESS' or '*crc' files as PathFilters.logsCRCFilter is not set. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAHOUT-956) RowIdJob fails if logsCRCfilter is not set.

Posted by "Grant Ingersoll (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated MAHOUT-956:
-----------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)
    
> RowIdJob fails if logsCRCfilter is not set.
> -------------------------------------------
>
>                 Key: MAHOUT-956
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-956
>             Project: Mahout
>          Issue Type: Bug
>          Components: Math
>    Affects Versions: 0.6
>         Environment: 0.6 snapshot from trunk
>            Reporter: Suneel Marthi
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: MAHOUT-956.patch
>
>
> RowIdJob when executed doesn't ignore '_SUCCESS' or '*crc' files as PathFilters.logsCRCFilter is not set. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAHOUT-956) RowIdJob fails if logsCRCfilter is not set.

Posted by "Suneel Marthi (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi updated MAHOUT-956:
---------------------------------

    Attachment: RowIdJob.java

fixed patch for Mahout-956
                
> RowIdJob fails if logsCRCfilter is not set.
> -------------------------------------------
>
>                 Key: MAHOUT-956
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-956
>             Project: Mahout
>          Issue Type: Bug
>          Components: Math
>    Affects Versions: 0.6
>         Environment: 0.6 snapshot from trunk
>            Reporter: Suneel Marthi
>            Priority: Minor
>         Attachments: RowIdJob.java
>
>
> RowIdJob when executed doesn't ignore '_SUCCESS' or '*crc' files as PathFilters.logsCRCFilter is not set. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (MAHOUT-956) RowIdJob fails if logsCRCfilter is not set.

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/MAHOUT-956?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195315#comment-13195315 ] 

Hudson commented on MAHOUT-956:
-------------------------------

Integrated in Mahout-Quality #1323 (See [https://builds.apache.org/job/Mahout-Quality/1323/])
    MAHOUT-956: filter logs, crc

gsingers : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1236898
Files : 
* /mahout/trunk/integration/src/main/java/org/apache/mahout/utils/vectors/RowIdJob.java

                
> RowIdJob fails if logsCRCfilter is not set.
> -------------------------------------------
>
>                 Key: MAHOUT-956
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-956
>             Project: Mahout
>          Issue Type: Bug
>          Components: Math
>    Affects Versions: 0.6
>         Environment: 0.6 snapshot from trunk
>            Reporter: Suneel Marthi
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: MAHOUT-956.patch
>
>
> RowIdJob when executed doesn't ignore '_SUCCESS' or '*crc' files as PathFilters.logsCRCFilter is not set. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAHOUT-956) RowIdJob fails if logsCRCfilter is not set.

Posted by "Suneel Marthi (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi updated MAHOUT-956:
---------------------------------

    Attachment: MAHOUT-956.patch
    
> RowIdJob fails if logsCRCfilter is not set.
> -------------------------------------------
>
>                 Key: MAHOUT-956
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-956
>             Project: Mahout
>          Issue Type: Bug
>          Components: Math
>    Affects Versions: 0.6
>         Environment: 0.6 snapshot from trunk
>            Reporter: Suneel Marthi
>            Priority: Minor
>         Attachments: MAHOUT-956.patch
>
>
> RowIdJob when executed doesn't ignore '_SUCCESS' or '*crc' files as PathFilters.logsCRCFilter is not set. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAHOUT-956) RowIdJob fails if logsCRCfilter is not set.

Posted by "Suneel Marthi (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Suneel Marthi updated MAHOUT-956:
---------------------------------

    Attachment:     (was: RowIdJob.java)
    
> RowIdJob fails if logsCRCfilter is not set.
> -------------------------------------------
>
>                 Key: MAHOUT-956
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-956
>             Project: Mahout
>          Issue Type: Bug
>          Components: Math
>    Affects Versions: 0.6
>         Environment: 0.6 snapshot from trunk
>            Reporter: Suneel Marthi
>            Priority: Minor
>         Attachments: MAHOUT-956.patch
>
>
> RowIdJob when executed doesn't ignore '_SUCCESS' or '*crc' files as PathFilters.logsCRCFilter is not set. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (MAHOUT-956) RowIdJob fails if logsCRCfilter is not set.

Posted by "Grant Ingersoll (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAHOUT-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Ingersoll updated MAHOUT-956:
-----------------------------------

    Fix Version/s: 0.6

Small enough that it should go in 0.6
                
> RowIdJob fails if logsCRCfilter is not set.
> -------------------------------------------
>
>                 Key: MAHOUT-956
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-956
>             Project: Mahout
>          Issue Type: Bug
>          Components: Math
>    Affects Versions: 0.6
>         Environment: 0.6 snapshot from trunk
>            Reporter: Suneel Marthi
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: MAHOUT-956.patch
>
>
> RowIdJob when executed doesn't ignore '_SUCCESS' or '*crc' files as PathFilters.logsCRCFilter is not set. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira