aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8706] [PYSPARK] [PROJECT INFRA] Add pylint checks to PySparkMechCoder2015-07-154-11/+457
* [SPARK-9012] [WEBUI] Escape Accumulators in the task tablezsxwing2015-07-151-1/+3
* [HOTFIX][SQL] Unit test breaking.Reynold Xin2015-07-151-3/+3
* [SPARK-8997] [MLLIB] Performance improvements in LocalPrefixSpanFeynman Liang2015-07-143-70/+44
* [SPARK-8279][SQL]Add math function roundYijie Shen2015-07-148-13/+329
* [SPARK-8018] [MLLIB] KMeans should accept initial cluster centers as paramFlytxtRnD2015-07-143-6/+58
* [SPARK-6259] [MLLIB] Python API for LDAYu ISHIKAWA2015-07-142-1/+98
* Revert SPARK-6910 and SPARK-9027Michael Armbrust2015-07-1410-218/+44
* [SPARK-8993][SQL] More comprehensive type checking in expressions.Reynold Xin2015-07-1417-165/+309
* [SPARK-8808] [SPARKR] Fix assignments in SparkR.Sun Rui2015-07-149-13/+13
* [HOTFIX] Adding new names to known contributorsPatrick Wendell2015-07-141-0/+9
* [SPARK-5523] [CORE] [STREAMING] Add a cache for hostname in TaskMetrics to de...jerryshao2015-07-141-0/+20
* [SPARK-8820] [STREAMING] Add a configuration to set checkpoint dir.huangzhaowei2015-07-142-0/+11
* [SPARK-9050] [SQL] Remove unused newOrdering argument from Exchange (cleanup ...Josh Rosen2015-07-142-24/+16
* [SPARK-9045] Fix Scala 2.11 build break in UnsafeExternalRowSorterJosh Rosen2015-07-141-4/+7
* [SPARK-8962] Add Scalastyle rule to ban direct use of Class.forName; fix exis...Josh Rosen2015-07-1449-84/+117
* [SPARK-4362] [MLLIB] Make prediction probability available in NaiveBayesModelSean Owen2015-07-142-18/+113
* [SPARK-8800] [SQL] Fix inaccurate precision/scale of Decimal division operationLiang-Chi Hsieh2015-07-142-4/+20
* [SPARK-4072] [CORE] Display Streaming blocks in Streaming UIzsxwing2015-07-1413-28/+684
* [SPARK-8718] [GRAPHX] Improve EdgePartition2D for non perfect square number o...Andrew Ray2015-07-141-11/+21
* [SPARK-9031] Merge BlockObjectWriter and DiskBlockObject writer to remove abs...Josh Rosen2015-07-1416-114/+90
* [SPARK-8911] Fix local mode endless heartbeatsAndrew Or2015-07-141-7/+13
* [SPARK-8933] [BUILD] Provide a --force flag to build/mvn that always uses dow...Brennon York2015-07-141-1/+10
* [SPARK-9027] [SQL] Generalize metastore predicate pushdownMichael Armbrust2015-07-142-25/+107
* [SPARK-9029] [SQL] shortcut CaseKeyWhen if key is nullWenchen Fan2015-07-141-24/+24
* [SPARK-6851] [SQL] function least/greatest follow upDaoyuan Wang2015-07-143-49/+62
* [SPARK-9010] [DOCUMENTATION] Improve the Spark Configuration document about `...zhaishidan2015-07-141-1/+1
* [SPARK-9001] Fixing errors in javadocs that lead to failed build/sbt docJoseph Gonzalez2015-07-146-12/+21
* [SPARK-6910] [SQL] Support for pushing predicates down to metastore for parti...Cheolsoo Park2015-07-139-44/+137
* [SPARK-8743] [STREAMING] Deregister Codahale metrics for streaming when Strea...Neelesh Srinivas Salian2015-07-132-6/+45
* [SPARK-8533] [STREAMING] Upgrade Flume to 1.6.0Hari Shreedharan2015-07-131-1/+1
* [SPARK-8636] [SQL] Fix equalNullSafe comparisonVinod K C2015-07-132-9/+6
* [SPARK-8991] [ML] Update SharedParamsCodeGen's Generated DocumentationVinod K C2015-07-132-21/+19
* [SPARK-8954] [BUILD] Remove unneeded deb repository from Dockerfile to fix bu...yongtang2015-07-131-5/+5
* Revert "[SPARK-8706] [PYSPARK] [PROJECT INFRA] Add pylint checks to PySpark"Davies Liu2015-07-133-455/+10
* [SPARK-8950] [WEBUI] Correct the calculation of SchedulerDelay in StagePageCarson Wang2015-07-131-23/+22
* [SPARK-8706] [PYSPARK] [PROJECT INFRA] Add pylint checks to PySparkMechCoder2015-07-133-10/+455
* [SPARK-6797] [SPARKR] Add support for YARN cluster mode.Sun Rui2015-07-1315-54/+133
* [SPARK-8596] Add module for rstudio link to sparkVincent D. Warmerdam2015-07-131-1/+1
* [SPARK-8944][SQL] Support casting between IntervalType and StringTypeWenchen Fan2015-07-134-1/+120
* [SPARK-8203] [SPARK-8204] [SQL] conditional function: least/greatestDaoyuan Wang2015-07-135-5/+263
* [SPARK-9006] [PYSPARK] fix microsecond loss in Python 3Davies Liu2015-07-121-1/+2
* [SPARK-8880] Fix confusing Stage.attemptId member variableKay Ousterhout2015-07-123-12/+18
* [SPARK-8970][SQL] remove unnecessary abstraction for ExtractValueWenchen Fan2015-07-103-32/+15
* [SPARK-8994] [ML] tiny cleanups to Params, PipelineJoseph K. Bradley2015-07-102-3/+3
* [SPARK-6487] [MLLIB] Add sequential pattern mining algorithm PrefixSpan to Sp...zhangjiajin2015-07-103-0/+390
* [SPARK-8598] [MLLIB] Implementation of 1-sample, two-sided, Kolmogorov Smirno...jose.cambronero2015-07-105-2/+387
* [SPARK-7735] [PYSPARK] Raise Exception on non-zero exit from pipe commandsScott Taylor2015-07-102-2/+26
* [SPARK-8961] [SQL] Makes BaseWriterContainer.outputWriterForRow accepts Inter...Cheng Lian2015-07-101-31/+42
* add inline comment for python testsDavies Liu2015-07-101-0/+1