svn commit: r896947 - /hadoop/pig/branches/load-store-redesign/test/org/apache/pig/test/TestFinish.java

2010-01-07 Thread pradeepkth
Author: pradeepkth Date: Thu Jan 7 18:07:26 2010 New Revision: 896947 URL: http://svn.apache.org/viewvc?rev=896947view=rev Log: minor fix to cleanup test output file at end of test TestFinish. Modified: hadoop/pig/branches/load-store-redesign/test/org/apache/pig/test/TestFinish.java

svn commit: r896948 - /hadoop/pig/branches/load-store-redesign/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/JobControlCompiler.java

2010-01-07 Thread pradeepkth
Author: pradeepkth Date: Thu Jan 7 18:08:38 2010 New Revision: 896948 URL: http://svn.apache.org/viewvc?rev=896948view=rev Log: removed FIXME comment for log dir setup in streaming since there is no change in behavior from before Modified:

svn commit: r897045 - /hadoop/pig/branches/load-store-redesign/src/org/apache/pig/LoadFunc.java

2010-01-07 Thread pradeepkth
Author: pradeepkth Date: Thu Jan 7 23:06:26 2010 New Revision: 897045 URL: http://svn.apache.org/viewvc?rev=897045view=rev Log: minor fix in getAbsolutePath() in LoadFunc to handle the case where the location is already an absolute path with valid authority in the url Modified: