aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [mllib] DecisionTree Strategy parameter checksJoseph K. Bradley2014-08-072-3/+38
* SPARK-2879 part 2 [BUILD] Use HTTPS to access Maven Central and other reposSean Owen2014-08-071-2/+4
* [SPARK-2851] [mllib] DecisionTree Python consistency updateJoseph K. Bradley2014-08-065-77/+181
* [SPARK-2887] fix bug of countApproxDistinct() when have more than one partitionDavies Liu2014-08-062-6/+6
* HOTFIX: Support custom Java 7 locationPatrick Wendell2014-08-061-1/+8
* SPARK-2879 [BUILD] Use HTTPS to access Maven Central and other reposSean Owen2014-08-061-3/+12
* [SPARK-2583] ConnectionManager error reportingKousuke Saruta2014-08-0610-89/+362
* SPARK-2882: Spark build now checks local maven cache for dependenciesGregory Owen2014-08-061-1/+2
* [HOTFIX][Streaming] Handle port collisions in flume polling testAndrew Or2014-08-061-1/+31
* [PySpark] Add blanklines to Python docstrings so example code renders correctlyRJ Nowling2014-08-061-0/+9
* [SPARK-2852][MLLIB] API consistency for `mllib.feature`Xiangrui Meng2014-08-065-10/+91
* SPARK-2566. Update ShuffleWriteMetrics incrementallySandy Ryza2014-08-0611-82/+164
* [SPARK-2627] [PySpark] have the build enforce PEP 8 automaticallyNicholas Chammas2014-08-0632-136/+348
* [SPARK-2678][Core][SQL] A workaround for SPARK-2678Cheng Lian2014-08-068-75/+164
* [SPARK-2875] [PySpark] [SQL] handle null in schemaRDD()Davies Liu2014-08-062-11/+23
* [SPARK-2157] Enable tight firewall rules for SparkAndrew Or2014-08-0622-172/+416
* [SPARK-1022][Streaming][HOTFIX] Fixed zookeeper dependency of KafkaTathagata Das2014-08-051-0/+4
* [MLlib] Use this.type as return type in k-means' builder patternDB Tsai2014-08-051-6/+6
* SPARK-2294: fix locality inversion bug in TaskManagerCodingCat2014-08-054-120/+203
* [SQL] Fix logging warn -> debugMichael Armbrust2014-08-051-2/+2
* [SQL] Tighten the visibility of various SQLConf methods and renamed setter/ge...Reynold Xin2014-08-056-66/+62
* [SPARK-2806] core - upgrade to json4s-jackson 3.2.10Anand Avati2014-08-051-1/+1
* [SPARK-2866][SQL] Support attributes in ORDER BY that aren't in SELECTMichael Armbrust2014-08-053-7/+116
* [SPARK-2854][SQL] Finalize _acceptable_types in pyspark.sqlYin Huai2014-08-052-9/+23
* [SPARK-2650][SQL] Try to partially fix SPARK-2650 by adjusting initial buffer...Cheng Lian2014-08-055-30/+20
* [sql] rename project name in pom.xml of hive-thriftserver modulewangfei2014-08-051-1/+1
* SPARK-2869 - Fix tiny bug in JdbcRdd for closing jdbc connectionStephen Boesch2014-08-051-3/+10
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-052-21/+95
* [SPARK-2503] Lower shuffle output buffer (spark.shuffle.file.buffer.kb) to 32KB.Reynold Xin2014-08-055-5/+5
* [SPARK-2864][MLLIB] fix random seed in word2vec; move model to localXiangrui Meng2014-08-052-97/+106
* SPARK-1680: use configs for specifying environment variables on YARNThomas Graves2014-08-054-6/+43
* SPARK-2380: Support displaying accumulator values in the web UIPatrick Wendell2014-08-0513-27/+294
* [SPARK-2859] Update url of Kryo project in related docsGuancheng (G.C.) Chen2014-08-051-2/+2
* [SPARK-2860][SQL] Fix coercion of CASE WHEN.Michael Armbrust2014-08-053-24/+36
* SPARK-1890 and SPARK-1891- add admin and modify aclsThomas Graves2014-08-058-37/+206
* SPARK-1528 - spark on yarn, add support for accessing remote HDFSThomas Graves2014-08-053-17/+101
* [SPARK-1022][Streaming] Add Kafka real unit testjerryshao2014-08-053-35/+293
* [SPARK-2856] Decrease initial buffer size for Kryo to 64KB.Reynold Xin2014-08-052-2/+4
* [SPARK-1779] Throw an exception if memory fractions are not between 0 and 1wangfei2014-08-051-0/+14
* [SPARK-2857] Correct properties to set Master / Worker portsAndrew Or2014-08-053-5/+5
* SPARK-2711. Create a ShuffleMemoryManager to track memory for all spilling co...Matei Zaharia2014-08-046-81/+450
* SPARK-2685. Update ExternalAppendOnlyMap to avoid buffer.remove()Matei Zaharia2014-08-041-15/+35
* [SPARK-2323] Exception in accumulator update should not crash DAGScheduler & ...Reynold Xin2014-08-042-10/+10
* [SPARK-1687] [PySpark] fix unit tests related to pickable namedtupleDavies Liu2014-08-041-1/+5
* SPARK-2792. Fix reading too much or too little data from each stream in Exter...Matei Zaharia2014-08-046-83/+194
* [SPARK-1687] [PySpark] pickable namedtupleDavies Liu2014-08-042-0/+79
* [MLlib] [SPARK-2510]Word2Vec: Distributed Representation of WordsLiquan Pei2014-08-032-0/+485
* SPARK-2272 [MLlib] Feature scaling which standardizes the range of independen...DB Tsai2014-08-036-1/+567
* Fix some bugs with spaces in directory name.Sarah Gerweck2014-08-031-5/+5
* [SPARK-2810] upgrade to scala-maven-plugin 3.2.0Anand Avati2014-08-031-1/+1