GitHub user dibbhatt opened a pull request:
https://github.com/apache/spark/pull/6614
[SPARK-8080] Receiver.store with Iterator does not give correct count at
Spark UI
In custom receiver if I call store with Iterator type (store(dataIterator:
Iterator[T]): Unit ) , Spark UI does not show the correct count of records in
block which leads to wrong value for Input Rate, Scheduling Delay and Input
SIze. This pull request fix that issue.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dibbhatt/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6614.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6614
----
commit 23219c6afef2f2af6d2c16b7ab547a8549735c4c
Author: Dibyendu Bhattacharya <[email protected]>
Date: 2015-06-03T14:39:38Z
Receiver.store with Iterator do not give correct count at Spark UI
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]