aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-8792] [ML] Add Python API for PCA transformerYanbo Liang2015-07-171-1/+63
* [SPARK-9090] [ML] Fix definition of residual in LinearRegressionSummary, Ense...Feynman Liang2015-07-174-7/+7
* [SPARK-5681] [STREAMING] Move 'stopReceivers' to the event loop to resolve th...zsxwing2015-07-175-62/+138
* [SPARK-9136] [SQL] fix several bugs in DateTimeUtils.stringToTimestampWenchen Fan2015-07-172-4/+14
* [SPARK-8600] [ML] Naive Bayes API for spark.ml PipelinesYanbo Liang2015-07-175-8/+400
* [SPARK-9062] [ML] Change output type of Tokenizer to Array(String, true)Yuhao Yang2015-07-171-2/+2
* [SPARK-9138] [MLLIB] fix Vectors.denseDavies Liu2015-07-171-3/+8
* [SPARK-9109] [GRAPHX] Keep the cached edge in the graphtien-dungle2015-07-171-2/+7
* [SPARK-8945][SQL] Add add and subtract expressions for IntervalTypeLiang-Chi Hsieh2015-07-178-14/+136
* [SPARK-8209[SQL]Add function convzhichao.li2015-07-175-2/+242
* [SPARK-9130][SQL] throw exception when check equality between external and in...Wenchen Fan2015-07-173-7/+53
* [MINOR] [ML] fix wrong annotation of RFormula.formulaYanbo Liang2015-07-171-1/+1
* [SPARK-8851] [YARN] In Client mode, make sure the client logs in and updates ...Hari Shreedharan2015-07-174-26/+56
* [SPARK-9022] [SQL] Generated projections for UnsafeRowDavies Liu2015-07-1711-72/+266
* [SPARK-9093] [SPARKR] Fix single-quotes strings in SparkRYu ISHIKAWA2015-07-175-12/+12
* [SPARK-9102] [SQL] Improve project collapse with nondeterministic expressionsWenchen Fan2015-07-173-23/+51
* Added inline comment for the canEqual PR by @cloud-fan.Reynold Xin2015-07-161-1/+6
* [SPARK-9126] [MLLIB] do not assert on time taken by Thread.sleep()Xiangrui Meng2015-07-162-25/+43
* [SPARK-7131] [ML] Copy Decision Tree, Random Forest impl to spark.mlJoseph K. Bradley2015-07-1618-32/+1678
* [SPARK-8899] [SQL] remove duplicated equals method for RowWenchen Fan2015-07-167-74/+50
* [SPARK-8857][SPARK-8859][Core]Add an internal flag to Accumulable and send in...zsxwing2015-07-1610-56/+104
* [SPARK-8119] HeartbeatReceiver should replace executors, not killAndrew Or2015-07-164-37/+194
* [SPARK-6284] [MESOS] Add mesos role, principal and secretTimothy Chen2015-07-167-96/+358
* [SPARK-8646] PySpark does not run on YARN if master not provided in command lineLianhui Wang2015-07-162-1/+6
* [SPARK-8644] Include call site in SparkException stack traces thrown by job f...Aaron Davidson2015-07-162-0/+18
* [SPARK-6304] [STREAMING] Fix checkpointing doesn't retain driver port issue.jerryshao2015-07-162-1/+46
* [SPARK-9085][SQL] Remove LeafNode, UnaryNode, BinaryNode from TreeNode.Reynold Xin2015-07-1611-66/+69
* [SPARK-6941] [SQL] Provide a better error message to when inserting into RDD ...Yijie Shen2015-07-162-4/+60
* [SPARK-9015] [BUILD] Clean project import in scala ideJan Prach2015-07-165-85/+53
* [SPARK-8995] [SQL] cast date strings like '2015-01-01 12:15:31' to dateTarek Auel2015-07-164-15/+562
* [SPARK-8893] Add runtime checks against non-positive number of partitionsDaniel Darabos2015-07-162-1/+6
* [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