aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "Preparing development version 1.2.2-SNAPSHOT"Patrick Wendell2015-01-261-1/+1
* Preparing development version 1.2.2-SNAPSHOTUbuntu2015-01-271-1/+1
* Preparing Spark release v1.2.1-rc1Ubuntu2015-01-271-1/+1
* Updating versions for Spark 1.2.1Patrick Wendell2015-01-261-1/+1
* SPARK-4147 [CORE] Reduce log4j dependencySean Owen2015-01-261-9/+11
* [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMapDavies Liu2015-01-263-21/+23
* Revert "[SPARK-5344][WebUI] HistoryServer cannot recognize that inprogress fi...Andrew Or2015-01-251-3/+1
* [SPARK-5344][WebUI] HistoryServer cannot recognize that inprogress file was r...Kousuke Saruta2015-01-251-1/+3
* [SPARK-5402] log executor ID at executor-construction timeRyan Williams2015-01-251-5/+8
* [SPARK-5401] set executor ID before creating MetricsSystemRyan Williams2015-01-252-2/+6
* [SPARK-5063] More helpful error messages for several invalid operationsJosh Rosen2015-01-234-14/+119
* [SPARK-5355] make SparkConf thread-safeDavies Liu2015-01-211-2/+3
* Make sure only owner can read / write to directories created for the job.Marcelo Vanzin2015-01-215-53/+66
* [SPARK-5006][Deploy]spark.port.maxRetries doesn't workWangTaoTheTonic2015-01-219-21/+25
* [SPARK-4569] Rename 'externalSorting' in AggregatorIlya Ganelin2015-01-211-4/+6
* [SPARK-4759] Fix driver hanging from coalescing partitionsAndrew Or2015-01-212-16/+22
* SPARK-4660: Use correct class loader in JavaSerializer (copy of PR #3840...Jacek Lewandowski2015-01-201-1/+1
* [SPARK-5201][CORE] deal with int overflow in the ParallelCollectionRDD.slice ...Ye Xianjin2015-01-163-16/+37
* [SPARK-5078] Optionally read from SPARK_LOCAL_HOSTNAMEMichael Armbrust2015-01-121-1/+1
* [SPARK-5102][Core]subclass of MapStatus needs to be registered with Kryolianhuiwang2015-01-121-2/+3
* [SPARK-4951][Core] Fix the issue that a busy executor may be killedzsxwing2015-01-113-45/+144
* [SPARK-4973][CORE] Local directory in the driver of client-mode continues rem...Kousuke Saruta2015-01-081-1/+1
* [SPARK-5132][Core]Correct stage Attempt Id key in stageInfofromJsonhushan[胡珊]2015-01-071-1/+1
* [SPARK-4465] runAsSparkUser doesn't affect TaskRunner in Mesos environme...Jongyoul Lee2015-01-051-8/+7
* [SPARK-4835] Disable validateOutputSpecs for Spark Streaming jobsJosh Rosen2015-01-041-2/+17
* [SPARK-4787] Stop SparkContext if a DAGScheduler init error occursDale2015-01-041-2/+7
* [HOTFIX] Bind web UI to ephemeral port in DriverSuiteJosh Rosen2015-01-011-1/+4
* [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-3116-212/+178
* [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-4952][Core]Handle ConcurrentModificationExceptions in SparkEnv.environ...GuoQiang Li2014-12-261-1/+1
* [SPARK-4606] Send EOF to child JVM when there's no more data to read.Marcelo Vanzin2014-12-232-8/+19
* [SPARK-4730][YARN] Warn against deprecated YARN settingsAndrew Or2014-12-231-1/+4
* [SPARK-4834] [standalone] Clean up application files after app finishes.Marcelo Vanzin2014-12-237-8/+61
* [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-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-2641: Passing num executors to spark arguments from properties fileKanwaljit Singh2014-12-191-0/+2
* [SPARK-4896] don’t redundantly overwrite executor JAR depsRyan Williams2014-12-191-63/+107
* [SPARK-4889] update history server example cmdsRyan Williams2014-12-191-4/+5
* SPARK-3428. TaskMetrics for running tasks is missing GC time metricsSandy Ryza2014-12-181-2/+7
* [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-4884]: Improve Partition docsMadhu Siddalingaiah2014-12-181-2/+2
* SPARK-785 [CORE] ClosureCleaner not invoked on most PairRDDFunctionsSean Owen2014-12-171-1/+4