You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mahout.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2016/04/11 10:42:27 UTC

[jira] [Commented] (MAHOUT-1793) Declare WORK_DIR earlier in example script to fix output error in help output

    [ https://issues.apache.org/jira/browse/MAHOUT-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15234718#comment-15234718 ] 

Hudson commented on MAHOUT-1793:
--------------------------------

FAILURE: Integrated in Mahout-Quality #3324 (See [https://builds.apache.org/job/Mahout-Quality/3324/])
MAHOUT-1793: Declare WORK_DIR earlier in example script to fix putput (smarthi: rev e3935bbad97eeb55cbe9f2cd60b8a7ec969a6c62)
* examples/bin/cluster-reuters.sh


> Declare WORK_DIR earlier in example script to fix output error in help output
> -----------------------------------------------------------------------------
>
>                 Key: MAHOUT-1793
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1793
>             Project: Mahout
>          Issue Type: Bug
>          Components: Examples
>    Affects Versions: 0.11.1
>            Reporter: Albert Chu
>            Assignee: Suneel Marthi
>            Priority: Trivial
>             Fix For: 0.11.2
>
>
> Noticed this when running some examples:
> {noformat}
> Please select a number to choose the corresponding clustering algorithm
> 1. kmeans clustering (runs from this example script in cluster mode only)
> 2. fuzzykmeans clustering (may require increased heap space on yarn)
> 3. lda clustering
> 4. streamingkmeans clustering
> 5. clean -- cleans up the work area in 
> {noformat}
> It should say
> {noformat}
> 5. clean -- cleans up the work area in /tmp/SOMETHING
> {noformat}
> The issue is the variable WORK_DIR is set after this help output is output.
> It's a trivial patch.  Git pull request to be sent shortly.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)