Author: daijy
Date: Thu May 28 05:28:28 2015
New Revision: 1682148

URL: http://svn.apache.org/r1682148
Log:
Add comment for tez/tez_local mode

Modified:
    pig/branches/branch-0.15/conf/pig.properties

Modified: pig/branches/branch-0.15/conf/pig.properties
URL: 
http://svn.apache.org/viewvc/pig/branches/branch-0.15/conf/pig.properties?rev=1682148&r1=1682147&r2=1682148&view=diff
==============================================================================
--- pig/branches/branch-0.15/conf/pig.properties (original)
+++ pig/branches/branch-0.15/conf/pig.properties Thu May 28 05:28:28 2015
@@ -91,6 +91,8 @@
 #
 # * mapreduce (default): use the Hadoop cluster defined in your Hadoop config 
files
 # * local: use local mode
+# * tez: use Tez on Hadoop cluster
+# * tez_local: use Tez local mode
 #
 # exectype=mapreduce
 


Reply via email to