You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Mat Kelcey (JIRA)" <ji...@apache.org> on 2010/10/08 14:23:31 UTC

[jira] Created: (MAHOUT-523) LDADriver not being initialised properly

LDADriver not being initialised properly
----------------------------------------

                 Key: MAHOUT-523
                 URL: https://issues.apache.org/jira/browse/MAHOUT-523
             Project: Mahout
          Issue Type: Bug
          Components: Clustering
    Affects Versions: 0.4
            Reporter: Mat Kelcey
            Priority: Minor
         Attachments: MAHOUT-523.patch

all the clustering drivers under o.a.m.clustering, eg  CanopyDriver, DirichletDriver, FuzzyKMeansDriver  etc
are bootstrapped in main() with ToolRunner

for some reason o.a.m.clustering.lda.LDADriver wasn't being boostrapped like this so job conf was null

found while trying to run LDADriver as part of examples/bin/build-reuters.sh

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-523) LDADriver not being initialised properly

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

Mat Kelcey updated MAHOUT-523:
------------------------------

    Fix Version/s: 0.4
           Status: Patch Available  (was: Open)

fix is trivial

> LDADriver not being initialised properly
> ----------------------------------------
>
>                 Key: MAHOUT-523
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-523
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.4
>            Reporter: Mat Kelcey
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: MAHOUT-523.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> all the clustering drivers under o.a.m.clustering, eg  CanopyDriver, DirichletDriver, FuzzyKMeansDriver  etc
> are bootstrapped in main() with ToolRunner
> for some reason o.a.m.clustering.lda.LDADriver wasn't being boostrapped like this so job conf was null
> found while trying to run LDADriver as part of examples/bin/build-reuters.sh

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-523) LDADriver not being initialised properly

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

Sean Owen updated MAHOUT-523:
-----------------------------

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

Great, thanks, committed. Looks straightforward indeed.

> LDADriver not being initialised properly
> ----------------------------------------
>
>                 Key: MAHOUT-523
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-523
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.4
>            Reporter: Mat Kelcey
>            Assignee: Sean Owen
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: MAHOUT-523.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> all the clustering drivers under o.a.m.clustering, eg  CanopyDriver, DirichletDriver, FuzzyKMeansDriver  etc
> are bootstrapped in main() with ToolRunner
> for some reason o.a.m.clustering.lda.LDADriver wasn't being boostrapped like this so job conf was null
> found while trying to run LDADriver as part of examples/bin/build-reuters.sh

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-523) LDADriver not being initialised properly

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

Mat Kelcey updated MAHOUT-523:
------------------------------

    Status: Open  (was: Patch Available)

> LDADriver not being initialised properly
> ----------------------------------------
>
>                 Key: MAHOUT-523
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-523
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.4
>            Reporter: Mat Kelcey
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: MAHOUT-523.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> all the clustering drivers under o.a.m.clustering, eg  CanopyDriver, DirichletDriver, FuzzyKMeansDriver  etc
> are bootstrapped in main() with ToolRunner
> for some reason o.a.m.clustering.lda.LDADriver wasn't being boostrapped like this so job conf was null
> found while trying to run LDADriver as part of examples/bin/build-reuters.sh

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MAHOUT-523) LDADriver not being initialised properly

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

Hudson commented on MAHOUT-523:
-------------------------------

Integrated in Mahout-Quality #381 (See [https://hudson.apache.org/hudson/job/Mahout-Quality/381/])
    MAHOUT-523


> LDADriver not being initialised properly
> ----------------------------------------
>
>                 Key: MAHOUT-523
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-523
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.4
>            Reporter: Mat Kelcey
>            Assignee: Sean Owen
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: MAHOUT-523.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> all the clustering drivers under o.a.m.clustering, eg  CanopyDriver, DirichletDriver, FuzzyKMeansDriver  etc
> are bootstrapped in main() with ToolRunner
> for some reason o.a.m.clustering.lda.LDADriver wasn't being boostrapped like this so job conf was null
> found while trying to run LDADriver as part of examples/bin/build-reuters.sh

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-523) LDADriver not being initialised properly

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

Mat Kelcey updated MAHOUT-523:
------------------------------

    Comment: was deleted

(was: fix is trivial)

> LDADriver not being initialised properly
> ----------------------------------------
>
>                 Key: MAHOUT-523
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-523
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.4
>            Reporter: Mat Kelcey
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: MAHOUT-523.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> all the clustering drivers under o.a.m.clustering, eg  CanopyDriver, DirichletDriver, FuzzyKMeansDriver  etc
> are bootstrapped in main() with ToolRunner
> for some reason o.a.m.clustering.lda.LDADriver wasn't being boostrapped like this so job conf was null
> found while trying to run LDADriver as part of examples/bin/build-reuters.sh

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-523) LDADriver not being initialised properly

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

Mat Kelcey updated MAHOUT-523:
------------------------------

    Attachment: MAHOUT-523.patch

> LDADriver not being initialised properly
> ----------------------------------------
>
>                 Key: MAHOUT-523
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-523
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.4
>            Reporter: Mat Kelcey
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: MAHOUT-523.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> all the clustering drivers under o.a.m.clustering, eg  CanopyDriver, DirichletDriver, FuzzyKMeansDriver  etc
> are bootstrapped in main() with ToolRunner
> for some reason o.a.m.clustering.lda.LDADriver wasn't being boostrapped like this so job conf was null
> found while trying to run LDADriver as part of examples/bin/build-reuters.sh

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MAHOUT-523) LDADriver not being initialised properly

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

Mat Kelcey updated MAHOUT-523:
------------------------------

    Status: Patch Available  (was: Open)

fix is trivial, simply init in main as the other clustering drivers do

> LDADriver not being initialised properly
> ----------------------------------------
>
>                 Key: MAHOUT-523
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-523
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.4
>            Reporter: Mat Kelcey
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: MAHOUT-523.patch
>
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> all the clustering drivers under o.a.m.clustering, eg  CanopyDriver, DirichletDriver, FuzzyKMeansDriver  etc
> are bootstrapped in main() with ToolRunner
> for some reason o.a.m.clustering.lda.LDADriver wasn't being boostrapped like this so job conf was null
> found while trying to run LDADriver as part of examples/bin/build-reuters.sh

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.