[
https://issues.apache.org/jira/browse/MAHOUT-1660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14582428#comment-14582428
]
ASF GitHub Bot commented on MAHOUT-1660:
----------------------------------------
Github user andrewmusselman commented on a diff in the pull request:
https://github.com/apache/mahout/pull/135#discussion_r32260540
--- Diff:
math-scala/src/main/scala/org/apache/mahout/math/drm/DistributedEngine.scala ---
@@ -160,17 +192,30 @@ object DistributedEngine {
/** This would remove stuff like A.t.t that previous step may have
created */
private def pass2[K: ClassTag](action: DrmLike[K]): DrmLike[K] = {
action match {
+
+ // Fusion of unary funcs into single, like 1 + x * x.
+ // Since we repeating the pass over self after rewrite, we dont'
need to descend into arguments
--- End diff --
Apostrophe here and line 203
> Hadoop1HDFSUtil.readDRMHEader should be taking Hadoop conf
> ----------------------------------------------------------
>
> Key: MAHOUT-1660
> URL: https://issues.apache.org/jira/browse/MAHOUT-1660
> Project: Mahout
> Issue Type: Bug
> Components: spark
> Affects Versions: 0.10.0
> Reporter: Suneel Marthi
> Assignee: Dmitriy Lyubimov
> Priority: Minor
> Fix For: 0.10.2
>
>
> Hadoop1HDFSUtil.readDRMHEader should be taking Hadoop configuration from
> Context and not ignore it
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)