aboutsummaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #283 from tmyklebu/masterMatei Zaharia2013-12-268-1/+598
|\
| * Remove commented code in __init__.py.Tor Myklebust2013-12-251-8/+0
| * Fix copypasta in __init__.py. Don't import anything directly into pyspark.ml...Tor Myklebust2013-12-251-26/+8
| * Initial weights in Scala are ones; do that too. Also fix some errors.Tor Myklebust2013-12-251-6/+6
| * Split the mllib bindings into a whole bunch of modules and rename some things.Tor Myklebust2013-12-257-183/+409
| * Remove useless line from test stub.Tor Myklebust2013-12-241-1/+0
| * Python change for move of PythonMLLibAPI.Tor Myklebust2013-12-241-1/+1
| * Release JVM reference to the ALSModel when done.Tor Myklebust2013-12-221-2/+2
| * Python stubs for ALSModel.Tor Myklebust2013-12-212-8/+56
| * Un-semicolon mllib.py.Tor Myklebust2013-12-201-11/+11
| * Change some docstrings and add some others.Tor Myklebust2013-12-201-1/+3
| * Licence notice.Tor Myklebust2013-12-201-0/+17
| * Whitespace.Tor Myklebust2013-12-201-1/+1
| * Remove gigantic endian-specific test and exception tests.Tor Myklebust2013-12-201-38/+3
| * Tests for the Python side of the mllib bindings.Tor Myklebust2013-12-201-52/+172
| * Python stubs for classification and clustering.Tor Myklebust2013-12-202-16/+96
| * Python side of python bindings for linear, Lasso, and ridge regressionTor Myklebust2013-12-192-15/+72
| * Incorporate most of Josh's style suggestions. I don't want to deal with the ...Tor Myklebust2013-12-192-98/+91
| * The rest of the Python side of those bindings.Tor Myklebust2013-12-193-2/+4
| * First cut at python mllib bindings. Only LinearRegression is supported.Tor Myklebust2013-12-191-0/+114
* | Typo: avaiable -> availableAndrew Ash2013-12-241-1/+1
* | Merge pull request #276 from shivaram/collectPartitionReynold Xin2013-12-192-4/+6
|\ \
| * | Make collectPartitions take an array of partitionsShivaram Venkataraman2013-12-191-1/+6
| * | Add collectPartition to JavaRDD interface.Shivaram Venkataraman2013-12-182-4/+1
| |/
* / Add toString to Java RDD, and __repr__ to Python RDDNick Pentreath2013-12-191-0/+3
|/
* Merge branch 'master' into akka-bug-fixPrashant Sharma2013-12-113-1/+36
|\
| * License headersPatrick Wendell2013-12-091-0/+17
| * Fix UnicodeEncodeError in PySpark saveAsTextFile().Josh Rosen2013-11-282-1/+19
* | Merge branch 'master' into wip-scala-2.10Prashant Sharma2013-11-278-142/+383
|\|
| * Removed unused basestring case from dump_stream.Josh Rosen2013-11-261-2/+0
| * FramedSerializer: _dumps => dumps, _loads => loads.Josh Rosen2013-11-104-18/+18
| * Send PySpark commands as bytes insetad of strings.Josh Rosen2013-11-103-16/+13
| * Add custom serializer support to PySpark.Josh Rosen2013-11-108-148/+362
| * Remove Pickle-wrapping of Java objects in PySpark.Josh Rosen2013-11-034-14/+39
| * Replace magic lengths with constants in PySpark.Josh Rosen2013-11-032-6/+13
* | Merge branch 'master' into scala-2.10Raymond Liu2013-11-132-13/+50
|\|
| * Pass self to SparkContext._ensure_initialized.Ewen Cheslack-Postava2013-10-221-1/+10
| * Add classmethod to SparkContext to set system properties.Ewen Cheslack-Postava2013-10-221-12/+29
| * Add an add() method to pyspark accumulators.Ewen Cheslack-Postava2013-10-191-1/+12
* | Merge branch 'master' of github.com:apache/incubator-spark into scala-2.10Prashant Sharma2013-10-101-7/+53
|\|
| * Fix PySpark docs and an overly long line of code after fdbae41eMatei Zaharia2013-10-091-8/+8
| * SPARK-705: implement sortByKey() in PySparkAndre Schumacher2013-10-071-1/+47
* | Merge branch 'master' into wip-merge-masterPrashant Sharma2013-10-082-4/+10
|\|
| * Fixing SPARK-602: PythonPartitionerAndre Schumacher2013-10-042-4/+10
* | Merge branch 'master' into scala-2.10Prashant Sharma2013-10-011-1/+1
|\|
| * Update build version in masterPatrick Wendell2013-09-241-1/+1
* | Merge branch 'master' of git://github.com/mesos/spark into scala-2.10Prashant Sharma2013-09-155-1/+78
|\|
| * Whoopsy daisyAaron Davidson2013-09-081-1/+0
| * Export StorageLevel and refactorAaron Davidson2013-09-075-26/+62
| * Remove reflection, hard-code StorageLevelsAaron Davidson2013-09-072-24/+26