svn commit: r601805 - in /incubator/pig/trunk: ./ src/org/apache/pig/impl/logicalLayer/ src/org/apache/pig/tools/grunt/ src/org/apache/pig/tools/pigscript/ src/org/apache/pig/tools/pigscript/parser/

2007-12-06 Thread olston
Author: olston Date: Thu Dec 6 10:32:19 2007 New Revision: 601805 URL: http://svn.apache.org/viewvc?rev=601805&view=rev Log: abstract Pig Script parser (jira issue #PIG-38) Added: incubator/pig/trunk/src/org/apache/pig/tools/grunt/GruntParser.java incubator/pig/trunk/src/org/apache/pig/t

svn commit: r601820 - in /incubator/pig/trunk: CHANGES.txt src/org/apache/pig/impl/physicalLayer/MapreducePlanCompiler.java

2007-12-06 Thread gates
Author: gates Date: Thu Dec 6 11:10:18 2007 New Revision: 601820 URL: http://svn.apache.org/viewvc?rev=601820&view=rev Log: PIG-43: fixed problem where using the combiner prevented a pig alias from being evaluated more than once. Modified: incubator/pig/trunk/CHANGES.txt incubator/pig/

svn commit: r601939 - in /incubator/pig/trunk: CHANGES.txt scripts/pig.pl

2007-12-06 Thread gates
Author: gates Date: Thu Dec 6 16:53:28 2007 New Revision: 601939 URL: http://svn.apache.org/viewvc?rev=601939&view=rev Log: PIG-45: Fixed pig.pl to not assume hodrc file is named the same as cluster name (gates). Modified: incubator/pig/trunk/CHANGES.txt incubator/pig/trunk/scripts/pig.p

svn commit: r601940 - in /incubator/pig/trunk: CHANGES.txt src/org/apache/pig/impl/mapreduceExec/PigCombine.java

2007-12-06 Thread gates
Author: gates Date: Thu Dec 6 16:56:04 2007 New Revision: 601940 URL: http://svn.apache.org/viewvc?rev=601940&view=rev Log: PIG-7 (more): Fixed bug in PigCombiner where it was writing IndexedTuples instead of Tuples, causing Reducer to crash in some cases. Modified: incubator/pig/trunk/CHAN