aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4890] Ignore downloaded EC2 libsNicholas Chammas2014-12-231-0/+1
* [Docs] Minor typo fixesNicholas Chammas2014-12-221-3/+3
* [SPARK-4907][MLlib] Inconsistent loss and gradient in LeastSquaresGradient co...DB Tsai2014-12-222-8/+8
* [SPARK-4818][Core] Add 'iterator' to reduce memory consumed by joinzsxwing2014-12-221-8/+8
* [SPARK-4920][UI]:current spark version in UI is not striking.genmao.ygm2014-12-222-13/+16
* [Minor] Fix scala docLiang-Chi Hsieh2014-12-221-2/+2
* [SPARK-4864] Add documentation to Netty-based configsAaron Davidson2014-12-222-1/+36
* [SPARK-4079] [CORE] Consolidates Errors if a CompressionCodec is not availableKostas Sakellis2014-12-222-6/+27
* SPARK-4447. Remove layers of abstraction in YARN code no longer needed after ...Sandy Ryza2014-12-226-372/+234
* [SPARK-4733] Add missing prameter comments in ShuffleDependencyTakeshi Yamamuro2014-12-221-0/+3
* [Minor] Improve some code in BroadcastTest for shortcarlmartin2014-12-221-4/+1
* [SPARK-4883][Shuffle] Add a name to the directoryCleaner threadzsxwing2014-12-221-3/+5
* [SPARK-4870] Add spark version to driver logZhang, Liye2014-12-221-0/+3
* [SPARK-4915][YARN] Fix classname to be specified for external shuffle service.Tsuyoshi Ozawa2014-12-221-1/+1
* [SPARK-4918][Core] Reuse Text in saveAsTextFilezsxwing2014-12-221-2/+14
* [SPARK-2075][Core] Make the compiler generate same bytes code for Hadoop 1.+ ...zsxwing2014-12-216-6/+41
* SPARK-4910 [CORE] build failed (use of FileStatus.isFile in Hadoop 1.x)Sean Owen2014-12-212-3/+3
* [Minor] Build Failed: value defaultProperties not foundhuangzhaowei2014-12-191-1/+1
* [SPARK-4140] Document dynamic allocationAndrew Or2014-12-192-0/+169
* [SPARK-4831] Do not include SPARK_CLASSPATH if emptyDaniel Darabos2014-12-191-1/+5
* SPARK-2641: Passing num executors to spark arguments from properties fileKanwaljit Singh2014-12-191-0/+2
* [SPARK-3060] spark-shell.cmd doesn't accept application options in Windows OSMasayoshi TSUZUKI2014-12-192-1/+79
* change signature of example to match released codeEran Medan2014-12-191-1/+1
* [SPARK-2261] Make event logger use a single file.Marcelo Vanzin2014-12-1910-929/+675
* [SPARK-4890] Upgrade Boto to 2.34.0; automatically download Boto from PyPi in...Josh Rosen2014-12-193-13/+38
* [SPARK-4896] don’t redundantly overwrite executor JAR depsRyan Williams2014-12-191-63/+107
* [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