Uploaded image for project: 'Hadoop Map/Reduce'
  1. Hadoop Map/Reduce
  2. MAPREDUCE-598

Streaming: better conrol over input splits

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • None
    • contrib/streaming
    • None

    Description

      In steaming, the map command usually expect to receive it's input uninterpreted – just as it is stored in DFS.
      However, the split (the beginning and the end of the portion of data that goes to a single map task) is often important and is not "any line break".
      Often the input consists of multi-line docments – e.g. in XML.

      There should be a way to specify a pattern that separates logical records.
      Existing "Streaming XML record reader" kind of provides this functionality. However, it is accepted that "Streaming XML" is a hack and needs to be replaced

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              arkady arkady borkovsky
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: