aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1439, SPARK-1440] Generate unified Scaladoc across projects and JavadocsMatei Zaharia2014-04-2125-284/+296
* [SPARK-1332] Improve Spark Streaming's Network Receiver and InputDStream API ...Tathagata Das2014-04-2155-731/+1836
* Dev script: include RC name in git tagPatrick Wendell2014-04-211-1/+1
* SPARK-1399: show stage failure reason in UICodingCat2014-04-213-39/+61
* SPARK-1539: RDDPage.scala contains RddPage classXiangrui Meng2014-04-212-2/+2
* [Hot Fix] Ignore org.apache.spark.ui.UISuite testsAndrew Or2014-04-211-3/+3
* Clean up and simplify Spark configurationPatrick Wendell2014-04-2144-401/+886
* REPL cleanup.Michael Armbrust2014-04-191-22/+33
* [SPARK-1535] ALS: Avoid the garbage-creating ctor of DoubleMatrixTor Myklebust2014-04-191-2/+11
* Add insertInto and saveAsTable to Python API.Michael Armbrust2014-04-191-0/+13
* Use scala deprecation instead of java.Michael Armbrust2014-04-191-1/+1
* README updateReynold Xin2014-04-181-11/+24
* SPARK-1482: Fix potential resource leaks in saveAsHadoopDataset and save...zsxwing2014-04-181-12/+18
* SPARK-1456 Remove view bounds on Ordered in favor of a context bound on Order...Michael Armbrust2014-04-185-18/+30
* Fixed broken pyspark shell.Reynold Xin2014-04-181-2/+2
* SPARK-1523: improve the readability of code in AkkaUtilCodingCat2014-04-181-1/+1
* SPARK-1357 (addendum). More Experimental items in MLlibSean Owen2014-04-183-0/+10
* [SPARK-1520] remove fastutil from dependenciesXiangrui Meng2014-04-182-2/+9
* Reuses Row object in ExistingRdd.productToRowRdd()Cheng Lian2014-04-181-3/+18
* SPARK-1483: Rename minSplits to minPartitions in public APIsCodingCat2014-04-188-55/+70
* HOTFIX: Ignore streaming UI testPatrick Wendell2014-04-171-1/+2
* FIX: Don't build Hive in assembly unless running Hive tests.Patrick Wendell2014-04-172-8/+9
* SPARK-1408 Modify Spark on Yarn to point to the history server when app ...Thomas Graves2014-04-173-4/+4
* [SPARK-1395] Allow "local:" URIs to work on Yarn.Marcelo Vanzin2014-04-176-79/+142
* [python alternative] pyspark require Python2, failing if system default is Py...AbhishekKr2014-04-161-6/+14
* SPARK-1462: Examples of ML algorithms are using deprecated APIsSandeep2014-04-1620-66/+100
* 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