[GitHub] spark pull request: [SPARK-10053] Export lapply and lapplyPartitio...

2016-01-25 Thread reactormonk
Github user reactormonk closed the pull request at: https://github.com/apache/spark/pull/8240 --- 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 pull request: [SPARK-10053] Export lapply and lapplyPartitio...

2016-01-24 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/8240#issuecomment-174335922 Hey @reactormonk, would you mind closing this PR for now? We can easily re-open / resubmit later. Thanks! --- If your project is set up for it, you can reply to this

[GitHub] spark pull request: [SPARK-10053] Export lapply and lapplyPartitio...

2015-10-16 Thread JoshRosen
Github user JoshRosen commented on the pull request: https://github.com/apache/spark/pull/8240#issuecomment-148829254 @shivaram @rxin @marmbrus, I'm guessing that this is still "won't fix for now" as of 1.6? --- If your project is set up for it, you can reply to this email and have y

[GitHub] spark pull request: [SPARK-10053] Export lapply and lapplyPartitio...

2015-08-19 Thread sun-rui
Github user sun-rui commented on the pull request: https://github.com/apache/spark/pull/8240#issuecomment-132843607 I think UDF() is important, hope it can be available in 1.6 release. --- If your project is set up for it, you can reply to this email and have your reply appear on GitH

[GitHub] spark pull request: [SPARK-10053] Export lapply and lapplyPartitio...

2015-08-19 Thread reactormonk
Github user reactormonk commented on the pull request: https://github.com/apache/spark/pull/8240#issuecomment-132560703 I haven't found any documentation on how to write UDFs with R. https://issues.apache.org/jira/browse/SPARK-6817 tells me it's not going to happen anytime soon. ---

[GitHub] spark pull request: [SPARK-10053] Export lapply and lapplyPartitio...

2015-08-18 Thread sun-rui
Github user sun-rui commented on the pull request: https://github.com/apache/spark/pull/8240#issuecomment-132131289 Yes, DataFrame API has lapply and lapplyPartition, but actually there are RDD-like API ,and its implementation is based on the corresponding RDD API after converting the

[GitHub] spark pull request: [SPARK-10053] Export lapply and lapplyPartitio...

2015-08-18 Thread reactormonk
Github user reactormonk commented on the pull request: https://github.com/apache/spark/pull/8240#issuecomment-132108789 This is part of the DataFrame API, not the RDD. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If yo

[GitHub] spark pull request: [SPARK-10053] Export lapply and lapplyPartitio...

2015-08-17 Thread sun-rui
Github user sun-rui commented on the pull request: https://github.com/apache/spark/pull/8240#issuecomment-132065626 RDD API is deliberatly hidden in spark 1.4. For discussion of exposing subset of RDD API and high level parallel computation API, please refer to https://issues.apache.

[GitHub] spark pull request: [SPARK-10053] Export lapply and lapplyPartitio...

2015-08-17 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/8240#issuecomment-131845824 Can one of the admins verify this patch? --- 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 pr

[GitHub] spark pull request: [SPARK-10053] Export lapply and lapplyPartitio...

2015-08-17 Thread reactormonk
GitHub user reactormonk opened a pull request: https://github.com/apache/spark/pull/8240 [SPARK-10053] Export lapply and lapplyPartition from sparkR You can merge this pull request into a Git repository by running: $ git pull https://github.com/reactormonk/spark spark-r-lapply