aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [maven-release-plugin] prepare release v0.9.2-rc1v0.9.2Xiangrui Meng2014-07-1718-19/+19
* [branch-0.9] Update CHANGES.txtXiangrui Meng2014-07-171-0/+208
* [branch-0.9] bump versions for v0.9.2 release candidateXiangrui Meng2014-07-166-8/+9
* [branch-0.9] Fix github links in docsXiangrui Meng2014-07-165-11/+11
* [SPARK-1112, 2156] (0.9 edition) Use correct akka frame size and overhead amo...Patrick Wendell2014-07-167-19/+35
* [SPARK-2433][MLLIB] fix NaiveBayesModel.predictXiangrui Meng2014-07-161-2/+2
* [SPARK-2362] Fix for newFilesOnly logic in file DStreamGabriele Nizzoli2014-07-081-1/+1
* SPARK-2282: Reuse PySpark Accumulator sockets to avoid crashing SparkAaron Davidson2014-07-031-0/+2
* [SPARK-2350] Don't NPE while launching driversAaron Davidson2014-07-031-1/+1
* [SPARK-1516]Throw exception in yarn client instead of run system.exitJohn Zhao2014-07-034-36/+63
* HOTFIX: Removing out dated python path in testing tool.Patrick Wendell2014-06-271-3/+0
* [SPARK-1912] fix compress memory issue during reduceWenchen Fan(Cloud)2014-06-251-2/+20
* SPARK-2241: quote command line args in ec2 scriptOri Kremer2014-06-221-1/+1
* HOTFIX: bug caused by #941Patrick Wendell2014-06-171-1/+1
* SPARK-1990: added compatibility for python 2.6 for ssh_read commandAnant2014-06-161-1/+15
* [SPARK-1998] SparkFlumeEvent with body bigger than 1020 bytes are not re...joyyoj2014-06-101-2/+2
* Spark 1384 - Fix spark-shell on yarn access to secure hdfs - branch-0.9 onlyThomas Graves2014-06-091-8/+13
* [SPARK-1870] Made deployment with --jars work in yarn-standalone mode.DB Tsai2014-06-092-14/+39
* SPARK-2043: ExternalAppendOnlyMap doesn't always find matching keysMatei Zaharia2014-06-052-5/+44
* SPARK-1790: Update EC2 scripts to support r3 instance typesVarakhedi Sujeet2014-06-041-2/+12
* [SPARK-1468] Modify the partition function used by partitionBy.Erik Selin2014-06-031-1/+4
* SPARK-1917: fix PySpark import of scipy.special functionsUri Laserson2014-05-312-1/+26
* SPARK-1935: Explicitly add commons-codec 1.5 as a dependency (for branch-0.9).Yin Huai2014-05-302-0/+6
* SPARK-1188: Do not re-use objects in the EdgePartition/EdgeTriplet iterators.Daniel Darabos2014-05-294-10/+58
* [SPARK-1712]: TaskDescription instance is too big causes Spark to hangwitgo2014-05-284-8/+73
* Spark 1916David Lemieux2014-05-281-1/+1
* SPARK-1145: Memory mapping with many small blocks can cause JVM allocation fa...Patrick Wendell2014-05-116-20/+88
* Update version to 0.9.2-SNAPSHOT in sbtMatei Zaharia2014-05-111-2/+2
* SPARK-1775: Unneeded lock in ShuffleMapTask.deserializeInfoSandeep2014-05-091-9/+7
* [SPARK-1685] Cancel retryTimer on restart of Worker or AppClientMark Hamstra2014-05-062-8/+15
* [WIP] SPARK-1676: Cache Hadoop UGIs by default to prevent FileSystem leakThomas Graves2014-05-038-40/+64
* version number fixNan Zhu2014-04-211-2/+0
* Small syntax error from previous backportPatrick Wendell2014-04-131-1/+1
* Update WindowedDStream.scalabaishuo(白硕)2014-04-111-2/+2
* Fixed typo on Spark quick-start docs.Tathagata Das2014-04-071-1/+1
* SPARK-1432: Make sure that all metadata fields are properly cleanedDavis Shepherd2014-04-071-0/+1
* SPARK-1421. Make MLlib work on Python 2.6Matei Zaharia2014-04-054-9/+13
* Update documentation for work around for SPARK-1384Thomas Graves2014-04-041-2/+2
* SPARK-1337: Application web UI garbage collects newest stagesPatrick Wendell2014-04-032-7/+41
* [SPARK-1134] Fix and document passing of arguments to IPythonDiana Carroll2014-04-031-1/+2
* Spark 1162 Implemented takeOrdered in pyspark.Prashant Sharma2014-04-031-5/+102
* fix path for jar, make sed actually work on OSXNick Lanham2014-03-281-4/+3
* Make sed do -i '' on OSXNick Lanham2014-03-271-2/+9
* [maven-release-plugin] prepare for next development iterationTathagata Das2014-03-2718-19/+19
* [maven-release-plugin] prepare release v0.9.1-rc3v0.9.1Tathagata Das2014-03-2718-19/+19
* Updated CHANGES.txtTathagata Das2014-03-261-0/+35
* Revert "[maven-release-plugin] prepare release v0.9.1-rc2"Tathagata Das2014-03-2618-19/+19
* Revert "[maven-release-plugin] prepare for next development iteration"Tathagata Das2014-03-2618-19/+19
* [SPARK-1327] GLM needs to check addIntercept for intercept and weightsXiangrui Meng2014-03-267-37/+86
* SPARK-1322, top in pyspark should sort result in descending order.Prashant Sharma2014-03-261-3/+3