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

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_r32282381
  
    --- Diff: math/src/main/java/org/apache/mahout/math/VectorView.java ---
    @@ -122,7 +127,7 @@ protected Element computeNext() {
           while (it.hasNext()) {
             Element el = it.next();
             if (isInView(el.index()) && el.get() != 0) {
    -          Element decorated = vector.getElement(el.index());
    +          Element decorated = el; /* vector.getElement(el.index()); */
    --- End diff --
    
    Remove comment


> 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)

Reply via email to