aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-9829] [WEBUI] Display the update value for peak execution memoryzsxwing2015-08-111-1/+1
* [SPARK-9806] [WEB UI] Don't share ReplayListenerBus between multiple applicat...Rohit Agarwal2015-08-111-1/+1
* [SPARK-8366] maxNumExecutorsNeeded should properly handle failed tasksxutingjun2015-08-112-10/+34
* [SPARK-9854] [SQL] RuleExecutor.timeMap should be thread-safeJosh Rosen2015-08-111-6/+9
* [SPARK-9831] [SQL] fix serialization with empty broadcastDavies Liu2015-08-112-1/+18
* [SPARK-9713] [ML] Document SparkR MLlib glm() integration in Spark 1.5Eric Liang2015-08-113-7/+42
* [SPARK-1517] Refactor release scripts to facilitate nightly publishingPatrick Wendell2015-08-113-267/+400
* [SPARK-9649] Fix flaky test MasterSuite again - disable RESTAndrew Or2015-08-112-0/+2
* [SPARK-9849] [SQL] DirectParquetOutputCommitter qualified name should be back...Reynold Xin2015-08-112-1/+33
* [SPARK-9074] [LAUNCHER] Allow arbitrary Spark args to be set.Marcelo Vanzin2015-08-113-3/+150
* [HOTFIX] Fix style error caused by 017b5deAndrew Or2015-08-111-1/+1
* [SPARK-8925] [MLLIB] Add @since tags to mllib.utilSudhakar Thota2015-08-111-1/+21
* [SPARK-9788] [MLLIB] Fix LDA Binary CompatibilityFeynman Liang2015-08-114-24/+46
* Closes #1290Xiangrui Meng2015-08-110-0/+0
* [SPARK-9824] [CORE] Fix the issue that InternalAccumulator leaks WeakReferencezsxwing2015-08-113-11/+16
* [SPARK-9814] [SQL] EqualNotNull not passing to data sourceshyukjinkwon2015-08-113-0/+15
* [SPARK-7726] Add import so Scaladoc doesn't fail.Patrick Wendell2015-08-111-0/+3
* [SPARK-9750] [MLLIB] Improve equals on SparseMatrix and DenseMatrixFeynman Liang2015-08-112-2/+24
* [SPARK-9646] [SQL] Add metrics for all join and aggregate operatorszsxwing2015-08-1127-107/+847
* [SPARK-9572] [STREAMING] [PYSPARK] Added StreamingContext.getActiveOrCreate()...Tathagata Das2015-08-113-15/+177
* [SPARK-8764] [ML] string indexer should take option to handle unseen valuesHolden Karau2015-08-114-4/+73
* [SPARK-8345] [ML] Add an SQL node as a feature transformerYanbo Liang2015-08-112-0/+116
* Fix comment errorJeff Zhang2015-08-111-1/+1
* [SPARK-9785] [SQL] HashPartitioning compatibility should consider expression ...Josh Rosen2015-08-112-10/+60
* [SPARK-9815] Rename PlatformDependent.UNSAFE -> Platform.Reynold Xin2015-08-1139-499/+371
* [SPARK-9727] [STREAMING] [BUILD] Updated streaming kinesis SBT project name t...Tathagata Das2015-08-113-5/+5
* [SPARK-9810] [BUILD] Remove individual commit messages from the squash commit...Reynold Xin2015-08-111-5/+1
* [SPARK-9640] [STREAMING] [TEST] Do not run Python Kinesis tests when the Kine...Tathagata Das2015-08-101-12/+44
* [SPARK-9729] [SPARK-9363] [SQL] Use sort merge join for left and right outer ...Josh Rosen2015-08-1013-319/+1165
* [SPARK-9340] [SQL] Fixes converting unannotated Parquet listsDamian Guy2015-08-1114-33/+247
* [SPARK-9801] [STREAMING] Check if file exists before deleting temporary files.Hao Zhu2015-08-101-2/+6
* [SPARK-5155] [PYSPARK] [STREAMING] Mqtt streaming support in PythonPrabeesh K2015-08-1014-109/+565
* [SPARK-9759] [SQL] improve decimal.times() and cast(int, decimalType)Davies Liu2015-08-102-32/+22
* [SPARK-9620] [SQL] generated UnsafeProjection should support many columns or ...Davies Liu2015-08-106-142/+207
* [SPARK-9763][SQL] Minimize exposure of internal SQL classes.Reynold Xin2015-08-1076-966/+1114
* [SPARK-9784] [SQL] Exchange.isUnsafe should check whether codegen and unsafe ...Josh Rosen2015-08-101-1/+1
* Fixed AtmoicReference<> ExampleMahmoud Lababidi2015-08-101-1/+1
* [SPARK-9755] [MLLIB] Add docs to MultivariateOnlineSummarizer methodsFeynman Liang2015-08-101-0/+16
* [SPARK-9710] [TEST] Fix RPackageUtilsSuite when R is not available.Marcelo Vanzin2015-08-101-2/+6
* [SPARK-9743] [SQL] Fixes JSONRelation refreshingCheng Lian2015-08-104-12/+21
* [SPARK-9777] [SQL] Window operator can accept UnsafeRowsYin Huai2015-08-091-0/+2
* [CORE] [SPARK-9760] Use Option instead of Some for Ivy reposShivaram Venkataraman2015-08-091-1/+1
* [SPARK-9703] [SQL] Refactor EnsureRequirements to avoid certain unnecessary s...Josh Rosen2015-08-095-65/+328
* Disable JobGeneratorSuite "Do not clear received block data too soon".Reynold Xin2015-08-091-1/+2
* [SPARK-9737] [YARN] Add the suggested configuration when required executor me...Yadong Qi2015-08-091-2/+4
* [SPARK-8930] [SQL] Throw a AnalysisException with meaningful messages if Data...Yijie Shen2015-08-093-2/+21
* [SPARK-9752][SQL] Support UnsafeRow in Sample operator.Reynold Xin2015-08-094-27/+61
* [SPARK-6212] [SQL] The EXPLAIN output of CTAS only shows the analyzed planYijie Shen2015-08-083-3/+38
* [MINOR] inaccurate comments for showString()CodingCat2015-08-081-1/+1
* [SPARK-9486][SQL] Add data source aliasing for external packagesJoseph Batchik2015-08-0811-30/+156