You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Frank Scholten (JIRA)" <ji...@apache.org> on 2011/05/29 18:37:47 UTC

[jira] [Created] (MAHOUT-714) CollocDriver not runnable with ToolRunner due to private Constructor

CollocDriver not runnable with ToolRunner due to private Constructor
--------------------------------------------------------------------

                 Key: MAHOUT-714
                 URL: https://issues.apache.org/jira/browse/MAHOUT-714
             Project: Mahout
          Issue Type: Bug
          Components: Clustering
    Affects Versions: 0.5
            Reporter: Frank Scholten
            Priority: Minor
             Fix For: 0.6
         Attachments: MAHOUT-714.patch

I noticed that CollocDriver has a private Constructor, which means that I can't run it via ToolRunner

Configuration configuration = ...
String[] collocArgs =  ...

ToolRunner.run(configuration, new CollocDriver(), args);

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

[jira] [Updated] (MAHOUT-714) CollocDriver not runnable with ToolRunner due to private Constructor

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

Frank Scholten updated MAHOUT-714:
----------------------------------

    Attachment: MAHOUT-714.patch

> CollocDriver not runnable with ToolRunner due to private Constructor
> --------------------------------------------------------------------
>
>                 Key: MAHOUT-714
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-714
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.5
>            Reporter: Frank Scholten
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: MAHOUT-714.patch
>
>
> I noticed that CollocDriver has a private Constructor, which means that I can't run it via ToolRunner
> Configuration configuration = ...
> String[] collocArgs =  ...
> ToolRunner.run(configuration, new CollocDriver(), args);

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

[jira] [Updated] (MAHOUT-714) CollocDriver not runnable with ToolRunner due to private Constructor

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

Sean Owen updated MAHOUT-714:
-----------------------------

    Resolution: Fixed
      Assignee: Sean Owen
        Status: Resolved  (was: Patch Available)

OK easy.

> CollocDriver not runnable with ToolRunner due to private Constructor
> --------------------------------------------------------------------
>
>                 Key: MAHOUT-714
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-714
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.5
>            Reporter: Frank Scholten
>            Assignee: Sean Owen
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: MAHOUT-714.patch
>
>
> I noticed that CollocDriver has a private Constructor, which means that I can't run it via ToolRunner
> Configuration configuration = ...
> String[] collocArgs =  ...
> ToolRunner.run(configuration, new CollocDriver(), args);

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

[jira] [Updated] (MAHOUT-714) CollocDriver not runnable with ToolRunner due to private Constructor

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

Frank Scholten updated MAHOUT-714:
----------------------------------

    Status: Patch Available  (was: Open)

Removed private constructor in order to use constructor from Configured

> CollocDriver not runnable with ToolRunner due to private Constructor
> --------------------------------------------------------------------
>
>                 Key: MAHOUT-714
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-714
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.5
>            Reporter: Frank Scholten
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: MAHOUT-714.patch
>
>
> I noticed that CollocDriver has a private Constructor, which means that I can't run it via ToolRunner
> Configuration configuration = ...
> String[] collocArgs =  ...
> ToolRunner.run(configuration, new CollocDriver(), args);

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

[jira] [Commented] (MAHOUT-714) CollocDriver not runnable with ToolRunner due to private Constructor

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

Hudson commented on MAHOUT-714:
-------------------------------

Integrated in Mahout-Quality #856 (See [https://builds.apache.org/hudson/job/Mahout-Quality/856/])
    MAHOUT-714 make CollocDriver public

srowen : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1131347
Files : 
* /mahout/trunk/core/src/main/java/org/apache/mahout/vectorizer/collocations/llr/CollocDriver.java


> CollocDriver not runnable with ToolRunner due to private Constructor
> --------------------------------------------------------------------
>
>                 Key: MAHOUT-714
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-714
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.5
>            Reporter: Frank Scholten
>            Assignee: Sean Owen
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: MAHOUT-714.patch
>
>
> I noticed that CollocDriver has a private Constructor, which means that I can't run it via ToolRunner
> Configuration configuration = ...
> String[] collocArgs =  ...
> ToolRunner.run(configuration, new CollocDriver(), args);

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