-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/7053/
-----------------------------------------------------------
(Updated Sept. 28, 2012, 12:20 p.m.)
Review request for pig and Rohini Palaniswamy.
Changes
-------
Hi, Rohini,
all the mentioned suggestions were adderessed in the patch #5. This patch is
cumulative: it aggregates all the changes made in previous patches.
Notes:
- In parallellized mode context (like "[myfile.conf-MyGroup]" is printed
after the results due to formatting issues (some contexts are too long).
- In trunk branch test streaming_local.conf/StreamingLocal_11 hangs in local
mode (observed in both sequential and parallel execution modes). So, I
recommend to comment it out to get full results.
- The local dir parametrized with 'hadoop.mapred.local.dir' in ant, or
'HADOOP_MAPRED_LOCAL_DIR' in environment.
- Debug output parametrized with 'e2e.debug' in ant, or 'E2E_DEBUG' in
environment.
- I tested the patch on 4-CPU Linux workstation, trunk branch.
In parallel local mode (3*3) the all e2e tests run took 91 min, and
gave the following results: Final results , PASSED: 555 FAILED: 2
SKIPPED: 65 ABORTED: 15 FAILED DEPENDENCY: 0
In sequential local mode the tests are still running, but previous
run that (hung up) was >180 min and gave similar pass/fail results. I'll update
the info when the run finish.
Description
-------
Please see https://issues.apache.org/jira/browse/PIG-2898 for details.
This addresses bug https://issues.apache.org/jira/browse/PIG-2898.
https://issues.apache.org/jira/browse/https://issues.apache.org/jira/browse/PIG-2898
Diffs (updated)
-----
http://svn.apache.org/repos/asf/pig/trunk/test/e2e/harness/TestDriver.pm
1390615
http://svn.apache.org/repos/asf/pig/trunk/test/e2e/harness/test_harness.pl
1390615
http://svn.apache.org/repos/asf/pig/trunk/test/e2e/pig/build.xml 1390615
http://svn.apache.org/repos/asf/pig/trunk/test/e2e/pig/conf/local.conf
1390615
http://svn.apache.org/repos/asf/pig/trunk/test/e2e/pig/deployers/ExistingClusterDeployer.pm
1390615
http://svn.apache.org/repos/asf/pig/trunk/test/e2e/pig/drivers/TestDriverPig.pm
1390615
http://svn.apache.org/repos/asf/pig/trunk/test/e2e/pig/tests/streaming_local.conf
1390615
Diff: https://reviews.apache.org/r/7053/diff/
Testing
-------
Tested e2e tests execution in both sequential (default) and parallel modes.
The test run duration measurement data (in dependency on the fork parameters)
will be available soon.
Thanks,
Ivan Veselovsky