-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/8631/
-----------------------------------------------------------

Review request for pig and Santhosh Srinivasan.


Description
-------

Currently, PigUnit is not thread-safe because Cluster and PigServer are 
declared as static. Converting them to ThreadLocal allows PigUnit to run in 
multi-threaded environment.


This addresses bug PIG-3096.
    https://issues.apache.org/jira/browse/PIG-3096


Diffs
-----

  test/org/apache/pig/pigunit/PigTest.java 50a5c79 

Diff: https://reviews.apache.org/r/8631/diff/


Testing
-------

ant test -Dtestcase=TestPigTest

I also tested it by running multiple PigUnit cases in parallel with 
tempus-fugit (http://tempusfugitlibrary.org/documentation/junit/parallel/) on a 
real cluster.


Thanks,

Cheolsoo Park

Reply via email to