Author: pradeepkth
Date: Mon Nov 2 22:53:13 2009
New Revision: 832173
URL: http://svn.apache.org/viewvc?rev=832173&view=rev
Log:
small change in comment
Modified:
hadoop/pig/branches/load-store-redesign/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigSplit.java
Modified:
hadoop/pig/branches/load-store-redesign/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigSplit.java
URL:
http://svn.apache.org/viewvc/hadoop/pig/branches/load-store-redesign/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigSplit.java?rev=832173&r1=832172&r2=832173&view=diff
==============================================================================
---
hadoop/pig/branches/load-store-redesign/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigSplit.java
(original)
+++
hadoop/pig/branches/load-store-redesign/src/org/apache/pig/backend/hadoop/executionengine/mapReduceLayer/PigSplit.java
Mon Nov 2 22:53:13 2009
@@ -60,8 +60,8 @@
// So if we have 3 inputs (say for a 3 way join), then the
// splits corresponding to the first input will have an index of 0, those
// corresponding to the second will have an index of 1 and so on
- // This will be used to get the input specific Configuration for use
- // by PigInputFormat while creating and initializing the RecordReader
+ // This will be used to get the LoadFunc corresponding to the input
+ // in PigInputFormat and related code.
private int inputIndex;
// The real InputSplit this split is wrapping