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

Could not infer the matching function

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Blocker
    • Resolution: Invalid
    • 0.10.0
    • None
    • grunt
    • None
    • Redhat LINUX

    Description

      a = load '/opt/PIG/data/servers.txt' using PigStorage(':') as (server: chararray, date: chararray, hour: int,minute: int ,io: double, s1: double,s2: double,s3: double);
      b = foreach a generate server, date, hour, io;
      c = group b by server;
      e = foreach c generate a.server, SUM(a.io);

      2012-04-30 19:25:00,578 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 1045:
      <line 4, column 33> Could not infer the matching function for org.apache.pig.builtin.SUM as multiple or none of them fit. Please use an explicit cast.

      Attachments

        Activity

          People

            Unassigned Unassigned
            rodneal Rod Neal
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: