GitHub user squito opened a pull request:
https://github.com/apache/spark/pull/16298
[SPARK-8425][Scheduler][HOTFIX] fix scala 2.10 compile error
## What changes were proposed in this pull request?
https://github.com/apache/spark/commit/93cdb8a7d0f124b4db069fd8242207c82e263c52
Introduced a compile error under scala 2.10, this fixes that error.
## How was this patch tested?
locally ran
```
dev/change-version-to-2.10.sh
build/sbt -Pyarn -Phadoop-2.4 -Dhadoop.version=2.6.0 -Dscala-2.10 "project
yarn" "test-only *YarnAllocatorSuite"
```
(which failed at test compilation before this change)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/squito/spark blacklist-2.10
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/16298.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 #16298
----
commit e25dbfef6ab38c2bf55c0a5467f1b5840c1d8bc0
Author: Imran Rashid <[email protected]>
Date: 2016-12-15T22:51:19Z
fix scala 2.10 compile error
----
---
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]