GitHub user thegiive opened a pull request:
https://github.com/apache/spark/pull/777
Refactor the JAVA example to Java 8 lambda version
Spark 1.0 has a great feature supporting the Java 8 lambda version but I
barely find any Java 8 example for Spark 1.0.
I refactor the previous Java example using JAVA 8 lambda and try to keep
logic the same.
I think this is a good example for Java developer to get start.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/thegiive/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/777.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 #777
----
commit 969053c9343280720ead5ef0ff3ead9d33c4c8f5
Author: Wisely Chen <[email protected]>
Date: 2014-05-14T15:35:25Z
Change the origin java example version to Java 8 lambda version
commit d6a41e33adcfa535700a32c9081919e6655676a9
Author: Wisely Chen <[email protected]>
Date: 2014-05-14T21:21:05Z
Add forget ASF license
----
---
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.
---