[jira] Updated: (PIG-1299) Implement Pig counter to track number of output rows for each output files

2010-04-08 Thread Richard Ding (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated PIG-1299:
--

Status: Patch Available  (was: Open)

 Implement Pig counter  to track number of output rows for each output files 
 

 Key: PIG-1299
 URL: https://issues.apache.org/jira/browse/PIG-1299
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.6.0
Reporter: Richard Ding
Assignee: Richard Ding
 Fix For: 0.8.0

 Attachments: PIG-1299.patch, PIG-1299.patch


 When running a multi-store query, the Hadoop job tracker often displays only 
 0 for Reduce output records or Map output records counters, This is 
 incorrect and misleading. Pig should implement an output records counter 
 for each output files in the query. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1299) Implement Pig counter to track number of output rows for each output files

2010-04-08 Thread Richard Ding (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated PIG-1299:
--

Status: Open  (was: Patch Available)

 Implement Pig counter  to track number of output rows for each output files 
 

 Key: PIG-1299
 URL: https://issues.apache.org/jira/browse/PIG-1299
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.6.0
Reporter: Richard Ding
Assignee: Richard Ding
 Fix For: 0.8.0

 Attachments: PIG-1299.patch, PIG-1299.patch


 When running a multi-store query, the Hadoop job tracker often displays only 
 0 for Reduce output records or Map output records counters, This is 
 incorrect and misleading. Pig should implement an output records counter 
 for each output files in the query. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1299) Implement Pig counter to track number of output rows for each output files

2010-04-07 Thread Richard Ding (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated PIG-1299:
--

Attachment: PIG-1299.patch

Thanks Pradeep.  The new patch addresses the comments.

The patch adds a new Hadoop counter group--MultiStoreCounters--that counts the 
numbers of output records in each store of a MultiQuery script. 

 Implement Pig counter  to track number of output rows for each output files 
 

 Key: PIG-1299
 URL: https://issues.apache.org/jira/browse/PIG-1299
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.6.0
Reporter: Richard Ding
Assignee: Richard Ding
 Fix For: 0.8.0

 Attachments: PIG-1299.patch, PIG-1299.patch


 When running a multi-store query, the Hadoop job tracker often displays only 
 0 for Reduce output records or Map output records counters, This is 
 incorrect and misleading. Pig should implement an output records counter 
 for each output files in the query. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1299) Implement Pig counter to track number of output rows for each output files

2010-04-07 Thread Richard Ding (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated PIG-1299:
--

Status: Open  (was: Patch Available)

 Implement Pig counter  to track number of output rows for each output files 
 

 Key: PIG-1299
 URL: https://issues.apache.org/jira/browse/PIG-1299
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.6.0
Reporter: Richard Ding
Assignee: Richard Ding
 Fix For: 0.8.0

 Attachments: PIG-1299.patch, PIG-1299.patch


 When running a multi-store query, the Hadoop job tracker often displays only 
 0 for Reduce output records or Map output records counters, This is 
 incorrect and misleading. Pig should implement an output records counter 
 for each output files in the query. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1299) Implement Pig counter to track number of output rows for each output files

2010-04-07 Thread Richard Ding (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated PIG-1299:
--

Status: Patch Available  (was: Open)

 Implement Pig counter  to track number of output rows for each output files 
 

 Key: PIG-1299
 URL: https://issues.apache.org/jira/browse/PIG-1299
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.6.0
Reporter: Richard Ding
Assignee: Richard Ding
 Fix For: 0.8.0

 Attachments: PIG-1299.patch, PIG-1299.patch


 When running a multi-store query, the Hadoop job tracker often displays only 
 0 for Reduce output records or Map output records counters, This is 
 incorrect and misleading. Pig should implement an output records counter 
 for each output files in the query. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1299) Implement Pig counter to track number of output rows for each output files

2010-03-25 Thread Richard Ding (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated PIG-1299:
--

Attachment: PIG-1299.patch

This patch adds a Hadoop counter group: MultiStoreCounters. In the case of a 
multi-store job, this counter group displays (in the job tracker admin UI) the 
number of output records to each store in the job. It also log the information 
in the pig log.




 Implement Pig counter  to track number of output rows for each output files 
 

 Key: PIG-1299
 URL: https://issues.apache.org/jira/browse/PIG-1299
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.6.0
Reporter: Richard Ding
Assignee: Richard Ding
 Fix For: 0.8.0

 Attachments: PIG-1299.patch


 When running a multi-store query, the Hadoop job tracker often displays only 
 0 for Reduce output records or Map output records counters, This is 
 incorrect and misleading. Pig should implement an output records counter 
 for each output files in the query. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (PIG-1299) Implement Pig counter to track number of output rows for each output files

2010-03-25 Thread Richard Ding (JIRA)

 [ 
https://issues.apache.org/jira/browse/PIG-1299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard Ding updated PIG-1299:
--

Status: Patch Available  (was: Open)

 Implement Pig counter  to track number of output rows for each output files 
 

 Key: PIG-1299
 URL: https://issues.apache.org/jira/browse/PIG-1299
 Project: Pig
  Issue Type: Bug
Affects Versions: 0.6.0
Reporter: Richard Ding
Assignee: Richard Ding
 Fix For: 0.8.0

 Attachments: PIG-1299.patch


 When running a multi-store query, the Hadoop job tracker often displays only 
 0 for Reduce output records or Map output records counters, This is 
 incorrect and misleading. Pig should implement an output records counter 
 for each output files in the query. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.