spark-instrumented-optimizer/python/pyspark
Matei Zaharia 4c28a2bad8 Update some Python MLlib parameters to use camelCase, and tweak docs
We've used camel case in other Spark methods so it felt reasonable to
keep using it here and make the code match Scala/Java as much as
possible. Note that parameter names matter in Python because it allows
passing optional parameters by name.
2014-01-11 22:30:48 -08:00
..
mllib Update some Python MLlib parameters to use camelCase, and tweak docs 2014-01-11 22:30:48 -08:00
__init__.py Changes on top of Prashant's patch. 2014-01-03 18:30:17 -08:00
accumulators.py Add custom serializer support to PySpark. 2013-11-10 16:45:38 -08:00
broadcast.py Fix some Python docs and make sure to unset SPARK_TESTING in Python 2013-12-29 20:15:07 -05:00
cloudpickle.py Rename top-level 'pyspark' directory to 'python' 2013-01-01 15:05:00 -08:00
conf.py Fix Python code after change of getOrElse 2014-01-01 23:21:34 -05:00
context.py Fix Python code after change of getOrElse 2014-01-01 23:21:34 -05:00
daemon.py Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
files.py Initial work to rename package to org.apache.spark 2013-09-01 14:13:13 -07:00
java_gateway.py sbin/spark-class* -> bin/spark-class* 2014-01-03 15:08:01 +05:30
join.py Change numSplits to numPartitions in PySpark. 2013-02-24 13:25:09 -08:00
rdd.py Make Python function/line appear in the UI. 2013-12-28 23:34:16 -05:00
rddsampler.py RDD sample() and takeSample() prototypes for PySpark 2013-08-28 16:46:13 -07:00
serializers.py The rest of the Python side of those bindings. 2013-12-19 01:29:51 -05:00
shell.py pyspark -> bin/pyspark 2014-01-02 18:50:12 +05:30
statcounter.py Implementing SPARK-838: Add DoubleRDDFunctions methods to PySpark 2013-08-21 17:05:58 -07:00
storagelevel.py Export StorageLevel and refactor 2013-09-07 14:41:31 -07:00
tests.py Fixed Python API for sc.setCheckpointDir. Also other fixes based on Reynold's comments on PR 289. 2013-12-24 14:01:13 -08:00
worker.py FramedSerializer: _dumps => dumps, _loads => loads. 2013-11-10 17:53:25 -08:00