aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-11117] [SPARK-11345] [SQL] Makes all HadoopFsRelation data sources pro...Cheng Lian2015-10-3112-59/+156
* [SPARK-11265][YARN] YarnClient can't get tokens to talk to Hive 1.2.1 in a se...Steve Loughran2015-10-314-49/+129
* [SPARK-11024][SQL] Optimize NULL in <inlist-expressions> by folding it to Lit...Dilip Biswal2015-10-312-1/+55
* [SPARK-11424] Guard against double-close() of RecordReadersJosh Rosen2015-10-314-52/+66
* [SPARK-11226][SQL] Empty line in json file should be skippedJeff Zhang2015-10-313-24/+36
* [SPARK-11434][SPARK-11103][SQL] Fix test ": Filter applied on merged Parquet ...Yin Huai2015-10-301-3/+3
* [SPARK-11385] [ML] foreachActive made public in MLLib's vector APINakul Jindal2015-10-301-3/+6
* Revert "[SPARK-11236][CORE] Update Tachyon dependency from 0.7.1 -> 0.8.0."Yin Huai2015-10-302-5/+9
* [SPARK-11423] remove MapPartitionsWithPreparationRDDDavies Liu2015-10-308-270/+75
* [SPARK-11340][SPARKR] Support setting driver properties when starting Spark f...felixcheung2015-10-303-13/+87
* [SPARK-11342][TESTS] Allow to set hadoop profile when running dev/ru…Jeff Zhang2015-10-301-1/+1
* [SPARK-11210][SPARKR] Add window functions into SparkR [step 2].Sun Rui2015-10-304-0/+117
* [SPARK-11414][SPARKR] Forgot to update usage of 'spark.sparkr.r.command' in R...Sun Rui2015-10-301-1/+6
* [SPARK-10986][MESOS] Set the context class loader in the Mesos executor backend.Iulian Dragos2015-10-301-0/+5
* [SPARK-11393] [SQL] CoGroupedIterator should respect the fact that GroupedIte...Wenchen Fan2015-10-302-6/+32
* [SPARK-11103][SQL] Filter applied on Merged Parquet shema with new column failhyukjinkwon2015-10-302-1/+25
* [SPARK-11207] [ML] Add test cases for solver selection of LinearRegres…Lewuathe2015-10-302-82/+144
* [SPARK-11417] [SQL] no @Override in codegenDavies Liu2015-10-303-9/+0
* [SPARK-10342] [SPARK-10309] [SPARK-10474] [SPARK-10929] [SQL] Cooperative mem...Davies Liu2015-10-2930-834/+1270
* [SPARK-11409][SPARKR] Enable url link in R doc for Persistfelixcheung2015-10-291-2/+2
* [SPARK-11301] [SQL] fix case sensitivity for filter on partitioned columnsWenchen Fan2015-10-292-7/+15
* [SPARK-11236][CORE] Update Tachyon dependency from 0.7.1 -> 0.8.0.Calvin Jia2015-10-292-9/+5
* [SPARK-10532][EC2] Added --profile option to specify the name of profileteramonagi2015-10-291-1/+8
* [SPARK-10641][SQL] Add Skewness and Kurtosis Supportsethah2015-10-2912-11/+823
* [SPARK-11188][SQL] Elide stacktraces in bin/spark-sql for AnalysisExceptionsDilip Biswal2015-10-293-6/+27
* [SPARK-11246] [SQL] Table cache for Parquet broken in 1.5xin Wu2015-10-292-0/+16
* [SPARK-11388][BUILD] Fix self closing tags.Herman van Hovell2015-10-292-6/+6
* [SPARK-11318] Include hive profile in make-distribution.sh commandtedyu2015-10-291-1/+1
* [SPARK-11370] [SQL] fix a bug in GroupedIterator and create unit test for itWenchen Fan2015-10-292-37/+144
* [SPARK-11379][SQL] ExpressionEncoder can't handle top level primitive type co...Wenchen Fan2015-10-292-1/+2
* [SPARK-11322] [PYSPARK] Keep full stack trace in captured exceptionLiang-Chi Hsieh2015-10-282-4/+21
* [SPARK-11351] [SQL] support hive interval literalWenchen Fan2015-10-282-20/+103
* [SPARK-11376][SQL] Removes duplicated `mutableRow` fieldCheng Lian2015-10-291-2/+0
* [SPARK-11363] [SQL] LeftSemiJoin should be LeftSemi in SparkStrategiesLiang-Chi Hsieh2015-10-281-3/+3
* [SPARK-11292] [SQL] Python API for text data sourceReynold Xin2015-10-282-2/+27
* [SPARK-11377] [SQL] withNewChildren should not convert StructType to SeqMichael Armbrust2015-10-281-1/+3
* [SPARK-11367][ML][PYSPARK] Python LinearRegression should support setting solverYanbo Liang2015-10-283-22/+37
* [SPARK-11369][ML][R] SparkR glm should support setting standardizeYanbo Liang2015-10-282-2/+5
* Typo in mllib-evaluation-metrics.mdMageswaran.D2015-10-281-2/+2
* [SPARK-11313][SQL] implement cogroup on DataSets (support 2 datasets)Wenchen Fan2015-10-288-0/+257
* [SPARK-11332] [ML] Refactored to use ml.feature.Instance instead of WeightedL...Nakul Jindal2015-10-283-24/+15
* [MINOR][ML] fix compile warnsXiangrui Meng2015-10-272-2/+3
* [SPARK-11302][MLLIB] 2) Multivariate Gaussian Model with Covariance matrix re...Sean Owen2015-10-273-6/+21
* [SPARK-10484] [SQL] Optimize the cartesian join with broadcast join for some ...Cheng Hao2015-10-2710-16/+261
* [SPARK-11178] Improving naming around task failures.Kay Ousterhout2015-10-2711-47/+66
* [SPARK-11212][CORE][STREAMING] Make preferred locations support ExecutorCache...zsxwing2015-10-278-132/+217
* [SPARK-11324][STREAMING] Flag for closing Write Ahead Logs after a writeBurak Yavuz2015-10-273-9/+44
* [SPARK-10024][PYSPARK] Python API RF and GBT related params clear upvectorijk2015-10-272-338/+168
* [SPARK-11347] [SQL] Support for joinWith in DatasetsMichael Armbrust2015-10-2718-615/+563
* [SPARK-6488][MLLIB][PYTHON] Support addition/multiplication in PySpark's Bloc...Mike Dusenberry2015-10-271-0/+68