aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1276] Add a HistoryServer to render persisted UIAndrew Or2014-04-1038-201/+1075
* Fix SPARK-1413: Parquet messes up stdout and stdin when used in Spark REPLwitgo2014-04-102-28/+23
* Revert "SPARK-729: Closures not always serialized at capture time"Patrick Wendell2014-04-108-218/+14
* SPARK-1446: Spark examples should not do a System.exitSandeep2014-04-1035-67/+60
* SPARK-729: Closures not always serialized at capture timeWilliam Benton2014-04-098-14/+218
* [SPARK-1357 (fix)] remove empty line after :: DeveloperApi/Experimental ::Xiangrui Meng2014-04-0933-71/+21
* SPARK-1407 drain event queue before stopping event loggerKan Zhang2014-04-094-16/+67
* [SPARK-1357] [MLLIB] Annotate developer and experimental APIsXiangrui Meng2014-04-0942-122/+355
* SPARK-1093: Annotate developer and experimental API'sPatrick Wendell2014-04-0984-130/+614
* [SPARK-1390] Refactoring of matrices backed by RDDsXiangrui Meng2014-04-0822-1102/+1280
* Spark-939: allow user jars to take precedence over spark jarsHolden Karau2014-04-0810-21/+287
* [SPARK-1434] [MLLIB] change labelParser from anonymous function to traitXiangrui Meng2014-04-084-25/+97
* Spark 1271: Co-Group and Group-By should pass Iterable[X]Holden Karau2014-04-0824-153/+252
* SPARK-1433: Upgrade Mesos dependency to 0.17.0Sandeep2014-04-085-8/+10
* [SPARK-1397] Notify SparkListeners when stages fail or are cancelled.Kay Ousterhout2014-04-0811-78/+151
* SPARK-1445: compute-classpath should not print error if lib_managed not foundAaron Davidson2014-04-081-1/+1
* SPARK-1348 binding Master, Worker, and App Web UI to all interfacesKan Zhang2014-04-083-3/+3
* Remove extra semicolon in import statement and unused import in ApplicationMa...Henry Saputra2014-04-081-2/+1
* [SPARK-1396] Properly cleanup DAGScheduler on job cancellation.Kay Ousterhout2014-04-082-21/+115
* [SPARK-1331] Added graceful shutdown to Spark StreamingTathagata Das2014-04-0815-215/+552
* [SPARK-1103] Automatic garbage collection of RDD, shuffle and broadcast dataTathagata Das2014-04-0740-469/+2571
* [SPARK-1402] Added 3 more compression schemesCheng Lian2014-04-0711-179/+586
* Change timestamp cast semantics. When cast to numeric types, return the unix ...Reynold Xin2014-04-073-12/+40
* Added eval for Rand (without any support for user-defined seed).Reynold Xin2014-04-071-3/+10
* Removed the default eval implementation from Expression, and added a bunch of...Reynold Xin2014-04-078-45/+89
* [sql] Rename execution/aggregates.scala Aggregate.scala, and added a bunch of...Reynold Xin2014-04-071-9/+9
* SPARK-1099: Introduce local[*] mode to infer number of coresAaron Davidson2014-04-077-12/+25
* HOTFIX: Disable actor input stream test.Patrick Wendell2014-04-071-2/+2
* SPARK-1252. On YARN, use container-log4j.properties for executorsSandy Ryza2014-04-077-5/+53
* [sql] Rename Expression.apply to eval for better readability.Reynold Xin2014-04-0724-159/+156
* SPARK-1432: Make sure that all metadata fields are properly cleanedDavis Shepherd2014-04-071-2/+3
* [SQL] SPARK-1427 Fix toString for SchemaRDD NativeCommands.Michael Armbrust2014-04-074-2/+13
* [SQL] SPARK-1371 Hash Aggregation ImprovementsMichael Armbrust2014-04-078-160/+157
* SPARK-1431: Allow merging conflicting pull requestsPatrick Wendell2014-04-061-4/+22
* SPARK-1154: Clean up app folders in worker nodesEvan Chan2014-04-065-4/+83
* SPARK-1314: Use SPARK_HIVE to determine if we include Hive in packagingAaron Davidson2014-04-068-32/+83
* SPARK-1349: spark-shell gets its own command historyAaron Davidson2014-04-061-1/+11
* SPARK-1387. Update build plugins, avoid plugin version warning, centralize ve...Sean Owen2014-04-0610-50/+57
* [SPARK-1259] Make RDD locally iterableEgor Pakhomov2014-04-064-1/+35
* Fix SPARK-1420 The maven build error for Spark Catalystwitgo2014-04-061-0/+4
* SPARK-1421. Make MLlib work on Python 2.6Matei Zaharia2014-04-054-9/+13
* Fix for PR #195 for Java 6Sean Owen2014-04-051-1/+1
* [SPARK-1371] fix computePreferredLocations signature to not depend on underly...Mridul Muralidharan2014-04-051-3/+2
* Remove the getStageInfo() method from SparkContext.Kay Ousterhout2014-04-052-5/+1
* HOTFIX for broken CI, by SPARK-1336Prashant Sharma2014-04-043-7/+8
* small fix ( proogram -> program )Prabeesh K2014-04-041-1/+1
* [SQL] SPARK-1366 Consistent sql function across different types of SQLContextsMichael Armbrust2014-04-048-50/+63
* SPARK-1305: Support persisting RDD's directly to TachyonHaoyuan Li2014-04-0429-169/+976
* [SPARK-1419] Bumped parent POM to apache 14Mark Hamstra2014-04-041-1/+1
* Add test utility for generating Jar files with compiled classes.Patrick Wendell2014-04-041-0/+98