-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14801/
-----------------------------------------------------------
Review request for pig, Daniel Dai, Mark Wagner, and Rohini Palaniswamy.
Bugs: PIG-3531
https://issues.apache.org/jira/browse/PIG-3531
Repository: pig-git
Description
-------
Add TezMiniCluster that allows us to write unit tests. The TezMiniCluster class
extends MiniGenericCluster and set up Tez-specific properties and jars.
Diffs
-----
shims/test/hadoop20/org/apache/pig/test/MiniCluster.java d6384e9
shims/test/hadoop23/org/apache/pig/test/MiniCluster.java 1a4a430
shims/test/hadoop23/org/apache/pig/test/TezMiniCluster.java e69de29
test/org/apache/pig/test/MiniGenericCluster.java ac3f5bc
test/org/apache/pig/test/Util.java 24103da
test/org/apache/pig/tez/TestTezLauncher.java 0a3bc73
Diff: https://reviews.apache.org/r/14801/diff/
Testing
-------
Updated TestTezLauncher using TezMiniCluster. Now it asserts the output is the
same as what's expected.
Thanks,
Cheolsoo Park