aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-5895] [ML] Add VectorSlicer - updatedXusen Yin2015-08-055-0/+327
* [SPARK-9054] [SQL] Rename RowOrdering to InterpretedOrdering; use newOrdering...Josh Rosen2015-08-0512-36/+55
* [SPARK-9657] Fix return type of getMaxPatternLengthFeynman Liang2015-08-051-1/+1
* Closes #7474 since it's marked as won't fix.Reynold Xin2015-08-050-0/+0
* [SPARK-9649] Fix flaky test MasterSuite - randomize portsAndrew Or2015-08-051-4/+4
* Closes #7778 since it is done as #7893.Reynold Xin2015-08-050-0/+0
* [SPARK-9403] [SQL] Add codegen support in In and InSetLiang-Chi Hsieh2015-08-056-10/+119
* [SPARK-9141] [SQL] [MINOR] Fix comments of PR #7920Yin Huai2015-08-052-3/+3
* [SPARK-9519] [YARN] Confirm stop sc successfully when application was killedlinweizhong2015-08-051-15/+32
* [SPARK-9141] [SQL] Remove project collapsing from DataFrame APIMichael Armbrust2015-08-0518-106/+234
* [SPARK-6486] [MLLIB] [PYTHON] Add BlockMatrix to PySpark.Mike Dusenberry2015-08-053-6/+388
* [SPARK-9381] [SQL] Migrate JSON data source to the new partitioning data sourceCheng Hao2015-08-0515-223/+382
* [SPARK-9618] [SQL] Use the specified schema when reading Parquet filesNathan Howell2015-08-051-1/+1
* [SPARK-9593] [SQL] Fixes Hadoop shims loadingCheng Lian2015-08-051-0/+48
* [SPARK-9607] [SPARK-9608] fix zinc-port handling in build/mvnRyan Williams2015-08-051-4/+4
* [HOTFIX] Add static import to fix build break from #7676.Josh Rosen2015-08-051-0/+1
* [SPARK-9628][SQL]Rename int to SQLDate, long to SQLTimestamp for better reada...Yijie Shen2015-08-051-32/+37
* [SPARK-8861][SPARK-8862][SQL] Add basic instrumentation to each SparkPlan ope...zsxwing2015-08-0524-55/+1735
* [SPARK-9601] [DOCS] Fix JavaPairDStream signature for stream-stream and windo...Namit Katariya2015-08-051-2/+2
* [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