Uploaded image for project: 'Mahout'
  1. Mahout
  2. MAHOUT-1971

Aggregate Transpose Bug

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.13.1
    • None
    • None

    Description

      In the At operation of Flink and spark there is a line that looks like:

      case (row, blockRow) => colV(row) = blockA(blockRow, blockCol)

      that ought to be

      case (row, blockRow) => colV(row) += blockA(blockRow, blockCol)

      Since it isnt'- the 'aggregate transpose' does not operate as expected.

      This needs to be updated in the Spark and Flink bindings (same one char fix).

      Test coverage should be updated to catch this.

      Attachments

        Issue Links

          Activity

            People

              rawkintrevo Trevor Grant
              rawkintrevo Trevor Grant
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: