aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SPARK-1827. LICENSE and NOTICE files need a refresh to contain transitive dep...Sean Owen2014-05-143-6/+671
* Fixed streaming examples docs to use run-example instead of spark-submitTathagata Das2014-05-1418-95/+130
* [SPARK-1769] Executor loss causes NPE race conditionAndrew Or2014-05-145-26/+35
* Fix dep exclusion: avro-ipc, not avro, depends on netty.Marcelo Vanzin2014-05-141-6/+4
* SPARK-1801. expose InterruptibleIterator and TaskKilledException in deve...Koert Kuipers2014-05-142-3/+11
* [SQL] Improve column pruning.Michael Armbrust2014-05-131-5/+11
* Revert "[SPARK-1784] Add a new partitioner to allow specifying # of keys per ...Patrick Wendell2014-05-132-95/+0
* Implement ApproximateCountDistinct for SparkSqllarvaboy2014-05-135-7/+122
* [SPARK-1784] Add a new partitioner to allow specifying # of keys per partitionSyed Hashmi2014-05-132-0/+95
* [SQL] Make it possible to create Java/Python SQLContexts from an existing Sca...Michael Armbrust2014-05-132-4/+7
* [SPARK-1527] change rootDir*.getName to rootDir*.getAbsolutePathYe Xianjin2014-05-131-1/+1
* [SPARK-1816] LiveListenerBus dies if a listener throws an exceptionAndrew Or2014-05-134-29/+109
* SPARK-1791 - SVM implementation does not use threshold parameterAndrew Tulloch2014-05-132-1/+38
* SPARK-571: forbid return statements in cleaned closuresWilliam Benton2014-05-132-2/+60
* BUILD: Add more content to make-distribution.sh.Patrick Wendell2014-05-121-0/+13
* SPARK-1815. SparkContext should not be marked DeveloperApiSandy Ryza2014-05-121-2/+0
* [SPARK-1753 / 1773 / 1814] Update outdated docs for spark-submit, YARN, stand...Andrew Or2014-05-1213-125/+184
* [SPARK-1780] Non-existent SPARK_DAEMON_OPTS is lurking aroundAndrew Or2014-05-122-2/+2
* SPARK-1757 Failing test for saving null primitives with .saveAsParquetFile()Andrew Ash2014-05-122-3/+47
* Modify a typo in monitoring.mdKousuke Saruta2014-05-121-1/+1
* L-BFGS DocumentationDB Tsai2014-05-121-4/+116
* Typo: resond -> respondAndrew Ash2014-05-121-1/+1
* [SQL] Make Hive Metastore conversion functions publicly visible.Michael Armbrust2014-05-121-1/+7
* Adding hadoop-2.2 profile to the buildPatrick Wendell2014-05-121-2/+2
* [SPARK-1736] Spark submit for WindowsAndrew Or2014-05-122-3/+58
* SPARK-1802. (Addendium) Audit dependency graph when Spark is built with -PyarnSean Owen2014-05-121-0/+20
* SPARK-1623: Use File objects instead of String's in HTTPBroadcastPatrick Wendell2014-05-121-4/+4
* Rename testExecutorEnvs --> executorEnvs.Patrick Wendell2014-05-124-9/+8
* SPARK-1802. Audit dependency graph when Spark is built with -PhiveSean Owen2014-05-122-0/+37
* 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