aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Spark 3883: SSL support for HttpServer and AkkaJacek Lewandowski2015-02-0218-43/+440
* SPARK-5500. Document that feeding hadoopFile into a shuffle operation wi...Sandy Ryza2015-02-023-36/+62
* SPARK-5425: Use synchronised methods in system properties to create SparkConfJacek Lewandowski2015-02-022-5/+11
* Disabling Utils.chmod700 for WindowsMartin Weindel2015-02-021-1/+3
* Make sure only owner can read / write to directories created for the job.Marcelo Vanzin2015-02-025-52/+65
* [SPARK-5173]support python application running on yarn cluster modelianhuiwang2015-02-023-20/+43
* SPARK-4585. Spark dynamic executor allocation should use minExecutors as...Sandy Ryza2015-02-021-6/+8
* SPARK-5492. Thread statistics can break with older Hadoop versionsSandy Ryza2015-02-021-2/+2
* [SPARK-5478][UI][Minor] Add missing right parenthesesjerryshao2015-02-011-1/+1
* [SPARK-5176] The thrift server does not support cluster modeTom Panning2015-02-011-0/+9
* [SPARK-4859][Core][Streaming] Refactor LiveListenerBus and StreamingListenerBuszsxwing2015-02-016-164/+273
* [SPARK-5422] Add support for sending Graphite metrics via UDPRyan Williams2015-01-311-2/+7
* SPARK-3359 [CORE] [DOCS] `sbt/sbt unidoc` doesn't work with Java 8Sean Owen2015-01-311-7/+7
* [SPARK-5307] Add a config option for SerializationDebugger.Reynold Xin2015-01-312-6/+12
* [SPARK-5307] SerializationDebuggerReynold Xin2015-01-302-1/+312
* SPARK-5393. Flood of util.RackResolver log messages after SPARK-1714Sandy Ryza2015-01-301-1/+1
* [SPARK-5395] [PySpark] fix python process leak while coalesce()Davies Liu2015-01-291-5/+8
* [SPARK-5430] move treeReduce and treeAggregate from mllib to coreXiangrui Meng2015-01-282-0/+100
* [SPARK-5441][pyspark] Make SerDeUtil PairRDD to Python conversions more robustMichael Nazario2015-01-281-4/+9
* [SPARK-5417] Remove redundant executor-id set() callRyan Williams2015-01-281-1/+0
* [SPARK-5437] Fix DriverSuite and SparkSubmitSuite timeout issuesAndrew Or2015-01-281-43/+44
* SPARK-1934 [CORE] "this" reference escape to "selectorThread" during construc...Sean Owen2015-01-281-3/+4
* [SPARK-5361]Multiple Java RDD <-> Python RDD conversions not working correctlyWinston Chen2015-01-282-1/+9
* [SPARK-5291][CORE] Add timestamp and reason why an executor is removed to Spa...Kousuke Saruta2015-01-284-12/+20
* SPARK-5199. FS read metrics should support CombineFileSplits and track bytes ...Sandy Ryza2015-01-275-30/+25
* SPARK-4147 [CORE] Reduce log4j dependencySean Owen2015-01-261-9/+11
* [SPARK-5355] use j.u.c.ConcurrentHashMap instead of TrieMapDavies Liu2015-01-261-18/+20
* [SPARK-5268] don't stop CoarseGrainedExecutorBackend for irrelevant Disassoci...CodingCat2015-01-251-2/+6
* [SPARK-5326] Show fetch wait time as optional metric in the UIKay Ousterhout2015-01-253-4/+43
* [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-4/+7
* [SPARK-5401] set executor ID before creating MetricsSystemRyan Williams2015-01-252-2/+6
* Add comment about defaultMinPartitionsIdan Zalzberg2015-01-251-1/+5
* [SPARK-5063] More helpful error messages for several invalid operationsJosh Rosen2015-01-232-12/+69
* [SPARK-5355] make SparkConf thread-safeDavies Liu2015-01-211-2/+3
* [SPARK-4984][CORE][WEBUI] Adding a pop-up containing the full job description...wangfei2015-01-212-3/+2
* [SPARK-5336][YARN]spark.executor.cores must not be less than spark.task.cpusWangTao2015-01-212-2/+2
* [SPARK-5294][WebUI] Hide tables in AllStagePages for "Active Stages, Complete...Kousuke Saruta2015-01-201-37/+69
* [SPARK-5329][WebUI] UIWorkloadGenerator should stop SparkContext.Kousuke Saruta2015-01-201-4/+9
* SPARK-4660: Use correct class loader in JavaSerializer (copy of PR #3840...Jacek Lewandowski2015-01-201-1/+1
* [SPARK-5333][Mesos] MesosTaskLaunchData occurs BufferUnderflowExceptionJongyoul Lee2015-01-201-2/+7
* SPARK-5270 [CORE] Provide isEmpty() function in RDD APISean Owen2015-01-192-0/+16
* [SPARK-5214][Core] Add EventLoop and change DAGScheduler to an EventLoopzsxwing2015-01-192-70/+167
* [SPARK-5088] Use spark-class for running executors directlyJongyoul Lee2015-01-191-3/+5
* [SPARK-3288] All fields in TaskMetrics should be private and use getters/settersIlya Ganelin2015-01-1915-81/+127
* SPARK-5217 Spark UI should report pending stages during job execution on AllS...Prashant Sharma2015-01-192-1/+15
* [SPARK-5231][WebUI] History Server shows wrong job submission time.Kousuke Saruta2015-01-166-25/+40
* [SPARK-5201][CORE] deal with int overflow in the ParallelCollectionRDD.slice ...Ye Xianjin2015-01-162-16/+12
* [SPARK-1507][YARN]specify # cores for ApplicationMasterWangTaoTheTonic2015-01-163-3/+9
* [SPARK-4092] [CORE] Fix InputMetrics for coalesce'd RddsKostas Sakellis2015-01-157-60/+109