You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-issues@hadoop.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/09/16 19:39:57 UTC

[jira] Assigned: (MAPREDUCE-941) vaidya script calls awk instead of nawk

     [ https://issues.apache.org/jira/browse/MAPREDUCE-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doug Cutting reassigned MAPREDUCE-941:
--------------------------------------

    Assignee: Chad Metcalf

> vaidya script calls awk instead of nawk
> ---------------------------------------
>
>                 Key: MAPREDUCE-941
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-941
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>         Environment: Solaris
>            Reporter: Allen Wittenauer
>            Assignee: Chad Metcalf
>            Priority: Trivial
>         Attachments: MapReduce941.patch
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.