aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-1540] Add an optional Ordering parameter to PairRDDFunctions.Matei Zaharia2014-04-238-49/+124
* SPARK-1582 Invoke Thread.interrupt() when cancelling jobsAaron Davidson2014-04-2315-30/+57
* Honor default fs name when initializing event logger.Marcelo Vanzin2014-04-233-33/+41
* SPARK-1572 Don't kill Executor if PythonRDD fails while computing parentAaron Davidson2014-04-231-11/+21
* SPARK-1583: Fix a bug that using java.util.HashMap by mistakezsxwing2014-04-231-1/+1
* SPARK-1119 and other build improvementsPatrick Wendell2014-04-237-41/+70
* [SQL] SPARK-1571 Mistake in java example codeMichael Armbrust2014-04-222-8/+8
* SPARK-1494 Don't initialize classes loaded by MIMA excludes.Michael Armbrust2014-04-221-4/+3
* SPARK-1562 Fix visibility / annotation of Spark SQL APIsMichael Armbrust2014-04-2232-59/+143
* [FIX: SPARK-1376] use --arg instead of --args in SparkSubmit to avoid warning...Xiangrui Meng2014-04-222-2/+2
* [streaming][SPARK-1578] Removed requirement for TTL in StreamingContext.Tathagata Das2014-04-224-49/+14
* [Spark-1538] Fix SparkUI incorrectly hiding persisted RDDsAndrew Or2014-04-2215-81/+318
* Assorted clean-up for Spark-on-YARN.Patrick Wendell2014-04-224-10/+18
* [SPARK-1570] Fix classloading in JavaSQLContext.applySchemaKan Zhang2014-04-221-2/+4
* Fix compilation on Hadoop 2.4.x.Marcelo Vanzin2014-04-221-1/+2
* [Fix #204] Eliminate delay between binding and log checkingAndrew Or2014-04-222-4/+20
* [SPARK-1506][MLLIB] Documentation improvements for MLlib 1.0Xiangrui Meng2014-04-2212-769/+1543
* [SPARK-1281] Improve partitioning in ALSTor Myklebust2014-04-222-23/+54
* fix bugs of dot in pythonXusen Yin2014-04-222-5/+5
* [SPARK-1560]: Updated Pyrolite Dependency to be Java 6 compatibleAhir Reddy2014-04-222-2/+2
* [HOTFIX] SPARK-1399: remove outdated commentsCodingCat2014-04-221-1/+0
* SPARK-1496: Have jarOfClass return Option[String]Patrick Wendell2014-04-2238-42/+42
* [SPARK-1459] Use local path (and not complete URL) when opening local lo...Marcelo Vanzin2014-04-211-1/+1
* [Fix #274] Document + fix annotation usagesAndrew Or2014-04-2111-19/+29
* [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