[
https://issues.apache.org/jira/browse/MAHOUT-601?focusedWorklogId=990383&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-990383
]
ASF GitHub Bot logged work on MAHOUT-601:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 05/Nov/25 09:52
Start Date: 05/Nov/25 09:52
Worklog Time Spent: 10m
Work Description: guan404ming merged PR #602:
URL: https://github.com/apache/mahout/pull/602
Issue Time Tracking
-------------------
Worklog Id: (was: 990383)
Remaining Estimate: 0h
Time Spent: 10m
> Syntax error when running build-reuters.sh script
> -------------------------------------------------
>
> Key: MAHOUT-601
> URL: https://issues.apache.org/jira/browse/MAHOUT-601
> Project: Mahout
> Issue Type: Bug
> Components: classic
> Affects Versions: 0.4
> Reporter: Frank Scholten
> Priority: Major
> Fix For: 0.5
>
> Attachments: MAHOUT-601.patch
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> When running examples/bin/build-reuters.sh from the root of the checked out
> mahout source tree I get the following syntax error:
> examples/bin/build-reuters.sh: 28: Syntax error: "(" unexpected (expecting
> "fi")
> This is because the script uses array initialization syntax supported by the
> bash shell, algorithm=( kmeans lda ), but it's shebang line uses the bourne
> shell: #!/bin/sh
--
This message was sent by Atlassian Jira
(v8.20.10#820010)