Uploaded image for project: 'Accumulo'
  1. Accumulo
  2. ACCUMULO-768

Typo in User Manual on MapReduce Analytics

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.4.0
    • 1.4.2, 1.5.0
    • docs
    • None

    Description

      This typo can be found on: http://accumulo.apache.org/1.4/user_manual/Analytics.html (also applies to older versions of manual)

      The reduce function signature is incorrect. Instead of:
      public void reduce(WritableComparable key, Iterator<Text> values, Context c)

      It should be:
      public void reduce(WritableComparable key, Iterable<Text> values, Context c)

      Attachments

        1. ACCUMULO-768.patch
          0.5 kB
          Jay Shipper
        2. ACCUMULO-768.patch
          1 kB
          Jay Shipper

        Activity

          People

            jshipper Jay Shipper
            jshipper Jay Shipper
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: