Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-1960

Pig CookBook documentation "Map key should be quoted"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.0
    • 0.9.0
    • None
    • None

    Description

      There are two places in cookbook refer to a map key, which should be quoted:
      B = foreach A generate in#k1 as k1, in#k2 as k2;
      ==> B = foreach A generate in#'k1' as k1, in#'k2' as k2;

      B = foreach A generate CONCAT(in#k1, in#k2);
      ==> B = foreach A generate CONCAT(in#'k1', in#'k2');

      Attachments

        Activity

          People

            chandec Corinne Chandel
            daijy Daniel Dai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: