aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [EC2] don't duplicate default valuesNicholas Chammas2014-09-061-11/+13
* [SPARK-3409][SQL] Avoid pulling in Exchange operator itself in Exchange's clo...Reynold Xin2014-09-061-22/+21
* [SPARK-3361] Expand PEP 8 checks to include EC2 script and Python examplesNicholas Chammas2014-09-0512-53/+79
* [Build] suppress curl/wget progress barsNicholas Chammas2014-09-052-4/+4
* SPARK-3211 .take() is OOM-prone with empty partitionsAndrew Ash2014-09-052-8/+7
* [SPARK-3399][PySpark] Test for PySpark should ignore HADOOP_CONF_DIR and YARN...Kousuke Saruta2014-09-051-0/+2
* [SPARK-3375] spark on yarn container allocation issuesThomas Graves2014-09-052-9/+12
* [SPARK-3260] yarn - pass acls along with executor launchThomas Graves2014-09-0512-34/+129
* [Docs] fix minor MLlib case typoNicholas Chammas2014-09-041-2/+2
* [SPARK-3391][EC2] Support attaching up to 8 EBS volumes.Reynold Xin2014-09-041-8/+25
* [SPARK-3392] [SQL] Show value spark.sql.shuffle.partitions for mapred.reduce....Cheng Hao2014-09-041-4/+12
* [SPARK-2219][SQL] Added support for the "add jar" commandCheng Lian2014-09-044-8/+46
* [SPARK-3310][SQL] Directly use currentTable without unnecessary implicit conv...Liang-Chi Hsieh2014-09-041-1/+1
* Manually close old PRMatei Zaharia2014-09-040-0/+0
* Manually close old PRMatei Zaharia2014-09-040-0/+0
* [SPARK-3378] [DOCS] Replace the word "SparkSQL" with right word "Spark SQL"Kousuke Saruta2014-09-046-8/+8
* [SPARK-3401][PySpark] Wrong usage of tee command in python/run-testsKousuke Saruta2014-09-041-1/+1
* [Minor]Remove extra semicolon in FlumeStreamSuite.scalaGuoQiang Li2014-09-041-5/+5
* [HOTFIX] [SPARK-3400] Revert 9b225ac "fix GraphX EdgeRDD zipPartitions"Ankur Dave2014-09-032-18/+2
* [SPARK-3372] [MLlib] MLlib doesn't pass maven build / checkstyle due to multi...Kousuke Saruta2014-09-031-2/+2
* [SPARK-2435] Add shutdown hook to pysparkMatthew Farrellee2014-09-031-0/+2
* [SPARK-3335] [SQL] [PySpark] support broadcast in Python UDFDavies Liu2014-09-034-9/+36
* [SPARK-2961][SQL] Use statistics to prune batches within cached partitionsCheng Lian2014-09-0317-359/+446
* [SPARK-2973][SQL] Lightweight SQL commands without distributed jobs when call...Cheng Lian2014-09-036-94/+48
* [SPARK-3233] Executor never stop its SparnEnv, BlockManager, ConnectionManage...Kousuke Saruta2014-09-036-6/+13
* [SPARK-3303][core] fix SparkContextSchedulerCreationSuite test errorscwf2014-09-031-5/+5
* [SPARK-2419][Streaming][Docs] Updates to the streaming programming guideTathagata Das2014-09-035-239/+622
* [SPARK-3345] Do correct parameters for ShuffleFileGroupLiang-Chi Hsieh2014-09-031-1/+1
* [Minor] Fix outdated Spark versionAndrew Or2014-09-031-1/+1
* [SPARK-3388] Expose aplication ID in ApplicationStart event, use it in histor...Marcelo Vanzin2014-09-0325-133/+228
* [SPARK-2845] Add timestamps to block manager events.Marcelo Vanzin2014-09-036-24/+58
* [SPARK-3263][GraphX] Fix changes made to GraphGenerator.logNormalGraph in PR ...RJ Nowling2014-09-033-32/+152
* [SPARK-3309] [PySpark] Put all public API in __all__Davies Liu2014-09-0317-26/+81