[GitHub] spark issue #13786: [SPARK-15294][R] Add `pivot` to SparkR

2016-06-24 Thread mhnatiuk
Github user mhnatiuk commented on the issue: https://github.com/apache/spark/pull/13786 By unpivot, do you mean something like reshape2::melt function? Pivot function is included in branch-2.0.0 so you would have to build Spark distribution from this branch yourself

[GitHub] spark issue #13295: [SPARK-15294][SPARKR][MINOR] Add pivot functionality to ...

2016-06-22 Thread mhnatiuk
Github user mhnatiuk commented on the issue: https://github.com/apache/spark/pull/13295 [#13786](https://github.com/apache/spark/pull/13786) that finishes this work, was merged into branch-2.0. Closing. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request #13295: [SPARK-15294][SPARKR][MINOR] Add pivot functional...

2016-06-22 Thread mhnatiuk
Github user mhnatiuk closed the pull request at: https://github.com/apache/spark/pull/13295 --- 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

[GitHub] spark issue #13295: [SPARK-15294][SPARKR][MINOR] Add pivot functionality to ...

2016-06-22 Thread mhnatiuk
Github user mhnatiuk commented on the issue: https://github.com/apache/spark/pull/13295 I'll close that. Is it indicated that I did some work on that? Thanks. MH 2016-06-21 7:46 GMT+02:00 Shivaram Venkataraman : > @mhnatiuk <https://github.com/mhnatiuk&

[GitHub] spark issue #13786: [SPARK-15294][R] Add `pivot` to SparkR

2016-06-22 Thread mhnatiuk
Github user mhnatiuk commented on the issue: https://github.com/apache/spark/pull/13786 Thanks @dongjoon-hyun @shivaram and all. I haven't got time to finish this fully, so thanks for picking this up!! --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-15294][SPARKR][MINOR] Add pivot functio...

2016-05-30 Thread mhnatiuk
Github user mhnatiuk commented on the pull request: https://github.com/apache/spark/pull/13295#issuecomment-222520194 Jenkins, retest this please --- 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

[GitHub] spark pull request: [SPARK-15294][SPARKR][MINOR] Add pivot functio...

2016-05-30 Thread mhnatiuk
Github user mhnatiuk commented on the pull request: https://github.com/apache/spark/pull/13295#issuecomment-222507086 Jenkins, retest this please --- 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

[GitHub] spark pull request: [SPARK-15294][SPARKR][MINOR] Add pivot functio...

2016-05-30 Thread mhnatiuk
Github user mhnatiuk commented on the pull request: https://github.com/apache/spark/pull/13295#issuecomment-222487844 Jenkins, retest this please --- 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

[GitHub] spark pull request: [SPARK-15294][SPARKR][MINOR] Add pivot functio...

2016-05-30 Thread mhnatiuk
Github user mhnatiuk commented on a diff in the pull request: https://github.com/apache/spark/pull/13295#discussion_r65063712 --- Diff: R/pkg/R/group.R --- @@ -126,6 +126,47 @@ methods <- c("avg", "max", "mean", "min", "sum")

[GitHub] spark pull request: [SPARK-15294][SPARKR][MINOR] Add pivot functio...

2016-05-26 Thread mhnatiuk
Github user mhnatiuk commented on the pull request: https://github.com/apache/spark/pull/13295#issuecomment-221867987 Jenkins, retest this please --- 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

[GitHub] spark pull request: [SPARK-15294][SPARKR][MINOR] Add pivot functio...

2016-05-26 Thread mhnatiuk
Github user mhnatiuk commented on the pull request: https://github.com/apache/spark/pull/13295#issuecomment-221859587 Jenkins, retest this please --- 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

[GitHub] spark pull request: [SPARK-15294][SPARKR][MINOR] Add pivot functio...

2016-05-26 Thread mhnatiuk
Github user mhnatiuk commented on the pull request: https://github.com/apache/spark/pull/13295#issuecomment-221852547 Jenkins, retest this please --- 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

[GitHub] spark pull request: [SPARK-15294][SPARKR][MINOR] Add pivot functio...

2016-05-26 Thread mhnatiuk
Github user mhnatiuk commented on the pull request: https://github.com/apache/spark/pull/13295#issuecomment-221849380 Jenkins, retest this please --- 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

[GitHub] spark pull request: [SPARK-15294][SPARKR][MINOR] Add pivot functio...

2016-05-25 Thread mhnatiuk
GitHub user mhnatiuk opened a pull request: https://github.com/apache/spark/pull/13295 [SPARK-15294][SPARKR][MINOR] Add pivot functionality to SparkR ## What changes were proposed in this pull request? Added pivot functionality to SparkR ## How was this patch

[GitHub] spark pull request: Modified NAMESPACE to allow user to access lap...

2016-04-04 Thread mhnatiuk
Github user mhnatiuk commented on the pull request: https://github.com/apache/spark/pull/12111#issuecomment-205296909 Please close this PR --- 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

[GitHub] spark pull request: Modified NAMESPACE to allow user to access lap...

2016-04-01 Thread mhnatiuk
Github user mhnatiuk commented on the pull request: https://github.com/apache/spark/pull/12111#issuecomment-204374916 I made also manual test. It seems that I didn't fully understand how SparkR lapply works. My research shows that it operates on the list of rows rather than co

[GitHub] spark pull request: Modified NAMESPACE to allow user to access lap...

2016-04-01 Thread mhnatiuk
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