GitHub user mhnatiuk opened a pull request:
https://github.com/apache/spark/pull/12111
Modified NAMESPACE to allow user to access lapply and map actions on â¦
## What changes were proposed in this pull request?
I made lapply, lapplyParition, map and reduce available as methods that
operate on Spark DataFrame. This is needed for common operations, such as
calculating statistic over columns of DataFrame
## How was this patch tested?
No specific unit test needed. run-test.sh positive
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mhnatiuk/spark master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/12111.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 #12111
----
commit 3ca55eb585904b6e5b3406597b39a91629d0c84f
Author: mhnatiuk <[email protected]>
Date: 2016-04-01T12:00:35Z
Modified NAMESPACE to allow user to access lapply and map actions on
DaaFrames
----
---
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]