In general we don't do a release unless all pass. Pig 0.9.1 with Hadoop 0.20.2 should be fine. If you can give a list of failing and aborting tests and the few lines from the log saying why they failed/aborted that would be helpful. In the log search for "FAILED at" to find the failed tests and "Failed to run" to find the aborted tests.
Failed tests are ones where results were produced, but they differed from the expected results. Aborted tests are ones where running the test or generating the benchmark caused an unexpected error (e.g. Pig died during processing). Skipped tests are tests that were not run because they were not appropriate in the current environment, e.g. some tests are only run in mapreduce mode and will be turned off when testing is being done in local mode. Alan. On Feb 20, 2012, at 9:52 PM, lulynn_2008 wrote: > Environment: > Hadoop-0.20.2: 4 nodes(1 namenode+3 datanode) > ant: 1.8.2 > java: sun 1.6_27 > > Questions: > 1. what is your pig e2e test result? If all passed, please give your > environment setting(ant, java,hadoop version). > 2. what is the differences between FAILED, SKIPPED and ABORTED tests? What > most caused tests to be FAILED, SKIPPED or ABORTED? > 3. what kind of tests should we pay attention to? > > Thank you.
