aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Include stack trace for exceptions thrown by user code.Michael Armbrust2014-04-161-3/+3
* Update ReducedWindowedDStream.scalabaishuo(白硕)2014-04-161-1/+1
* misleading task number of groupByKeyChen Chao2014-04-161-2/+2
* Fixing a race condition in event listener unit testKan Zhang2014-04-162-13/+19
* remove unnecessary brace and semicolon in 'putBlockInfo.synchronize' blockChen Chao2014-04-161-7/+4
* SPARK-1329: Create pid2vid with correct number of partitionsAnkur Dave2014-04-162-2/+14
* Rebuild routing table after Graph.reverseAnkur Dave2014-04-162-1/+11
* Add clean to buildPatrick Wendell2014-04-161-1/+1
* [SPARK-1511] use Files.move instead of renameTo in TestUtils.scalaYe Xianjin2014-04-161-2/+7
* SPARK-1465: Spark compilation is broken with the latest hadoop-2.4.0 releasexuan2014-04-163-15/+85
* SPARK-1469: Scheduler mode should accept lower-case definitions and have...Sandeep2014-04-162-3/+8
* Minor addition to SPARK-1497Patrick Wendell2014-04-161-3/+5
* SPARK-1497. Fix scalastyle warnings in YARN, Hive codeSean Owen2014-04-166-20/+34
* SPARK-1310: Start adding k-fold cross validation to MLLib [adds kFold to MLUt...Holden Karau2014-04-164-9/+82
* update spark.default.parallelismChen Chao2014-04-161-1/+7
* Loads test tables when running "sbt hive/console" without HIVE_DEV_HOMECheng Lian2014-04-161-1/+6
* Make "spark logo" link refer to "/".Marcelo Vanzin2014-04-161-1/+1
* [SPARK-959] Updated SBT from 0.13.1 to 0.13.2Cheng Lian2014-04-162-3/+1
* [SQL] SPARK-1424 Generalize insertIntoTable functions on SchemaRDDsMichael Armbrust2014-04-1516-160/+535
* [WIP] SPARK-1430: Support sparse data in Python MLlibMatei Zaharia2014-04-1518-214/+1368
* [FIX] update sbt-idea to version 1.6.0Xiangrui Meng2014-04-151-1/+1
* SPARK-1455: Better isolation for unit tests.Patrick Wendell2014-04-151-7/+25
* Decision Tree documentation for MLlib programming guideManish Amde2014-04-153-16/+723
* [SPARK-1157][MLlib] L-BFGS Optimizer based on Breeze's implementation.DB Tsai2014-04-153-14/+480
* SPARK-1501: Ensure assertions in Graph.apply are asserted.William Benton2014-04-151-1/+1
* SPARK-1426: Make MLlib work with NumPy versions older than 1.7Sandeep2014-04-154-16/+16
* SPARK-1374: PySpark API for SparkSQLAhir Reddy2014-04-1517-12/+589
* SPARK-1488. Resolve scalac feature warnings during buildSean Owen2014-04-1449-5/+58
* HOTFIX: Use file name and not paths for excludesPatrick Wendell2014-04-141-2/+2
* [BUGFIX] In-memory columnar storage bug fixesCheng Lian2014-04-1417-66/+109
* [SPARK-1415] Hadoop min split for wholeTextFiles()Xusen Yin2014-04-136-19/+90
* SPARK-1480: Clean up use of classloadersPatrick Wendell2014-04-1315-35/+78
* [SPARK-1403] Move the class loader creation back to where it was in 0.9.0Bharath Bhushan2014-04-121-7/+15
* [Fix #204] Update out-dated commentsAndrew Or2014-04-122-7/+3
* [SPARK-1386] Web UI for Spark StreamingTathagata Das2014-04-1154-846/+1426
* SPARK-1057 (alternative) Remove fastutilSean Owen2014-04-1119-107/+72
* Update WindowedDStream.scalabaishuo(白硕)2014-04-111-1/+1
* [WIP] [SPARK-1328] Add vector statisticsXusen Yin2014-04-115-76/+230
* [FIX] make coalesce test deterministic in RDDSuiteXiangrui Meng2014-04-111-28/+33
* HOTFIX: Ignore python metastore files in RAT checks.Patrick Wendell2014-04-111-1/+3
* [SPARK-1225, 1241] [MLLIB] Add AreaUnderCurve and BinaryClassificationMetricsXiangrui Meng2014-04-119-0/+671
* Some clean up in build/docsPatrick Wendell2014-04-111-2/+0
* SPARK-1417: Spark on Yarn - spark UI link from resourcemanager is brokenThomas Graves2014-04-114-3/+43
* SPARK-1202: Improvements to task killing in the UI.Patrick Wendell2014-04-106-22/+38
* Add Spark v0.9.1 to ec2 launch script and use it as the defaultHarvey Feng2014-04-101-2/+2
* Set spark.executor.uri from environment variable (needed by Mesos)Ivan Wick2014-04-101-0/+3
* SPARK-1202 - Add a "cancel" button in the UI for stagesSundeep Narravula2014-04-1010-12/+87
* [SQL] Improve column pruning in the optimizer.Michael Armbrust2014-04-102-2/+51
* Remove Unnecessary Whitespace'sSandeep2014-04-1082-467/+467
* Update tuning.mdAndrew Ash2014-04-101-2/+3