[
https://issues.apache.org/jira/browse/MAHOUT-811?focusedWorklogId=999654&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-999654
]
ASF GitHub Bot logged work on MAHOUT-811:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 12/Jan/26 15:56
Start Date: 12/Jan/26 15:56
Worklog Time Spent: 10m
Work Description: guan404ming opened a new pull request, #812:
URL: https://github.com/apache/mahout/pull/812
### Purpose of PR
## Why
Currently markdown style is not unified in different page and with strange
margin between each lines, which make the layout hard to read.
## How
Apply Github style markdown to keep page clean across page
Before
<img width="4608" height="3028" alt="image"
src="https://github.com/user-attachments/assets/01b2c1c5-23cf-41d6-9641-7effee813388"
/>
After
<img width="5088" height="3366" alt="image"
src="https://github.com/user-attachments/assets/1273b835-5c7e-47a5-961f-bf86aae1aa83"
/>
### Related Issues or PRs
<!
Issue Time Tracking
-------------------
Worklog Id: (was: 999654)
Remaining Estimate: 0h
Time Spent: 10m
> Mahout examples try to write to examples/bin/work, which may not be writeable
> by current user
> ---------------------------------------------------------------------------------------------
>
> Key: MAHOUT-811
> URL: https://issues.apache.org/jira/browse/MAHOUT-811
> Project: Mahout
> Issue Type: Bug
> Components: classic
> Affects Versions: 0.5
> Reporter: Andrew Bayer
> Assignee: Drew Farris
> Priority: Major
> Fix For: 0.6
>
> Attachments: MAHOUT-811.diff.txt
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> The examples in examples/bin create subdirectories (either work or
> mahout-work) in that directory and write to those subdirectories. This works
> fine if the current user has write access to examples/bin, but if not (such
> as in the case of the package generated by Bigtop, in which the files are
> installed to /usr/lib/mahout and owned by root), the examples can't run. This
> is causing BIGTOP-96, but needs to be fixed in Mahout. The patch I'm
> attaching changes all the references to work, examples/bin/work, and
> mahout-work to instead use /tmp/mahout-work-${USER}, which will be writeable.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)