aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11174] [DOCS] Fix typo in the GraphX programming guideLukasz Piepiora2015-10-181-1/+1
* [SPARK-11172] Close JsonParser/Generator in testtedyu2015-10-181-6/+8
* [SPARK-11000] [YARN] Load `metadata.Hive` class only when `hive.metastore.uri...huangzhaowei2015-10-171-4/+4
* [SPARK-11129] [MESOS] Link Spark WebUI from Mesos WebUIph2015-10-172-2/+12
* [SPARK-10185] [SQL] Feat sql comma separated pathsKoert Kuipers2015-10-175-11/+81
* [SPARK-11165] Logging trait should be private - not DeveloperApi.Reynold Xin2015-10-171-3/+2
* [SPARK-9963] [ML] RandomForest cleanup: replace predictNodeIndex with predict...Luvsandondov Lkhamsuren2015-10-172-43/+38
* [SPARK-11029] [ML] Add computeCost to KMeansModel in spark.mlYuhao Yang2015-10-172-0/+13
* [SPARK-11084] [ML] [PYTHON] Check if index can contain non-zero value before ...zero3232015-10-162-2/+12
* [SPARK-10599] [MLLIB] Lower communication for block matrix multiplicationBurak Yavuz2015-10-162-22/+76
* [SPARK-11050] [MLLIB] PySpark SparseVector can return wrong index in e…Bhargav Mangipudi2015-10-161-2/+3
* [SPARK-11109] [CORE] Move FsHistoryProvider off deprecated AccessControlExcep...gweidner2015-10-161-1/+1
* [SPARK-11104] [STREAMING] Fix a deadlock in StreamingContex.stopzsxwing2015-10-161-24/+31
* [SPARK-10974] [STREAMING] Add progress bar for output operation column and us...zsxwing2015-10-1614-201/+258
* [SPARK-10581] [DOCS] Groups are not resolved in scaladoc in sql classesPravin Gadakh2015-10-163-6/+6
* [SPARK-11124] JsonParser/Generator should be closed for resource recyclenavis.ryu2015-10-164-52/+57
* [SPARK-11122] [BUILD] [WARN] Add tag to fatal warningsJakob Odersky2015-10-161-2/+9
* [SPARK-11094] Strip extra strings from Java version in test runnerJakob Odersky2015-10-161-9/+6
* [SPARK-11092] [DOCS] Add source links to scaladoc generationJakob Odersky2015-10-161-2/+19
* [SPARK-11060] [STREAMING] Fix some potential NPE in DStream transformationjerryshao2015-10-165-9/+83
* [SPARK-11135] [SQL] Exchange incorrectly skips sorts when existing ordering i...Josh Rosen2015-10-152-2/+52
* [SPARK-10412] [SQL] report memory usage for tungsten sql physical operatorWenchen Fan2015-10-1510-43/+116
* [SPARK-11078] Ensure spilling tests actually spillAndrew Or2015-10-158-581/+534
* [SPARK-10515] When killing executor, the pending replacement executors should...KaiXinXiaoLei2015-10-152-0/+37
* fix typo bellow -> belowBritta Weber2015-10-152-3/+3
* [SPARK-11071] [LAUNCHER] Fix flakiness in LauncherServerSuite::timeout.Marcelo Vanzin2015-10-152-10/+34
* [SPARK-11039][Documentation][Web UI] Document additional ui configurationsNick Pritchard2015-10-151-0/+14
* [SPARK-11047] Internal accumulators miss the internal flag when replaying eve...Carson Wang2015-10-153-32/+79
* [SPARK-11066] Update DAGScheduler's "misbehaved ResultHandler"shellberg2015-10-151-2/+11
* [SPARK-11099] [SPARK SHELL] [SPARK SUBMIT] Default conf property file i…Jeff Zhang2015-10-153-18/+45
* [SPARK-11093] [CORE] ChildFirstURLClassLoader#getResources should return all ...Adam Lewandowski2015-10-152-9/+44
* [SPARK-11076] [SQL] Add decimal support for floor and ceilCheng Hao2015-10-144-13/+91
* [SPARK-11017] [SQL] Support ImperativeAggregates in TungstenAggregateJosh Rosen2015-10-149-260/+457
* [SPARK-10829] [SQL] Filter combine partition key and attribute doesn't work i...Cheng Hao2015-10-142-12/+39
* [SPARK-11113] [SQL] Remove DeveloperApi annotation from private classes.Reynold Xin2015-10-1429-153/+22
* [SPARK-10104] [SQL] Consolidate different forms of table identifiersWenchen Fan2015-10-1432-327/+212
* [SPARK-11068] [SQL] [FOLLOW-UP] move execution listener to utilWenchen Fan2015-10-143-2/+4
* [SPARK-11096] Post-hoc review Netty based RPC implementation - round 2Reynold Xin2015-10-147-107/+81
* [SPARK-10973]Reynold Xin2015-10-140-0/+0
* [SPARK-8386] [SQL] add write.mode for insertIntoJDBC when the parm overwrite ...Huaxin Gao2015-10-141-1/+1
* [SPARK-11040] [NETWORK] Make sure SASL handler delegates all events.Marcelo Vanzin2015-10-143-3/+37
* [SPARK-10619] Can't sort columns on Executor PageTom Graves2015-10-144-3/+4
* [SPARK-10996] [SPARKR] Implement sampleBy() in DataFrameStatFunctions.Sun Rui2015-10-137-19/+76
* [SPARK-10981] [SPARKR] SparkR Join improvementsMonica Liu2015-10-132-6/+34
* [SPARK-11091] [SQL] Change spark.sql.canonicalizeView to spark.sql.nativeView.Yin Huai2015-10-134-11/+11
* [SPARK-11068] [SQL] add callback to query executionWenchen Fan2015-10-134-6/+261
* [SPARK-11032] [SQL] correctly handle havingWenchen Fan2015-10-132-1/+10
* [SPARK-11090] [SQL] Constructor for Product types from InternalRowMichael Armbrust2015-10-139-159/+723
* [SPARK-11059] [ML] Change range of quantile probabilities in AFTSurvivalRegre...vectorijk2015-10-131-2/+2
* [SPARK-10932] [PROJECT INFRA] Port two minor changes to release-build.sh from...Josh Rosen2015-10-131-3/+7