aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [SPARK-11080] [SQL] Incorporate per-JVM id into ExprId to prevent unsafe cros...Josh Rosen2015-10-131-3/+12
* [SPARK-11052] Spaces in the build dir causes failures in the build/mv…trystanleftwich2015-10-132-6/+6
* [SPARK-10983] Unified memory managerAndrew Or2015-10-1321-306/+840
* [SPARK-7402] [ML] JSON SerDe for standard param typesXiangrui Meng2015-10-132-0/+283
* [PYTHON] [MINOR] List modules in PySpark tests when given bad nameJoseph K. Bradley2015-10-131-1/+2
* [SPARK-10913] [SPARKR] attach() function supportAdrian Zhuang2015-10-134-0/+55
* [SPARK-10888] [SPARKR] Added as.DataFrame as a synonym to createDataFrameNarine Kokhlikyan2015-10-133-5/+30
* [SPARK-10051] [SPARKR] Support collecting data of StructType in DataFrameSun Rui2015-10-139-69/+224
* [SPARK-11030] [SQL] share the SQLTab across sessionsDavies Liu2015-10-135-24/+33
* [SPARK-11079] Post-hoc review Netty-based RPC - round 1Reynold Xin2015-10-1315-302/+336
* [SPARK-11009] [SQL] fix wrong result of Window function in cluster modeDavies Liu2015-10-132-10/+51
* [SPARK-11026] [YARN] spark.yarn.user.classpath.first does work for 'spark-sub...Lianhui Wang2015-10-131-8/+15
* [SPARK-10990] [SPARK-11018] [SQL] improve unrolling of complex typesDavies Liu2015-10-1212-140/+188
* [SPARK-10739] [YARN] Add application attempt window for Spark on Yarnjerryshao2015-10-122-0/+23
* [SPARK-11056] Improve documentation of SBT build.Kay Ousterhout2015-10-121-0/+5
* [SPARK-11042] [SQL] Add a mechanism to ban creating multiple root SQLContexts...Yin Huai2015-10-124-7/+156
* [SPARK-8170] [PYTHON] Add signal handler to trap Ctrl-C in pyspark and cancel...Ashwin Shankar2015-10-121-0/+7
* [SPARK-11023] [YARN] Avoid creating URIs from local paths directly.Marcelo Vanzin2015-10-121-5/+6
* [SPARK-11007] [SQL] Adds dictionary aware Parquet decimal convertersCheng Lian2015-10-126-26/+103
* [SPARK-10960] [SQL] SQL with windowing function should be able to refer colum...Liang-Chi Hsieh2015-10-122-0/+31
* [SPARK-11053] Remove use of KVIterator in SortBasedAggregationIteratorJosh Rosen2015-10-113-159/+33
* [SPARK-10772] [STREAMING] [SCALA] NullPointerException when transform functio...Jacker Hu2015-10-102-2/+23
* [SPARK-10079] [SPARKR] Make 'column' and 'col' functions be S4 functions.Sun Rui2015-10-095-9/+34
* [SPARK-10535] Sync up API for matrix factorization model between Scala and Py...Vladimir Vladimirov2015-10-092-4/+36
* [SPARK-10858] YARN: archives/jar/files rename with # doesn't work unlTom Graves2015-10-092-3/+10
* [SPARK-10855] [SQL] Add a JDBC dialect for Apache DerbyRick Hillegas2015-10-092-1/+41
* [SPARK-8673] [LAUNCHER] API and infrastructure for communicating with child a...Marcelo Vanzin2015-10-0929-146/+1820