aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-4631] unit test for MQTTbilna2015-01-042-15/+101
* [SPARK-4787] Stop SparkContext if a DAGScheduler init error occursDale2015-01-041-2/+7
* [SPARK-5058] Updated broken linkssigmoidanalytics2015-01-031-1/+1
* Fixed typos in streaming-kafka-integration.mdAkhil Das2015-01-021-1/+1
* [HOTFIX] Bind web UI to ephemeral port in DriverSuiteJosh Rosen2015-01-011-1/+4
* [SPARK-5035] [Streaming] ReceiverMessage trait should extend SerializableJosh Rosen2014-12-311-1/+1
* [SPARK-5028][Streaming]Add total received and processed records metrics to St...jerryshao2014-12-311-0/+6
* [SPARK-4790][STREAMING] Fix ReceivedBlockTrackerSuite waits for old file...Hari Shreedharan2014-12-317-16/+42
* [HOTFIX] Disable Spark UI in SparkSubmitSuite testsJosh Rosen2014-12-311-0/+2
* [SPARK-4298][Core] - The spark-submit cannot read Main-Class from Manifest.Brennon York2014-12-311-8/+18
* [SPARK-1010] Clean up uses of System.setProperty in unit testsJosh Rosen2014-12-3123-232/+216
* [SPARK-4813][Streaming] Fix the issue that ContextWaiter didn't handle 'spuri...zsxwing2014-12-301-15/+48
* [SPARK-4386] Improve performance when writing Parquet filesMichael Davies2014-12-301-2/+2
* [SPARK-4908][SQL] Prevent multiple concurrent hive native commandsMichael Armbrust2014-12-302-1/+8
* [SPARK-4882] Register PythonBroadcast with Kryo so that PySpark works with Kr...Josh Rosen2014-12-302-0/+62
* [SPARK-4920][UI] add version on master and worker page for standalone modeZhang, Liye2014-12-301-2/+3
* SPARK-4968: takeOrdered to skip reduce step in case mappers return no partitionsYash Datta2014-12-291-5/+10
* [SPARK-4982][DOC] `spark.ui.retainedJobs` description is wrong in Spark UI co...wangxiaojing2014-12-291-1/+1
* [SPARK-4966][YARN]The MemoryOverhead value is setted not correctlymeiyoula2014-12-291-1/+2
* [SPARK-4952][Core]Handle ConcurrentModificationExceptions in SparkEnv.environ...GuoQiang Li2014-12-261-1/+1
* HOTFIX: Slight tweak on previous commit.Patrick Wendell2014-12-261-1/+3
* [SPARK-3787][BUILD] Assembly jar name is wrong when we build with sbt omittin...Kousuke Saruta2014-12-261-3/+13
* SPARK-4971: Fix typo in BlockGenerator commentCodingCat2014-12-261-1/+1
* [SPARK-4537][Streaming] Expand StreamingSource to add more metricsjerryshao2014-12-252-15/+57
* Fix "Building Spark With Maven" link in README.mdDenny Lee2014-12-251-1/+1
* [SPARK-4873][Streaming] Use `Future.zip` instead of `Future.flatMap`(for-loop...zsxwing2014-12-241-4/+1
* [SPARK-4606] Send EOF to child JVM when there's no more data to read.Marcelo Vanzin2014-12-232-8/+19
* [SPARK-4671][Streaming]Do not replicate streaming block when WAL is enabledjerryshao2014-12-231-1/+19
* [SPARK-4802] [streaming] Remove receiverInfo once receiver is de-registeredIlayaperumal Gopinathan2014-12-231-2/+2
* [SPARK-4730][YARN] Warn against deprecated YARN settingsAndrew Or2014-12-232-2/+20
* [SPARK-4914][Build] Cleans lib_managed before compiling with Hive 0.13.1Cheng Lian2014-12-232-12/+17
* [SPARK-4932] Add help comments in AnalyticsTakeshi Yamamuro2014-12-231-0/+4
* [SPARK-4834] [standalone] Clean up application files after app finishes.Marcelo Vanzin2014-12-237-8/+61
* [SPARK-4931][Yarn][Docs] Fix the format of running-on-yarn.mdzsxwing2014-12-231-5/+5
* [Docs] Minor typo fixesNicholas Chammas2014-12-221-3/+3
* [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
* [SPARK-4864] Add documentation to Netty-based configsAaron Davidson2014-12-222-1/+36
* [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-4915][YARN] Fix classname to be specified for external shuffle service.Tsuyoshi Ozawa2014-12-221-1/+1
* [SPARK-2075][Core] backport for branch-1.2zsxwing2014-12-221-2/+2
* [SPARK-2075][Core] Make the compiler generate same bytes code for Hadoop 1.+ ...zsxwing2014-12-216-6/+41
* [Minor] Build Failed: value defaultProperties not foundhuangzhaowei2014-12-191-1/+1
* [SPARK-4140] Document dynamic allocationAndrew Or2014-12-192-0/+169
* SPARK-2641: Passing num executors to spark arguments from properties fileKanwaljit Singh2014-12-191-0/+2
* change signature of example to match released codeEran Medan2014-12-191-1/+1
* [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
* SPARK-3428. TaskMetrics for running tasks is missing GC time metricsSandy Ryza2014-12-181-2/+7