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/11 00:59:59 UTC

[jira] Created: (MAHOUT-623) Bug/improvement: add "overwrite" option to Stochastic SVD command line and API

Bug/improvement: add "overwrite" option to Stochastic SVD command line and API
------------------------------------------------------------------------------

                 Key: MAHOUT-623
                 URL: https://issues.apache.org/jira/browse/MAHOUT-623
             Project: Mahout
          Issue Type: Improvement
          Components: Math
    Affects Versions: 0.4
            Reporter: Dmitriy Lyubimov
            Assignee: Dmitriy Lyubimov
            Priority: Trivial
             Fix For: 0.5


I actually stumbled on the fact that SSVD code doesn't have 'overwrite results' option. Which might not be not a big deal if it weren't for the fact that it also turns out to be the default behavior as well (i.e. by default it would overwrite target path if it already exists). Which promotes it to a verge of a bug. 

I think i need to attend to it by introducing overwrite option and disabling this by default. (i.e. by default it would fail if the output path already exists). I think this is consistent with some other CLI in Mahout I saw.

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

[jira] [Commented] (MAHOUT-623) Bug/improvement: add "overwrite" option to Stochastic SVD command line and API

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

Hudson commented on MAHOUT-623:
-------------------------------

Integrated in Mahout-Quality #679 (See [https://hudson.apache.org/hudson/job/Mahout-Quality/679/])
    MAHOUT-623 add overwrite option


> Bug/improvement: add "overwrite" option to Stochastic SVD command line and API
> ------------------------------------------------------------------------------
>
>                 Key: MAHOUT-623
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-623
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Math
>    Affects Versions: 0.4
>            Reporter: Dmitriy Lyubimov
>            Assignee: Dmitriy Lyubimov
>            Priority: Trivial
>              Labels: CLI, SVD, Stochastic
>             Fix For: 0.5
>
>         Attachments: MAHOUT-623.patch
>
>
> I actually stumbled on the fact that SSVD code doesn't have 'overwrite results' option. Which might not be not a big deal if it weren't for the fact that it also turns out to be the default behavior as well (i.e. by default it would overwrite target path if it already exists). Which promotes it to a verge of a bug. 
> I think i need to attend to it by introducing overwrite option and disabling this by default. (i.e. by default it would fail if the output path already exists). I think this is consistent with some other CLI in Mahout I saw.

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

[jira] Updated: (MAHOUT-623) Bug/improvement: add "overwrite" option to Stochastic SVD command line and API

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

Dmitriy Lyubimov updated MAHOUT-623:
------------------------------------

    Status: Patch Available  (was: Open)

git trunk patch (use "patch -p1") 
* tried to use Mahout's command line utils to pull standard syntax and help for it


> Bug/improvement: add "overwrite" option to Stochastic SVD command line and API
> ------------------------------------------------------------------------------
>
>                 Key: MAHOUT-623
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-623
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Math
>    Affects Versions: 0.4
>            Reporter: Dmitriy Lyubimov
>            Assignee: Dmitriy Lyubimov
>            Priority: Trivial
>              Labels: CLI, SVD, Stochastic
>             Fix For: 0.5
>
>         Attachments: MAHOUT-623.patch
>
>
> I actually stumbled on the fact that SSVD code doesn't have 'overwrite results' option. Which might not be not a big deal if it weren't for the fact that it also turns out to be the default behavior as well (i.e. by default it would overwrite target path if it already exists). Which promotes it to a verge of a bug. 
> I think i need to attend to it by introducing overwrite option and disabling this by default. (i.e. by default it would fail if the output path already exists). I think this is consistent with some other CLI in Mahout I saw.

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

[jira] Commented: (MAHOUT-623) Bug/improvement: add "overwrite" option to Stochastic SVD command line and API

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

Sean Owen commented on MAHOUT-623:
----------------------------------

Looks good, I say commit it.

> Bug/improvement: add "overwrite" option to Stochastic SVD command line and API
> ------------------------------------------------------------------------------
>
>                 Key: MAHOUT-623
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-623
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Math
>    Affects Versions: 0.4
>            Reporter: Dmitriy Lyubimov
>            Assignee: Dmitriy Lyubimov
>            Priority: Trivial
>              Labels: CLI, SVD, Stochastic
>             Fix For: 0.5
>
>         Attachments: MAHOUT-623.patch
>
>
> I actually stumbled on the fact that SSVD code doesn't have 'overwrite results' option. Which might not be not a big deal if it weren't for the fact that it also turns out to be the default behavior as well (i.e. by default it would overwrite target path if it already exists). Which promotes it to a verge of a bug. 
> I think i need to attend to it by introducing overwrite option and disabling this by default. (i.e. by default it would fail if the output path already exists). I think this is consistent with some other CLI in Mahout I saw.

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

[jira] [Updated] (MAHOUT-623) Bug/improvement: add "overwrite" option to Stochastic SVD command line and API

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

Sean Owen updated MAHOUT-623:
-----------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I committed it.

> Bug/improvement: add "overwrite" option to Stochastic SVD command line and API
> ------------------------------------------------------------------------------
>
>                 Key: MAHOUT-623
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-623
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Math
>    Affects Versions: 0.4
>            Reporter: Dmitriy Lyubimov
>            Assignee: Dmitriy Lyubimov
>            Priority: Trivial
>              Labels: CLI, SVD, Stochastic
>             Fix For: 0.5
>
>         Attachments: MAHOUT-623.patch
>
>
> I actually stumbled on the fact that SSVD code doesn't have 'overwrite results' option. Which might not be not a big deal if it weren't for the fact that it also turns out to be the default behavior as well (i.e. by default it would overwrite target path if it already exists). Which promotes it to a verge of a bug. 
> I think i need to attend to it by introducing overwrite option and disabling this by default. (i.e. by default it would fail if the output path already exists). I think this is consistent with some other CLI in Mahout I saw.

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

[jira] Updated: (MAHOUT-623) Bug/improvement: add "overwrite" option to Stochastic SVD command line and API

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

Dmitriy Lyubimov updated MAHOUT-623:
------------------------------------

    Attachment: MAHOUT-623.patch

> Bug/improvement: add "overwrite" option to Stochastic SVD command line and API
> ------------------------------------------------------------------------------
>
>                 Key: MAHOUT-623
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-623
>             Project: Mahout
>          Issue Type: Improvement
>          Components: Math
>    Affects Versions: 0.4
>            Reporter: Dmitriy Lyubimov
>            Assignee: Dmitriy Lyubimov
>            Priority: Trivial
>              Labels: CLI, SVD, Stochastic
>             Fix For: 0.5
>
>         Attachments: MAHOUT-623.patch
>
>
> I actually stumbled on the fact that SSVD code doesn't have 'overwrite results' option. Which might not be not a big deal if it weren't for the fact that it also turns out to be the default behavior as well (i.e. by default it would overwrite target path if it already exists). Which promotes it to a verge of a bug. 
> I think i need to attend to it by introducing overwrite option and disabling this by default. (i.e. by default it would fail if the output path already exists). I think this is consistent with some other CLI in Mahout I saw.

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