Uh oh!
There was an error while loading. Please reload this page.
[SPARK-2871] [PySpark] Add missing API - #1791
Conversation
SparkQA
commented
Aug 5, 2014
QA tests have started for PR 1791. This patch merges cleanly. |
SparkQA
commented
Aug 5, 2014
QA results for PR 1791: |
SparkQA
commented
Aug 5, 2014
QA tests have started for PR 1791. This patch merges cleanly. |
SparkQA
commented
Aug 5, 2014
QA tests have started for PR 1791. This patch merges cleanly. |
SparkQA
commented
Aug 6, 2014
QA results for PR 1791: |
There was a problem hiding this comment.
Convert a RDD of Java objects to and RDD of serialized Python objects
=>
Convert an RDD of Java objects to an RDD of serialized Python objects ?
SparkQA
commented
Aug 6, 2014
QA tests have started for PR 1791. This patch merges cleanly. |
davies
commented
Aug 6, 2014
The histogram() had been implemented in pure Python, it will support integer better, also it will support RDD of strings and other comparable objects. This was inspired by #1783 et, and much improved. |
SparkQA
commented
Aug 6, 2014
QA results for PR 1791: |
SparkQA
commented
Aug 6, 2014
QA tests have started for PR 1791. This patch merges cleanly. |
SparkQA
commented
Aug 6, 2014
QA results for PR 1791: |
meanApprox() and sumApprox()
SparkQA
commented
Aug 6, 2014
QA tests have started for PR 1791. This patch merges cleanly. |
SparkQA
commented
Aug 6, 2014
QA results for PR 1791: |
SparkQA
commented
Aug 6, 2014
QA tests have started for PR 1791. This patch merges cleanly. |
davies
commented
Aug 14, 2014
Jenkins, test this please |
SparkQA
commented
Aug 14, 2014
QA tests have started for PR 1791. This patch merges cleanly. |
SparkQA
commented
Aug 14, 2014
QA results for PR 1791: |
There was a problem hiding this comment.
Maybe explain what "comp" is in the doc comment
mateiz
commented
Aug 14, 2014
@davies I looked over all of this now and made some comments, but you should have Josh check too. Just to be clear though, I don't think this can make it into 1.1, so we can hold off on it for a while while we fix issues for 1.1. But these are great APIs to have. |
1. implement lookup(), similar to that in Scala 2. handle None, nan, inf in histogram, add many tests 3. remove collectPartitions() 4. improve docs
davies
commented
Aug 14, 2014
@mateiz thanks for review this, I had addressed all you comments. @JoshRosen could you take a look a this again? |
davies
commented
Aug 14, 2014
The description had been updated to list all the added APIs. |
Conflicts: python/pyspark/rdd.py python/pyspark/tests.py
davies
commented
Aug 22, 2014
Conflicts: core/src/main/scala/org/apache/spark/api/python/PythonRDD.scala python/pyspark/rdd.py
SparkQA
commented
Aug 26, 2014
QA tests have started for PR 1791 at commit
|
SparkQA
commented
Aug 26, 2014
QA tests have started for PR 1791 at commit
|
SparkQA
commented
Aug 26, 2014
QA tests have started for PR 1791 at commit
|
SparkQA
commented
Aug 26, 2014
QA tests have finished for PR 1791 at commit
|
SparkQA
commented
Aug 26, 2014
QA tests have finished for PR 1791 at commit
|
SparkQA
commented
Aug 26, 2014
QA tests have finished for PR 1791 at commit
|
davies
commented
Aug 27, 2014
Most of useful parts have been merged separately, so close this. |
Add the following APIs:
SparkContext.conf
SparkContext.isLocal
SparkContext.startTime