GitHub user kayousterhout opened a pull request: https://github.com/apache/spark/pull/39
Remote BlockFetchTracker trait This trait seems to have been created a while ago when there were multiple implementations; now that there's just one, I think it makes sense to merge it into the BlockFetcherIterator trait. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kayousterhout/spark-1 remove_tracker Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/39.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 #39 ---- commit 56f84a8c99e13218f1abfdbe17961756a13b7688 Author: Kay Ousterhout <kayousterh...@gmail.com> Date: 2014-02-27T23:28:20Z Remote BlockFetchTracker. This trait seems to have been created a while ago when there were multiple implementations; now that there's just one, there's no reason not to merge it into the BlockFetcherIterator trait. ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---