aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-9360] [SQL] Support BinaryType in PrefixComparators for UnsafeExternal...Takeshi YAMAMURO2015-08-054-0/+78
* Closes #7917Reynold Xin2015-08-050-0/+0
* [SPARK-9581][SQL] Add unit test for JSON UDTEmiliano Leporati2015-08-052-1/+21
* [SPARK-9217] [STREAMING] Make the kinesis receiver reliable by recording sequ...Tathagata Das2015-08-0511-197/+605
* [SPARK-9119] [SPARK-8359] [SQL] match Decimal.precision/scale with DecimalTypeDavies Liu2015-08-0416-50/+122
* [SPARK-8231] [SQL] Add array_containsPedro Rodriguez2015-08-046-5/+163
* [SPARK-9540] [MLLIB] optimize PrefixSpan implementationXiangrui Meng2015-08-043-391/+599
* Update docs/README.md to put all prereqs together.Reynold Xin2015-08-041-35/+8
* [SPARK-9504] [STREAMING] [TESTS] Fix o.a.s.streaming.StreamingContextSuite.st...zsxwing2015-08-041-1/+2
* [SPARK-9513] [SQL] [PySpark] Add python API for DataFrame functionsDavies Liu2015-08-042-319/+610
* [SPARK-7119] [SQL] Give script a default serde with the user specific typeszhichao.li2015-08-043-60/+49
* [SPARK-8313] R Spark packages supportBurak Yavuz2015-08-049-35/+538
* [SPARK-9432][SQL] Audit expression unit tests to make sure we pass the proper...Yijie Shen2015-08-045-4/+164
* [SPARK-8601] [ML] Add an option to disable standardization for linear regressionHolden Karau2015-08-043-86/+268
* [SPARK-9609] [MLLIB] Fix spelling of Strategy.defaultStrategyFeynman Liang2015-08-043-4/+8
* [SPARK-9598][SQL] do not expose generic getter in internal rowWenchen Fan2015-08-0411-108/+80
* [SPARK-9586] [ML] Update BinaryClassificationEvaluator to use setRawPredictio...Joseph K. Bradley2015-08-041-1/+8
* [SPARK-6485] [MLLIB] [PYTHON] Add CoordinateMatrix/RowMatrix/IndexedRowMatrix...Mike Dusenberry2015-08-046-3/+704
* [SPARK-9582] [ML] LDA cleanupsJoseph K. Bradley2015-08-042-43/+58
* [SPARK-9447] [ML] [PYTHON] Added HasRawPredictionCol, HasProbabilityCol to Ra...Joseph K. Bradley2015-08-041-1/+12
* [SPARK-9602] remove "Akka/Actor" words from commentsCodingCat2015-08-0416-31/+27
* [SPARK-9452] [SQL] Support records larger than page size in UnsafeExternalSorterJosh Rosen2015-08-048-167/+372
* [SPARK-9553][SQL] remove the no-longer-necessary createCode and createStructC...Wenchen Fan2015-08-042-154/+17
* [SPARK-9606] [SQL] Ignore flaky thrift server testsMichael Armbrust2015-08-041-1/+3
* [SPARK-8069] [ML] Add multiclass thresholds for ProbabilisticClassifierHolden Karau2015-08-0414-40/+265
* [SPARK-9512][SQL] Revert SPARK-9251, Allow evaluation while sortingMichael Armbrust2015-08-043-99/+8
* [SPARK-9562] Change reference to amplab/spark-ec2 from mesos/Shivaram Venkataraman2015-08-041-1/+1
* [SPARK-9541] [SQL] DataTimeUtils cleanupYijie Shen2015-08-041-85/+57
* [SPARK-8246] [SQL] Implement get_json_objectDavies Liu2015-08-0417-1/+613
* [SPARK-8244] [SQL] string function: find in setTarek Auel2015-08-046-4/+87
* [SPARK-9583] [BUILD] Do not print mvn debug messages to stdout.Marcelo Vanzin2015-08-041-3/+3
* [SPARK-2016] [WEBUI] RDD partition table pagination for the RDD PageCarson Wang2015-08-043-45/+209
* [SPARK-8064] [BUILD] Follow-up. Undo change from SPARK-9507 that was accident...tedyu2015-08-041-3/+0
* [SPARK-9534] [BUILD] Enable javac lint for scalac parity; fix a lot of build ...Sean Owen2015-08-0429-107/+167
* [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