-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11719/
-----------------------------------------------------------
Review request for pig.
Description
-------
Adds a new property called pig.exec.hdfs.files.max.limit via which the user
can specify the max number of created files by MR jobs. If it exceeds the
configured limit, Pig kills running jobs and exit.
This addresses bug PIG-3288.
https://issues.apache.org/jira/browse/PIG-3288
Diffs
-----
conf/pig.properties 8df5bea
src/docs/src/documentation/content/xdocs/admin.xml d8febd4
src/org/apache/pig/PigConfiguration.java b94e0c8
src/org/apache/pig/PigCounters.java 1249774
src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/MapReduceLauncher.java
f06b90a
test/e2e/pig/tests/negative.conf 64465af
test/e2e/pig/udfs/java/org/apache/pig/test/udf/storefunc/PigStorageWithFileCount.java
e69de29
Diff: https://reviews.apache.org/r/11719/diff/
Testing
-------
All unit tests pass.
A new e2e test case is added for the new property.
Thanks,
Cheolsoo Park