aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "SPARK-1433: Upgrade Mesos dependency to 0.17.0"Patrick Wendell2014-04-105-10/+8
* SPARK-1428: MLlib should convert non-float64 NumPy arrays to float64 instead ...Sandeep2014-04-101-4/+14
* [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