aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-4889] update history server example cmdsRyan Williams2014-12-192-6/+7
* Small refactoring to pass SparkEnv into Executor rather than creating SparkEn...Reynold Xin2014-12-195-63/+52
* [Build] Remove spark-staging-1038scwf2014-12-192-14/+0
* [SPARK-4901] [SQL] Hot fix for ByteWritables.copyBytesCheng Hao2014-12-191-1/+7
* SPARK-3428. TaskMetrics for running tasks is missing GC time metricsSandy Ryza2014-12-181-2/+7
* [SPARK-4674] Refactor getCallSiteLiang-Chi Hsieh2014-12-181-22/+22
* [SPARK-4728][MLLib] Add exponential, gamma, and log normal sampling to MLlib ...RJ Nowling2014-12-185-4/+622
* [SPARK-4861][SQL] Refactory command in spark sqlwangfei2014-12-1817-255/+172
* [SPARK-4573] [SQL] Add SettableStructObjectInspector support in "wrap" functionCheng Hao2014-12-184-124/+659
* [SPARK-2554][SQL] Supporting SumDistinct partial aggregationravipesala2014-12-182-8/+58
* [SPARK-4693] [SQL] PruningPredicates may be wrong if predicates contains an e...YanTangZhai2014-12-183-2/+14
* [SPARK-4756][SQL] FIX: sessionToActivePool grow infinitely, even as sessions ...guowei22014-12-184-9/+15
* [SPARK-3928][SQL] Support wildcard matches on Parquet files.Thu Kyaw2014-12-185-6/+76
* [SPARK-2663] [SQL] Support the Grouping SetCheng Hao2014-12-1879-11/+750
* [SPARK-4754] Refactor SparkContext into ExecutorAllocationClientAndrew Or2014-12-184-15/+59
* [SPARK-4837] NettyBlockTransferService should use spark.blockManager.port configAaron Davidson2014-12-181-1/+1
* SPARK-4743 - Use SparkEnv.serializer instead of closureSerializer in aggregat...Ivan Vergiliev2014-12-181-4/+4
* [SPARK-4884]: Improve Partition docsMadhu Siddalingaiah2014-12-181-2/+2
* [SPARK-4880] remove spark.locality.wait in AnalyticsErnest2014-12-181-1/+1
* [SPARK-4887][MLlib] Fix a bad unittest in LogisticRegressionSuiteDB Tsai2014-12-181-3/+4
* [SPARK-3607] ConnectionManager threads.max configs on the thread pools don't ...Ilya Ganelin2014-12-181-9/+18
* Add mesos specific configurations into docTimothy Chen2014-12-181-0/+45
* SPARK-3779. yarn spark.yarn.applicationMaster.waitTries config should be...Sandy Ryza2014-12-182-27/+29
* [SPARK-4461][YARN] pass extra java options to yarn application masterZhan Zhang2014-12-182-0/+27
* [SPARK-4822] Use sphinx tags for Python doc annotationslewuathe2014-12-176-17/+17
* MAINTENANCE: Automated closing of pull requests.Patrick Wendell2014-12-170-0/+0
* [SPARK-3891][SQL] Add array support to percentile, percentile_approx and cons...Venkata Ramana Gollamudi2014-12-173-12/+40
* [SPARK-4856] [SQL] NullType instead of StringType when sampling against empty...Cheng Hao2014-12-173-1/+29
* [HOTFIX][SQL] Fix parquet filter suiteMichael Armbrust2014-12-171-12/+12
* [SPARK-4821] [mllib] [python] [docs] Fix for pyspark.mllib.rand docJoseph K. Bradley2014-12-173-30/+5
* [SPARK-3739] [SQL] Update the split num base on block size for table scanningCheng Hao2014-12-173-5/+517
* [SPARK-4755] [SQL] sqrt(negative value) should return nullDaoyuan Wang2014-12-172-2/+15
* [SPARK-4493][SQL] Don't pushdown Eq, NotEq, Lt, LtEq, Gt and GtEq predicates ...Cheng Lian2014-12-173-23/+183
* [SPARK-3698][SQL] Fix case insensitive resolution of GetField.Michael Armbrust2014-12-173-1/+28
* [SPARK-4694]Fix HiveThriftServer2 cann't stop In Yarn HA mode.carlmartin2014-12-171-1/+13
* [SPARK-4625] [SQL] Add sort by for DSL & SimpleSqlParserCheng Hao2014-12-175-2/+48
* [SPARK-4595][Core] Fix MetricsServlet not work issueSaisai Shao2014-12-177-11/+28
* [HOTFIX] Fix RAT exclusion for known_translations fileJosh Rosen2014-12-161-1/+1
* [Release] Update contributors list format and sort itAndrew Or2014-12-164-15/+30
* [SPARK-4618][SQL] Make foreign DDL commands options case-insensitivescwf2014-12-163-5/+26
* [SPARK-4866] support StructType as key in MapTypeDavies Liu2014-12-163-8/+19
* [SPARK-4375] [SQL] Add 0 argument support for udfCheng Hao2014-12-162-6/+15
* [SPARK-4720][SQL] Remainder should also return null if the divider is 0.Takuya UESHIN2014-12-163-2/+43
* [SPARK-4744] [SQL] Short circuit evaluation for AND & OR in CodeGenCheng Hao2014-12-161-19/+19
* [SPARK-4798][SQL] A new set of Parquet testing API and test suitesCheng Lian2014-12-168-81/+989
* [Release] Cache known author translations locallyAndrew Or2014-12-164-29/+116
* [Release] Major improvements to generate contributors scriptAndrew Or2014-12-163-89/+206
* [SPARK-4269][SQL] make wait time configurable in BroadcastHashJoinJacky Li2014-12-162-1/+17
* [SPARK-4827][SQL] Fix resolution of deeply nested Project(attr, Project(Star,...Michael Armbrust2014-12-162-42/+45
* [SPARK-4483][SQL]Optimization about reduce memory costs during the HashOuterJointianyi2014-12-161-64/+64