aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-11655][CORE] Fix deadlock in handling of launcher stop().Marcelo Vanzin2015-11-124-13/+39
* [SPARK-11420] Updating Stddev support via Imperative AggregateJihongMa2015-11-1210-115/+52
* [SPARK-10113][SQL] Explicit error message for unsigned Parquet logical typeshyukjinkwon2015-11-122-0/+31
* [SPARK-11191][SQL] Looks up temporary function using execution Hive clientCheng Lian2015-11-123-5/+56
* Fixed error in scaladoc of convertToCanonicalEdgesGaurav Kumar2015-11-121-1/+1
* [BUILD][MINOR] Remove non-exist yarnStable module in Sbt projectjerryshao2015-11-121-4/+2
* [SPARK-11673][SQL] Remove the normal Project physical operator (and keep Tung...Reynold Xin2015-11-1227-287/+80
* [SPARK-11661][SQL] Still pushdown filters returned by unhandledFilters.Yin Huai2015-11-125-24/+71
* [SPARK-11674][ML] add private val after @transient in Word2VecModelXiangrui Meng2015-11-111-1/+1
* [SPARK-11396] [SQL] add native implementation of datetime function to_unix_ti...Daoyuan Wang2015-11-114-5/+77
* [SPARK-11675][SQL] Remove shuffle hash joins.Reynold Xin2015-11-1112-717/+357
* [SPARK-8992][SQL] Add pivot to dataframe apiAndrew Ray2015-11-116-10/+255
* [SPARK-11672][ML] disable spark.ml read/write testsXiangrui Meng2015-11-114-5/+5
* [SPARK-10827] replace volatile with Atomic* in AppClient.scala.Reynold Xin2015-11-111-33/+35
* [SPARK-11647] Attempt to reduce time/flakiness of Thriftserver CLI and SparkS...Josh Rosen2015-11-114-18/+38
* [SPARK-11335][STREAMING] update kafka direct python docs on how to get the of...Nick Evans2015-11-111-1/+14
* [SPARK-11645][SQL] Remove OpenHashSet for the old aggregate.Reynold Xin2015-11-115-316/+5
* [SPARK-11644][SQL] Remove the option to turn off unsafe and codegen.Reynold Xin2015-11-1127-494/+257
* [SPARK-11639][STREAMING][FLAKY-TEST] Implement BlockingWriteAheadLog for test...Burak Yavuz2015-11-112-47/+80
* [SPARK-6152] Use shaded ASM5 to support closure cleaning of Java 8 compiled c...Josh Rosen2015-11-1112-57/+125
* [SQL][MINOR] remove newLongEncoder in functionsWenchen Fan2015-11-111-4/+2
* [SPARK-11564][SQL][FOLLOW-UP] clean up java tuple encoderWenchen Fan2015-11-1114-113/+65
* [SPARK-11656][SQL] support typed aggregate in project listWenchen Fan2015-11-112-4/+27
* [SQL][MINOR] rename present to finish in AggregatorWenchen Fan2015-11-113-5/+5
* [SPARK-11646] WholeTextFileRDD should return Text rather than StringReynold Xin2015-11-115-44/+69
* [SPARK-11626][ML] ml.feature.Word2Vec.transform() function very slowYuming Wang2015-11-111-18/+16
* [SPARK-10371][SQL][FOLLOW-UP] fix code styleWenchen Fan2015-11-113-33/+30
* [SPARK-11500][SQL] Not deterministic order of columns when using merging sche...hyukjinkwon2015-11-113-17/+55
* [SPARK-11290][STREAMING] Basic implementation of trackStateByKeyTathagata Das2015-11-1010-19/+2125
* [SPARK-11463] [PYSPARK] only install signal in main threadDavies Liu2015-11-101-1/+4
* [SPARK-11468] [SPARKR] add stddev/variance agg functions for Columnfelixcheung2015-11-105-30/+297
* [SPARK-10192][HOTFIX] Fix NPE in test that was added in #8402Josh Rosen2015-11-101-1/+1
* [SPARK-6726][ML] Import/export for spark.ml LogisticRegressionModelJoseph K. Bradley2015-11-104-11/+152
* [MINOR] License header formatting fixMarc Prud'hommeaux2015-11-101-15/+15
* [MINOR] Fix typo in AggregationQuerySuite.scalaForest Fang2015-11-101-2/+2
* [SPARK-11361][STREAMING] Show scopes of RDD operations inside DStream.foreach...Tathagata Das2015-11-107-33/+147
* [SPARK-11615] Drop @VisibleForTesting annotationtedyu2015-11-107-15/+14
* [SPARK-11572] Exit AsynchronousListenerBus thread when stop() is calledtedyu2015-11-101-6/+3
* [SPARK-10192][CORE] simple test w/ failure involving a shared dependencyImran Rashid2015-11-101-2/+49
* [SPARK-11566] [MLLIB] [PYTHON] Refactoring GaussianMixtureModel.gaussians in ...Yu ISHIKAWA2015-11-102-16/+7
* [SPARK-10827][CORE] AppClient should not use `askWithReply` in `receiveAndReply`Bryan Cutler2015-11-102-4/+238
* [SPARK-9241][SQL] Supporting multiple DISTINCT columns - follow-up (3)Herman van Hovell2015-11-102-8/+42
* [SPARK-9830][SPARK-11641][SQL][FOLLOW-UP] Remove AggregateExpression1 and upd...Yin Huai2015-11-1010-54/+160
* [SPARK-5565][ML] LDA wrapper for Pipelines APIJoseph K. Bradley2015-11-103-5/+946
* [SPARK-9818] Re-enable Docker tests for JDBC data sourceJosh Rosen2015-11-108-2/+664
* [SPARK-11567] [PYTHON] Add Python API for corr Aggregate functionfelixcheung2015-11-101-0/+16
* [SPARK-11550][DOCS] Replace example code in mllib-optimization.md using inclu...Pravin Gadakh2015-11-103-143/+200
* [SPARK-11616][SQL] Improve toString for DatasetMichael Armbrust2015-11-104-13/+47
* [SPARK-7316][MLLIB] RDD sliding window with stepunknown2015-11-103-39/+54
* [SPARK-11618][ML] Minor refactoring of basic ML import/exportJoseph K. Bradley2015-11-101-27/+30