Github user chezou commented on a diff in the pull request:
https://github.com/apache/incubator-hivemall/pull/162#discussion_r214871937
--- Diff: docs/gitbook/tips/hadoop_tuning.md ---
@@ -75,13 +75,13 @@ feature_dimensions (2^24 by the default) * 4 bytes
(float) * 2 (iff covariance i
```
> 2^24 * 4 bytes * 2 * 1.2 â 161MB
-When
[SpaceEfficientDenseModel](https://github.com/apache/incubator-hivemall/blob/master/src/main/java/hivemall/io/SpaceEfficientDenseModel.java)
is used, the formula changes as follows:
+When
[SpaceEfficientDenseModel](https://github.com/myui/hivemall/blob/master/src/main/java/hivemall/io/SpaceEfficientDenseModel.java)
is used, the formula changes as follows:
--- End diff --
I unintenntionay injected this modification. Is it OK to replace from
`github.com/myui` into `apache/incubator-hivemall` if there is no redirect
target? e.g. `bin/run_mixserv.sh` is still missing.
---