aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3190] [GRAPHX] Fix VertexRDD.count() overflow regressionAnkur Dave2015-08-031-1/+1
* [SPARK-9521] [DOCS] Addendum. Require Maven 3.3.3+ in the buildSean Owen2015-08-041-1/+2
* [SPARK-9577][SQL] Surface concrete iterator types in various sort classes.Reynold Xin2015-08-034-85/+65
* [SPARK-8416] highlight and topping the executor threads in thread dumping pageCodingCat2015-08-032-3/+29
* [SPARK-9263] Added flags to exclude dependencies when using --packagesBurak Yavuz2015-08-034-15/+57
* [SPARK-9483] Fix UTF8String.getPrefix for big-endian.Matthew Brandyberry2015-08-031-10/+30
* Add a prerequisites section for building docsShivaram Venkataraman2015-08-031-0/+10
* [SPARK-8874] [ML] Add missing methods in Word2VecMechCoder2015-08-032-1/+99
* [SPARK-8064] [SQL] Build against Hive 1.2.1Steve Loughran2015-08-0379-584/+2861
* Revert "[SPARK-9372] [SQL] Filter nulls in join keys"Reynold Xin2015-08-0311-572/+37
* [SPARK-8735] [SQL] Expose memory usage for shuffles, joins and aggregationsAndrew Or2015-08-0351-163/+1070
* [SPARK-9544] [MLLIB] add Python API for RFormulaXiangrui Meng2015-08-032-15/+91
* [SPARK-9191] [ML] [Doc] Add ml.PCA user guide and code examplesYanbo Liang2015-08-031-0/+86
* [SPARK-9558][DOCS]Update docs to follow the increase of memory defaults.Kousuke Saruta2015-08-033-2/+3
* [SPARK-5133] [ML] Added featureImportance to RandomForestClassifier and Regre...Joseph K. Bradley2015-08-0311-16/+351
* [SPARK-9554] [SQL] Enables in-memory partition pruning by defaultCheng Lian2015-08-031-1/+1
* [SQL][minor] Simplify UnsafeRow.calculateBitSetWidthInBytes.Reynold Xin2015-08-032-1/+11
* [SPARK-9511] [SQL] Fixed Table Name ParsingJoseph Batchik2015-08-032-0/+12
* [SPARK-1855] Local checkpointingAndrew Or2015-08-0314-315/+1085
* [SPARK-9528] [ML] Changed RandomForestClassifier to extend ProbabilisticClass...Joseph K. Bradley2015-08-034-27/+81
* Two minor comments from code review on 191bf2689.Reynold Xin2015-08-032-1/+3
* [SPARK-9518] [SQL] cleanup generated UnsafeRowJoiner and fix bugDavies Liu2015-08-032-72/+37
* [SPARK-9551][SQL] add a cheap version of copy for UnsafeRow to reuse a copy b...Wenchen Fan2015-08-032-0/+70
* [SPARK-8873] [MESOS] Clean up shuffle files if external shuffle service is usedTimothy Chen2015-08-0315-17/+394
* [SPARK-9240] [SQL] Hybrid aggregate operator using unsafe rowYin Huai2015-08-0313-973/+1697
* [SPARK-9549][SQL] fix bugs in expressionsYijie Shen2015-08-039-43/+79
* [SPARK-9404][SPARK-9542][SQL] unsafe array data and map dataWenchen Fan2015-08-0216-31/+1295
* [SPARK-9372] [SQL] Filter nulls in join keysYin Huai2015-08-0211-37/+572
* [SPARK-9536] [SPARK-9537] [SPARK-9538] [ML] [PYSPARK] ml.classification suppo...Yanbo Liang2015-08-021-18/+43
* [SPARK-2205] [SQL] Avoid unnecessary exchange operators in multi-way joinsYin Huai2015-08-0210-31/+148
* [SPARK-9546][SQL] Centralize orderable data type checking.Reynold Xin2015-08-0215-144/+173
* [SPARK-9535][SQL][DOCS] Modify document for codegen.KaiXinXiaoLei2015-08-021-4/+3
* [SPARK-9543][SQL] Add randomized testing for UnsafeKVExternalSorter.Reynold Xin2015-08-024-122/+126
* [SPARK-7937][SQL] Support comparison on StructTypeLiang-Chi Hsieh2015-08-0211-15/+135
* [SPARK-9531] [SQL] UnsafeFixedWidthAggregationMap.destructAndCreateExternalSo...Reynold Xin2015-08-0217-215/+823
* [SPARK-9527] [MLLIB] add PrefixSpanModel and make PrefixSpan Java friendlyXiangrui Meng2015-08-023-9/+118
* [SPARK-9208][SQL] Sort DataFrame functions alphabetically.Reynold Xin2015-08-022-363/+291
* [SPARK-9149] [ML] [EXAMPLES] Add an example of spark.ml KMeansYu ISHIKAWA2015-08-023-0/+241
* [SPARK-9521] [BUILD] Require Maven 3.3.3+ in the buildSean Owen2015-08-021-3/+4
* [SPARK-9529] [SQL] improve TungstenSort on DecimalTypeDavies Liu2015-08-015-14/+30
* [SPARK-9000] [MLLIB] Support generic item types in PrefixSpanFeynman Liang2015-08-012-12/+132
* [SPARK-9459] [SQL] use generated FromUnsafeProjection to do deep copy for UTF...Davies Liu2015-08-018-27/+243
* [SPARK-8185] [SPARK-8188] [SPARK-8191] [SQL] function datediff, to_utc_timest...Davies Liu2015-08-019-61/+297
* [SPARK-8269] [SQL] string function: initcapHuJiayin2015-08-018-0/+156
* [SPARK-9495] prefix of DateType/TimestampTypeDavies Liu2015-08-012-2/+6
* [SPARK-9530] [MLLIB] ScalaDoc should not indicate LDAModel.describeTopics and...Meihua Wu2015-08-011-7/+0
* [SPARK-9520] [SQL] Support in-place sort in UnsafeFixedWidthAggregationMapReynold Xin2015-08-017-15/+196
* [SPARK-9491] Avoid fetching HBase tokens when not needed.Marcelo Vanzin2015-08-011-5/+6
* [SPARK-4751] Dynamic allocation in standalone modeAndrew Or2015-08-0113-170/+753
* [SPARK-8263] [SQL] substr/substring should also support binary typezhichao.li2015-08-016-13/+109