aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8807] [SPARKR] Add between operator in SparkRLiang-Chi Hsieh2015-07-154-0/+34
* [SPARK-8972] [SQL] Incorrect result for rollupCheng Hao2015-07-158-3/+145
* [SPARK-9068][SQL] refactor the implicit type cast codeWenchen Fan2015-07-1513-126/+81
* [SPARK-8245][SQL] FormatNumber/Length Support for ExpressionCheng Hao2015-07-156-41/+261
* [SPARK-9060] [SQL] Revert SPARK-8359, SPARK-8800, and SPARK-8677Yin Huai2015-07-152-37/+2
* [SPARK-9018] [MLLIB] add stopwatchesXiangrui Meng2015-07-152-0/+260
* [SPARK-8774] [ML] Add R model formula with basic support as a transformerEric Liang2015-07-154-1/+279
* [SPARK-9086][SQL] Remove BinaryNode from TreeNode.Reynold Xin2015-07-154-14/+26
* [SPARK-9071][SQL] MonotonicallyIncreasingID and SparkPartitionID should be ma...Reynold Xin2015-07-153-4/+14
* [SPARK-8974] Catch exceptions in allocation schedule task.KaiXinXiaoLei2015-07-151-1/+11
* [SPARK-6602][Core]Replace Akka Serialization with Spark Serializerzsxwing2015-07-1512-62/+214
* [SPARK-9005] [MLLIB] Fix RegressionMetrics computation of explainedVarianceFeynman Liang2015-07-153-15/+83
* SPARK-9070 JavaDataFrameSuite teardown NPEs if setup failedSteve Loughran2015-07-151-1/+3
* [SPARK-7555] [DOCS] Add doc for elastic net in ml-guide and mllib-guideShuo Xiang2015-07-153-25/+188
* [Minor][SQL] Allow spaces in the beginning and ending of string for IntervalLiang-Chi Hsieh2015-07-152-0/+7
* [SPARK-8221][SQL]Add pmod functionzhichao.li2015-07-156-1/+170
* [SPARK-9020][SQL] Support mutable state in code gen expressionsWenchen Fan2015-07-159-66/+171
* [SPARK-8840] [SPARKR] Add float coercion on SparkRLiang-Chi Hsieh2015-07-155-3/+44
* [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