[ 
https://issues.apache.org/jira/browse/MAHOUT-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sean Owen resolved MAHOUT-717.
------------------------------

       Resolution: Fixed
    Fix Version/s: 0.6
         Assignee: Sean Owen

Looks like someone already fixed this actually -- I see new logic to only close 
if "!printToSystemOut"

> LDAPrintTopics only prints first topic when outputting to stdout
> ----------------------------------------------------------------
>
>                 Key: MAHOUT-717
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-717
>             Project: Mahout
>          Issue Type: Bug
>    Affects Versions: 0.5
>            Reporter: Mat Kelcey
>            Assignee: Sean Owen
>            Priority: Minor
>             Fix For: 0.6
>
>         Attachments: mahout-717.patch
>
>
> LDAPrintTopics uses a PrintWriter to output topics.
> This PrintWriter wraps a File when an output directory is specified and 
> System.out otherwise.
> This PrintWriter is closed and recreated for each topic; which doesn't work 
> for the System.out case (since it closes System.out)
> Fix is to flush the stream and close only in the output directory case.

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

Reply via email to