aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [SPARK-1740] [PySpark] kill the python workerDavies Liu2014-08-035-28/+125
* [SPARK-2783][SQL] Basic support for analyze in HiveContextYin Huai2014-08-033-2/+136
* [SPARK-2814][SQL] HiveThriftServer2 throws NPE when executing native commandsCheng Lian2014-08-031-4/+3
* [SPARK-2784][SQL] Deprecate hql() method in favor of a config option, 'spark....Michael Armbrust2014-08-0321-133/+199
* [SPARK-2197] [mllib] Java DecisionTree bug fix and easy-of-useJoseph K. Bradley2014-08-037-4/+162
* SPARK-2246: Add user-data option to EC2 scriptsAllan Douglas R. de Oliveira2014-08-031-2/+14
* SPARK-2712 - Add a small note to maven doc that mvn package must happen ...Stephen Boesch2014-08-031-1/+6
* [Minor] Fixes on top of #1679Andrew Or2014-08-022-10/+6
* SPARK-2414 [BUILD] Add LICENSE entry for jquerySean Owen2014-08-021-0/+1
* SPARK-2602 [BUILD] Tests steal focus under Java 6Sean Owen2014-08-021-0/+1
* [SPARK-2739][SQL] Rename registerAsTable to registerTempTableMichael Armbrust2014-08-0225-96/+103
* [SPARK-2797] [SQL] SchemaRDDs don't support unpersist()Yin Huai2014-08-021-2/+2
* [SPARK-2729][SQL] Added test case for SPARK-2729Cheng Lian2014-08-022-2/+22
* [SPARK-2785][SQL] Remove assertions that throw when users try unsupported Hiv...Michael Armbrust2014-08-021-4/+9
* [SPARK-2097][SQL] UDF SupportMichael Armbrust2014-08-0238-19/+1861
* SPARK-2804: Remove scalalogging-slf4j dependencyGuoQiang Li2014-08-0230-82/+83
* [SPARK-1981] Add AWS Kinesis streaming supportChris Fregly2014-08-0225-15/+1592
* [SQL] Set outputPartitioning of BroadcastHashJoin correctly.Yin Huai2014-08-021-2/+1
* [SPARK-2478] [mllib] DecisionTree Python APIJoseph K. Bradley2014-08-0210-21/+509
* [HOTFIX] Do not throw NPE if spark.test.home is not setAndrew Or2014-08-025-9/+14
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-08-020-0/+0
* HOTFIX: Fix concurrency issue in FlumePollingStreamSuite.Patrick Wendell2014-08-021-1/+6
* HOTFIX: Fixing test error in maven for flume-sink.Patrick Wendell2014-08-021-1/+4
* [SPARK-1812] sql/catalyst - Provide explicit type informationAnand Avati2014-08-021-1/+1
* [SPARK-2454] Do not ship spark home to WorkersAndrew Or2014-08-0213-26/+15
* [SPARK-2316] Avoid O(blocks) operations in listenersAndrew Or2014-08-0113-176/+843
* Revert "[SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the...Patrick Wendell2014-08-0135-203/+97
* [SPARK-1470][SPARK-1842] Use the scala-logging wrapper instead of the directl...GuoQiang Li2014-08-0135-97/+203
* StatCounter on NumPy arrays [PYSPARK][SPARK-2012]Jeremy Freeman2014-08-012-8/+37
* [SPARK-2801][MLlib]: DistributionGenerator renamed to RandomDataGenerator. Ra...Burak2014-08-015-46/+52
* [SPARK-1580][MLLIB] Estimate ALS communication and computation costs.Tor Myklebust2014-08-012-8/+144
* [SPARK-2550][MLLIB][APACHE SPARK] Support regularization and intercept in pys...Michael Giannakopoulos2014-08-012-11/+49
* Streaming mllib [SPARK-2438][MLLIB]Jeremy Freeman2014-08-018-2/+433
* [SPARK-2764] Simplify daemon.py process structureJosh Rosen2014-08-012-110/+79
* [SPARK-2800]: Exclude scalastyle-output.xml Apache RAT checksGuoQiang Li2014-08-011-0/+1
* [SPARK-2116] Load spark-defaults.conf from SPARK_CONF_DIR if setAlbert Chu2014-08-011-0/+11
* [SPARK-2212][SQL] Hash Outer Join (follow-up bug fix).Yin Huai2014-08-013-2/+114
* [SPARK-2010] [PySpark] [SQL] support nested structure in SchemaRDDDavies Liu2014-08-015-444/+996