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

The Warning_4 e2e test is broken in trunk

    XMLWordPrintableJSON

Details

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

    Description

      This is a regression of PIG-2207.

      The Warning_4 e2e test fails because expected warning messages are not printed to stderr. I confirmed that the following lines are present w/o PIG-2207, whereas they are not w/ PIG-2207.

      2014-02-02 04:48:11,211 [main] WARN  org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Encountered Warning UDF_WARNING_3 10989 time(s).
      2014-02-02 04:48:11,211 [main] WARN  org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceLauncher - Encountered Warning UDF_WARNING_4 22 time(s).
      

      Here is the test query-

      register ./lib/java/testudf.jar;
      a = load '/user/pig/tests/data/singlefile/studentnulltab10k' as (name, age: int, gpa: float);
      b = foreach a generate org.apache.pig.test.udf.evalfunc.TestWarningFunc(name, age, gpa);
      store b into '/user/pig/out/cheolsoop-1391202001-cmdline.conf-Warning/Warning_4.out';
      

      Attachments

        1. PIG-3739-1.patch
          1 kB
          Aniket Namadeo Mokashi
        2. PIG-3739-4.patch
          8 kB
          Aniket Namadeo Mokashi

        Issue Links

          Activity

            People

              aniket486 Aniket Namadeo Mokashi
              cheolsoo Cheolsoo Park
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: