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

Streaming udf e2e tests failures on Windows

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.12.0
    • impl
    • None
    • Reviewed

    Description

      Register a jython script with an absolute path fail. For Example:

      register 'D:\scriptingudf.py' using jython as myfuncs;
      a = load 'studenttab10k' using PigStorage() as (name, age:int, gpa:double);
      b = foreach a generate myfuncs.square(age);
      dump b;
      

      Attachments

        1. PIG-3495-1.patch
          1.0 kB
          Daniel Dai

        Activity

          People

            daijy Daniel Dai
            daijy Daniel Dai
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: