aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-2781][SQL] Check resolution of LogicalPlans in Analyzer.Aaron Staple2014-09-108-20/+107
* [SPARK-3447][SQL] Remove explicit conversion with JListWrapper to avoid NPEMichael Armbrust2014-09-101-3/+1
* [SQL] Add test case with workaround for reading partitioned Avro filesMichael Armbrust2014-09-103-1/+78
* [SPARK-2207][SPARK-3272][MLLib]Add minimum information gain and minimum insta...qiping.lqp2014-09-107-36/+213
* [SPARK-3411] Improve load-balancing of concurrently-submitted drivers across ...WangTaoTheTonic2014-09-101-3/+15
* [SPARK-2096][SQL] Correctly parse dot notationsWenchen Fan2014-09-106-90/+88
* SPARK-1713. Use a thread pool for launching executors.Sandy Ryza2014-09-102-2/+19
* [HOTFIX] Fix scala style issue introduced by #2276.Josh Rosen2014-09-101-1/+1
* [SPARK-3363][SQL] Type Coercion should promote null to all other types.Daoyuan Wang2014-09-103-54/+67
* [SPARK-3362][SQL] Fix resolution for casewhen with nulls.Daoyuan Wang2014-09-1012-2/+19
* [SPARK-3286] - Cannot view ApplicationMaster UI when Yarn’s url scheme i...Benoy Antony2014-09-102-2/+4
* [SPARK-3395] [SQL] DSL sometimes incorrectly reuses attribute ids, breaking q...Eric Liang2014-09-092-1/+16
* [SPARK-3458] enable python "with" statements for SparkContextMatthew Farrellee2014-09-092-0/+43
* [SPARK-3448][SQL] Check for null in SpecificMutableRow.updateCheng Lian2014-09-092-2/+10
* [SPARK-3176] Implement 'ABS and 'LAST' for sqlxinyunh2014-09-095-2/+69
* Minor - Fix trivial compilation warnings.Prashant Sharma2014-09-092-2/+1
* [SPARK-3193]output errer info when Process exit code is not zero in test suitescwf2014-09-093-5/+21
* SPARK-3404 [BUILD] SparkSubmitSuite fails with "spark-submit exits with code 1"Sean Owen2014-09-091-1/+2
* SPARK-3422. JavaAPISuite.getHadoopInputSplits isn't used anywhere.Sandy Ryza2014-09-091-25/+0
* [SPARK-3455] [SQL] **HOT FIX** Fix the unit test failureCheng Hao2014-09-091-0/+2
* [Docs] actorStream storageLevel default is MEMORY_AND_DISK_SER_2Mario Pastorelli2014-09-091-1/+1
* [Build] Removed -Phive-thriftserver since this profile has been removedCheng Lian2014-09-091-1/+1
* SPARK-2425 Don't kill a still-running Application because of some misbehaving...Mark Hamstra2014-09-084-12/+22
* [SPARK-3329][SQL] Don't depend on Hive SET pair ordering in tests.William Benton2014-09-081-21/+26
* [SPARK-3414][SQL] Stores analyzed logical plan when registering a temp tableCheng Lian2014-09-082-5/+24
* SPARK-3423: [SQL] Implement BETWEEN for SQLParserWilliam Benton2014-09-082-0/+22
* [SPARK-3443][MLLIB] update default values of tree:Xiangrui Meng2014-09-087-34/+24
* [SPARK-3349][SQL] Output partitioning of limit should not be inherited from c...Eric Liang2014-09-082-1/+20
* [SPARK-3019] Pluggable block transfer interface (BlockTransferService)Reynold Xin2014-09-0838-1273/+1129
* [SPARK-3417] Use new-style classes in PySparkMatthew Rocklin2014-09-084-4/+4
* [SQL] Minor edits to sql programming guide.Henry Cook2014-09-081-45/+47
* Provide a default PYSPARK_PYTHON for python/run_testsMatthew Farrellee2014-09-081-0/+2
* SPARK-2978. Transformation with MR shuffle semanticsSandy Ryza2014-09-086-1/+115
* SPARK-3337 Paranoid quoting in shell to allow install dirs with spaces within.Prashant Sharma2014-09-0830-128/+130
* [SPARK-3086] [SPARK-3043] [SPARK-3156] [mllib] DecisionTree aggregation impr...Joseph K. Bradley2014-09-0811-1248/+1322
* [HOTFIX] A left over version change. It should make mima happy.Prashant Sharma2014-09-081-1/+1
* [SPARK-938][doc] Add OpenStack Swift supportReynold Xin2014-09-072-0/+154
* [SPARK-3280] Made sort-based shuffle the default implementationReynold Xin2014-09-076-9/+41
* [HOTFIX] Fix broken Mima tests on the master branchJosh Rosen2014-09-073-1/+25
* Fixed typos in make-distribution.shCheng Lian2014-09-071-1/+2
* [SPARK-3415] [PySpark] removes SerializingAdapter codeWard Viaene2014-09-072-5/+12
* [SPARK-3408] Fixed Limit operator so it works with sort-based shuffle.Reynold Xin2014-09-071-5/+14
* [SQL] Update SQL Programming GuideMichael Armbrust2014-09-077-101/+865
* [SPARK-3394] [SQL] Fix crash in TakeOrdered when limit is 0Eric Liang2014-09-072-9/+20
* [SPARK-3353] parent stage should have lower stage id.Reynold Xin2014-09-063-12/+19
* [SPARK-2334] fix AttributeError when call PipelineRDD.id()Davies Liu2014-09-063-4/+20
* [SPARK-3273][SPARK-3301]We should read the version information from the same ...GuoQiang Li2014-09-066-10/+14
* [SPARK-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li2014-09-0626-26/+26
* Spark-3406 add a default storage level to python RDD persist APIHolden Karau2014-09-062-2/+8
* [SPARK-2419][Streaming][Docs] More updates to the streaming programming guideTathagata Das2014-09-065-41/+117