You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pig.apache.org by da...@apache.org on 2011/09/27 20:04:33 UTC

svn commit: r1176493 - in /pig/branches/branch-0.9/conf: pig-default.properties pig.properties

Author: daijy
Date: Tue Sep 27 18:04:32 2011
New Revision: 1176493

URL: http://svn.apache.org/viewvc?rev=1176493&view=rev
Log:
PIG-2208: Restrict number of PIG generated Haddop counters

Modified:
    pig/branches/branch-0.9/conf/pig-default.properties
    pig/branches/branch-0.9/conf/pig.properties

Modified: pig/branches/branch-0.9/conf/pig-default.properties
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/conf/pig-default.properties?rev=1176493&r1=1176492&r2=1176493&view=diff
==============================================================================
--- pig/branches/branch-0.9/conf/pig-default.properties (original)
+++ pig/branches/branch-0.9/conf/pig-default.properties Tue Sep 27 18:04:32 2011
@@ -32,3 +32,5 @@ pig.temp.dir=/tmp/
 #Threshold for merging FRJoin fragment files
 pig.files.concatenation.threshold=100
 pig.optimistic.files.concatenation=false;
+
+pig.disable.counter=false

Modified: pig/branches/branch-0.9/conf/pig.properties
URL: http://svn.apache.org/viewvc/pig/branches/branch-0.9/conf/pig.properties?rev=1176493&r1=1176492&r2=1176493&view=diff
==============================================================================
--- pig/branches/branch-0.9/conf/pig.properties (original)
+++ pig/branches/branch-0.9/conf/pig.properties Tue Sep 27 18:04:32 2011
@@ -25,4 +25,8 @@
 
 #the following two parameters are to help estimate the reducer number
 #pig.exec.reducers.bytes.per.reducer=1000000000
-#pig.exec.reducers.max=999
\ No newline at end of file
+#pig.exec.reducers.max=999
+
+#Use this option only when your Pig job will otherwise die because of
+#using more counter than hadoop configured limit
+#pig.disable.counter=true