Uploaded image for project: 'Nutch'
  1. Nutch
  2. NUTCH-3059

Generator: selector job does not count reduce output records

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 1.20
    • 1.21
    • generator
    • None

    Description

      The selector step (job) of the Generator does not count the reduce output records resp. shows the count "0":

      2024-06-05 13:57:09,299 INFO o.a.n.c.Generator [main] Generator: starting
      
      2024-06-05 13:57:09,299 INFO o.a.n.c.Generator [main] Generator: selecting best-scoring urls due for fetch.
      ...
               Map-Reduce Framework
                      Map input records=6
                      Map output records=6
                      ...
                      Combine input records=0
                      Combine output records=0
                      Reduce input groups=1
                      Reduce shuffle bytes=594
                      Reduce input records=6
                      Reduce output records=0
                      Spilled Records=12
                      ...
      

      Not a big issue but should investigate why this happens. The other counters seem to work properly, also the partitioner job shows the reduce output records. The issue is observed in local and distributed mode.

      Attachments

        Activity

          People

            Unassigned Unassigned
            snagel Sebastian Nagel
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: