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

vaidya script calls awk instead of nawk

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • 0.21.0
    • None
    • None
    • Solaris

    • Reviewed

    Description

      The vaidya script uses this construction:

      awk 'BEGIN

      { RS = "" ; FS = "\n" }

      ;

      { print $1 }

      '

      Under "old awk", this fails. Under "new awk", this works. Depending upon the OS, awk may point to either old or new awk. In the Solaris case, awk defaults to oawk.

      Attachments

        1. MapReduce941.patch
          0.8 kB
          Chad Metcalf

        Activity

          People

            metcalfc Chad Metcalf
            aw Allen Wittenauer
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: