aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-6667] [PySpark] remove setReuseAddressDavies Liu2015-04-022-1/+1
* [SPARK-6672][SQL] convert row to catalyst in createDataFrame(RDD[Row], ...)Xiangrui Meng2015-04-027-8/+37
* [SPARK-6627] Some clean-up in shuffle code.Patrick Wendell2015-04-0112-51/+51
* [SPARK-6663] [SQL] use Literal.create instread of constructorDavies Liu2015-04-0116-213/+220
* Revert "[SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine...Cheng Lian2015-04-022-20/+3
* [SPARK-6658][SQL] Update DataFrame documentation to fix type references.Chet Mancini2015-04-011-6/+6
* [SPARK-6578] Small rewrite to make the logic more clear in MessageWithHeader....Reynold Xin2015-04-011-20/+23
* [SPARK-6660][MLLIB] pythonToJava doesn't recognize object arraysXiangrui Meng2015-04-012-1/+12
* [SPARK-6553] [pyspark] Support functools.partial as UDFksonj2015-04-012-1/+33
* [SPARK-6580] [MLLIB] Optimize LogisticRegressionModel.predictPointYanbo Liang2015-04-011-29/+26
* [SPARK-6576] [MLlib] [PySpark] DenseMatrix in PySpark should support indexingMechCoder2015-04-012-0/+17
* [SPARK-6642][MLLIB] use 1.2 lambda scaling and remove addImplicit from Normal...Xiangrui Meng2015-04-013-84/+60
* [SPARK-6578] [core] Fix thread-safety issue in outbound path of network library.Marcelo Vanzin2015-04-017-10/+364
* [SPARK-6657] [Python] [Docs] fixed python doc build warningsJoseph K. Bradley2015-04-012-17/+11
* [SPARK-6651][MLLIB] delegate dense vector arithmetics to the underlying numpy...Xiangrui Meng2015-04-011-1/+37
* SPARK-6433 hive tests to import spark-sql test JAR for QueryTest accessSteve Loughran2015-04-016-240/+34
* [SPARK-6608] [SQL] Makes DataFrame.rdd a lazy valCheng Lian2015-04-011-2/+4
* SPARK-6626 [DOCS]: Corrected Scala:TwitterUtils parametersjayson2015-04-011-1/+1
* [SPARK-6597][Minor] Replace `input:checkbox` with `input[type="checkbox"]` in...Kousuke Saruta2015-04-011-4/+4
* [EC2] [SPARK-6600] Open ports in ec2/spark_ec2.py to allow HDFS NFS gatewayFlorian Verhein2015-04-011-0/+7
* [SPARK-4655][Core] Split Stage into ShuffleMapStage and ResultStage subclassesIlya Ganelin2015-04-016-196/+298
* [Doc] Improve Python DataFrame documentationReynold Xin2015-03-316-390/+253
* [SPARK-6614] OutputCommitCoordinator should clear authorized committer only a...Josh Rosen2015-03-312-3/+30
* [SPARK-5692] [MLlib] Word2Vec save/loadMechCoder2015-03-312-3/+110
* [SPARK-6633][SQL] Should be "Contains" instead of "EndsWith" when constructin...Liang-Chi Hsieh2015-03-311-1/+1
* [SPARK-5371][SQL] Propagate types after function conversion, before futher re...Michael Armbrust2015-03-313-2/+27
* [SPARK-6255] [MLLIB] Support multiclass classification in Python APIYanbo Liang2015-03-313-32/+134
* [SPARK-6598][MLLIB] Python API for IDFModellewuathe2015-03-312-0/+20
* [SPARK-6145][SQL] fix ORDER BY on nested fieldsMichael Armbrust2015-03-318-57/+185
* [SPARK-6575] [SQL] Adds configuration to disable schema merging while convert...Cheng Lian2015-03-312-10/+15
* [SPARK-6555] [SQL] Overrides equals() and hashCode() for MetastoreRelationCheng Lian2015-03-312-20/+28
* [SPARK-4894][mllib] Added Bernoulli option to NaiveBayes model in mllibleahmcguire2015-03-314-91/+322
* [SPARK-6542][SQL] add CreateStructXiangrui Meng2015-03-313-23/+73
* [SPARK-6618][SQL] HiveMetastoreCatalog.lookupRelation should use fine-grained...Yin Huai2015-03-312-3/+20
* [SPARK-6623][SQL] Alias DataFrame.na.drop and DataFrame.na.fill in Python.Reynold Xin2015-03-312-6/+45
* [SPARK-6625][SQL] Add common string filters to data sources.Reynold Xin2015-03-314-22/+133
* [SPARK-5124][Core] Move StopCoordinator to the receive method since it does n...zsxwing2015-03-301-4/+6
* [SPARK-6119][SQL] DataFrame support for missing data handlingReynold Xin2015-03-308-8/+606
* [SPARK-6369] [SQL] Uses commit coordinator to help committing Hive and Parque...Cheng Lian2015-03-316-73/+103
* [SPARK-6603] [PySpark] [SQL] add SQLContext.udf and deprecate inferSchema() a...Davies Liu2015-03-301-27/+60
* [HOTFIX][SPARK-4123]: Updated to fix bug where multiple dependencies added br...Brennon York2015-03-301-2/+2
* [SPARK-6592][SQL] fix filter for scaladoc to generate API doc for Row class u...CodingCat2015-03-303-10/+10
* [SPARK-6595][SQL] MetastoreRelation should be a MultiInstanceRelationMichael Armbrust2015-03-304-4/+27
* [HOTFIX] Update start-slave.shJose Manuel Gomez2015-03-301-1/+1
* [SPARK-5750][SPARK-3441][SPARK-5836][CORE] Added documentation explaining shu...Ilya Ganelin2015-03-301-11/+72
* [SPARK-6596] fix the instruction on building scaladocCodingCat2015-03-301-2/+2
* [spark-sql] a better exception message than "scala.MatchError" for unsupporte...Eran Medan2015-03-301-0/+2
* Fix string interpolator error in HeartbeatReceiverLi Zhihui2015-03-291-1/+1
* [SPARK-5124][Core] A standard RPC interface and an Akka implementationzsxwing2015-03-2913-86/+1466
* [SPARK-6585][Tests]Fix FileServerSuite testcase in some Env.June.He2015-03-291-2/+2