aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1798. Tests should clean up temp filesSean Owen2014-05-1235-114/+193
* BUILD: Include Hive with default packages when creating a releasePatrick Wendell2014-05-121-3/+3
* SPARK-1786: Reopening PR 724Ankur Dave2014-05-1212-26/+49
* SPARK-1806: Upgrade Mesos dependency to 0.18.1Bernardo Gomez Palacio2014-05-125-5/+14
* SPARK-1772 Stop catching Throwable, let Executors dieAaron Davidson2014-05-1219-140/+127
* Revert "SPARK-1786: Edge Partition Serialization"Patrick Wendell2014-05-1211-44/+23
* SPARK-1786: Edge Partition SerializationAnkur Dave2014-05-1111-23/+44
* Fix error in 2d Graph PartitionerJoseph E. Gonzalez2014-05-111-2/+2
* SPARK-1652: Set driver memory correctly in spark-submit.Patrick Wendell2014-05-111-2/+4
* SPARK-1770: Load balance elements when repartitioning.Patrick Wendell2014-05-112-2/+46
* remove outdated runtime Information scala homewitgo2014-05-111-2/+1
* Enabled incremental build that comes with sbt 0.13.2Prashant Sharma2014-05-101-1/+1
* [SPARK-1774] Respect SparkSubmit --jars on YARN (client)Andrew Or2014-05-104-53/+102
* SPARK-1789. Multiple versions of Netty dependencies cause FlumeStreamSuite fa...Sean Owen2014-05-108-70/+24
* Unify GraphImpl RDDs + other graph load optimizationsAnkur Dave2014-05-1028-851/+1353
* [SPARK-1690] Tolerating empty elements when saving Python RDD to text filesKan Zhang2014-05-102-2/+11
* Add Python includes to path before depickling broadcast valuesBouke van der Bijl2014-05-102-12/+12
* fix broken in link in python docsAndy Konwinski2014-05-101-1/+1
* SPARK-1708. Add a ClassTag on Serializer and things that depend on itMatei Zaharia2014-05-1022-72/+103
* [SPARK-1778] [SQL] Add 'limit' transformation to SchemaRDD.Takuya UESHIN2014-05-102-0/+15
* [SQL] Upgrade parquet library.Michael Armbrust2014-05-102-2/+2
* [SPARK-1644] The org.datanucleus:* should not be packaged into spark-assembly...witgo2014-05-102-5/+7
* SPARK-1686: keep schedule() calling in the main threadCodingCat2014-05-091-3/+12
* SPARK-1770: Revert accidental(?) fixAaron Davidson2014-05-091-2/+2
* [SPARK-1760]: fix building spark with maven documentationwitgo2014-05-091-1/+1
* Converted bang to ask to avoid scary warning when a block is removedTathagata Das2014-05-081-1/+1
* MINOR: Removing dead code.Patrick Wendell2014-05-081-1/+0
* SPARK-1775: Unneeded lock in ShuffleMapTask.deserializeInfoSandeep2014-05-081-9/+7
* SPARK-1565 (Addendum): Replace `run-example` with `spark-submit`.Patrick Wendell2014-05-087-65/+37
* [SPARK-1631] Correctly set the Yarn app name when launching the AM.Marcelo Vanzin2014-05-081-3/+3
* [SPARK-1755] Respect SparkSubmit --name on YARNAndrew Or2014-05-082-8/+11
* Include the sbin/spark-config.sh in spark-executorBouke van der Bijl2014-05-081-0/+3
* Bug fix of sparse vector conversionFunes2014-05-082-1/+14
* [SPARK-1157][MLlib] Bug fix: lossHistory should exclude rejection steps, and ...DB Tsai2014-05-082-48/+30
* MLlib documentation fixDB Tsai2014-05-082-5/+5
* [SPARK-1754] [SQL] Add missing arithmetic DSL operations.Takuya UESHIN2014-05-082-1/+19
* Fixing typo in als.pyEvan Sparks2014-05-081-1/+1
* [SPARK-1745] Move interrupted flag from TaskContext constructor (minor)Andrew Or2014-05-085-22/+17
* SPARK-1565, update examples to be used with spark-submit script.Prashant Sharma2014-05-0856-480/+405
* [SQL] Improve SparkSQL AggregatesMichael Armbrust2014-05-084-10/+96
* Use numpy directly for matrix multiply.Evan Sparks2014-05-081-8/+7
* SPARK-1668: Add implicit preference as an option to examples/MovieLensALSSandeep2014-05-081-9/+46
* SPARK-1544 Add support for deep decision trees.Manish Amde2014-05-075-33/+177
* Update GradientDescentSuite.scalabaishuo(白硕)2014-05-071-3/+3
* [SPARK-1743][MLLIB] add loadLibSVMFile and saveAsLibSVMFile to pysparkXiangrui Meng2014-05-072-2/+178
* SPARK-1569 Spark on Yarn, authentication broken by pr299Thomas Graves2014-05-071-19/+30
* [SPARK-1688] Propagate PySpark worker stderr to driverAndrew Or2014-05-074-101/+123
* Typo fix: fetchting -> fetchingAndrew Ash2014-05-071-1/+1
* Nicer logging for SecurityManager startupAndrew Ash2014-05-071-2/+3
* [SQL] Fix Performance Issue in data type castingCheng Hao2014-05-071-1/+1