aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4422][MLLIB]In some cases, Vectors.fromBreeze get wrong results.GuoQiang Li2014-11-162-1/+8
* Preparing development version 1.2.1-SNAPSHOTUbuntu2014-11-1730-61/+61
* Preparing Spark release v1.2.0-snapshot0Ubuntu2014-11-1730-30/+30
* Revert "[SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, an...Michael Armbrust2014-11-164-142/+115
* [SPARK-4309][SPARK-4407][SQL] Date type support for Thrift server, and fixes ...Cheng Lian2014-11-164-115/+142
* [SPARK-4393] Fix memory leak in ConnectionManager ACK timeout TimerTasks; use...Josh Rosen2014-11-161-12/+35
* [SPARK-4426][SQL][Minor] The symbol of BitwiseOr is wrong, should not be '&'Kousuke Saruta2014-11-151-1/+1
* [SPARK-4419] Upgrade snappy-java to 1.1.1.6Josh Rosen2014-11-151-1/+1
* [SPARK-2321] Several progress API improvements / refactoringsJosh Rosen2014-11-147-172/+269
* Added contains(key) to Metadatakai2014-11-142-0/+16
* [SPARK-4260] Httpbroadcast should set connection timeout.Kousuke Saruta2014-11-141-0/+2
* [SPARK-4363][Doc] Update the Broadcast examplezsxwing2014-11-142-2/+2
* [SPARK-4379][Core] Change Exception to SparkException in checkpointzsxwing2014-11-141-1/+1
* [SPARK-4415] [PySpark] JVM should exit after Python exitDavies Liu2014-11-144-9/+9
* [SPARK-4404]SparkSubmitDriverBootstrapper should stop after its SparkSubmit s...WangTao2014-11-141-0/+10
* SPARK-4214. With dynamic allocation, avoid outstanding requests for more...Sandy Ryza2014-11-142-9/+94
* [SPARK-4412][SQL] Fix Spark's control of Parquet logging.Jim Carroll2014-11-141-0/+15
* [SPARK-4365][SQL] Remove unnecessary filter call on records returned from par...Yash Datta2014-11-141-1/+1
* [SPARK-4386] Improve performance when writing Parquet files.Jim Carroll2014-11-141-6/+8
* [SPARK-4322][SQL] Enables struct fields as sub expressions of grouping fieldsCheng Lian2014-11-143-20/+34
* [SQL] Don't shuffle code generated rowsMichael Armbrust2014-11-142-2/+9
* [SQL] Minor cleanup of comments, errors and override.Michael Armbrust2014-11-143-10/+12
* [SPARK-4391][SQL] Configure parquet filters using SQLConfMichael Armbrust2014-11-145-11/+21
* [SPARK-4390][SQL] Handle NaN cast to decimal correctlyMichael Armbrust2014-11-143-1/+9
* [SPARK-4062][Streaming]Add ReliableKafkaReceiver in Spark Streaming Kafka con...jerryshao2014-11-1410-143/+651
* [SPARK-4333][SQL] Correctly log number of iterations in RuleExecutorDoingDone92014-11-141-1/+2
* SPARK-4375. no longer require -Pscala-2.10Sandy Ryza2014-11-147-171/+54
* [SPARK-4245][SQL] Fix containsNull of the result ArrayType of CreateArray exp...Takuya UESHIN2014-11-145-2/+106
* [SPARK-4239] [SQL] support view in HiveQlDaoyuan Wang2014-11-1442-17/+5098
* Update failed assert text to match code in SizeEstimatorSuiteJeff Hammerbacher2014-11-141-1/+1
* [SPARK-4313][WebUI][Yarn] Fix link issue of the executor thread dump page in ...zsxwing2014-11-143-3/+18
* SPARK-3663 Document SPARK_LOG_DIR and SPARK_PID_DIRAndrew Ash2014-11-141-1/+8
* [Spark Core] SPARK-4380 Edit spilling log from MB to BHong Shen2014-11-141-2/+3
* [SPARK-4398][PySpark] specialize sc.parallelize(xrange)Xiangrui Meng2014-11-141-4/+21
* Revert "[SPARK-2703][Core]Make Tachyon related unit tests execute without dep...Patrick Wendell2014-11-143-18/+2
* [SPARK-4394][SQL] Data Sources API ImprovementsMichael Armbrust2014-11-149-15/+32
* [SPARK-4310][WebUI] Sort 'Submitted' column in Stage page by timezsxwing2014-11-131-1/+3
* [SPARK-4372][MLLIB] Make LR and SVM's default parameters consistent in Scala ...Xiangrui Meng2014-11-1310-79/+95
* [SPARK-4326] fix unidocXiangrui Meng2014-11-136-4/+6
* [HOT FIX] make-distribution.sh fails if Yarn shuffle jar DNEAndrew Or2014-11-131-1/+3
* [SPARK-4378][MLLIB] make ALS more Java-friendlyXiangrui Meng2014-11-133-53/+53
* [SPARK-4348] [PySpark] [MLlib] rename random.py to rand.pyDavies Liu2014-11-136-20/+38
* [SPARK-4256] Make Binary Evaluation Metrics functions defined in cases where ...Andrew Bullen2014-11-122-27/+113
* [SPARK-4370] [Core] Limit number of Netty cores based on executor sizeAaron Davidson2014-11-1217-64/+104
* [SPARK-4373][MLLIB] fix MLlib maven testsXiangrui Meng2014-11-1236-82/+108
* [Release] Bring audit scripts up-to-dateAndrew Or2014-11-124-286/+75
* [SPARK-2672] support compressed file in wholeTextFileDavies Liu2014-11-123-13/+103
* [SPARK-4369] [MLLib] fix TreeModel.predict() with RDDDavies Liu2014-11-122-12/+26
* [SPARK-3666] Extract interfaces for EdgeRDD and VertexRDDAnkur Dave2014-11-124-244/+386
* [Release] Correct make-distribution.sh log pathAndrew Or2014-11-121-1/+1