GitHub user srowen opened a pull request:
https://github.com/apache/spark/pull/4876
SPARK-5143 [BUILD] [WIP] spark-network-yarn 2.11 depends on
spark-network-shuffle 2.10
Update `<scala.binary.version>` prop in POM when switching between Scala
2.10/2.11
@ScrapCodes for review. This `sed` command is supposed to just replace the
first occurrence, but it replaces them all. Are you more of a `sed` wizard than
I? It may be a GNU/BSD thing that is throwing me off. Really, just the first
instance should be replaced, hence the `[WIP]`.
NB on OS X the original `sed` command here will create files like
`pom.xml-e` through the source tree though it otherwise works. It's like `-e`
is also the arg to `-i`. I couldn't get rid of that even with `-i""`. No biggie.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srowen/spark SPARK-5143
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/4876.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 #4876
----
commit 703e1ebf7fde1044a800ad07070fa57704f98fad
Author: Sean Owen <[email protected]>
Date: 2015-03-03T15:38:45Z
Update scala.binary.version prop in POM when switching between Scala
2.10/2.11
----
---
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]