aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-6294] fix hang when call take() in JVM on PythonRDDDavies Liu2015-03-121-3/+6
* SPARK-6225 [CORE] [SQL] [STREAMING] Resolve most build warnings, 1.3.0 editionSean Owen2015-03-115-7/+4
* [SPARK-4924] Add a library for launching Spark jobs programmatically.Marcelo Vanzin2015-03-117-301/+153
* [SPARK-6087][CORE] Provide actionable exception if Kryo buffer is not large e...Lev Khomich2015-03-102-1/+21
* [SPARK-6194] [SPARK-677] [PySpark] fix memory leak in collect()Davies Liu2015-03-091-17/+59
* SPARK-6205 [CORE] UISeleniumSuite fails for Hadoop 2.x test with NoClassDefFo...Sean Owen2015-03-081-0/+6
* [Minor] Resolve sbt warnings: postfix operator second should be enabledGuoQiang Li2015-03-061-0/+1
* [core] [minor] Don't pollute source directory when running UtilsSuite.Marcelo Vanzin2015-03-061-3/+4
* [SPARK-6175] Fix standalone executor log links when ephemeral ports or SPARK_...Josh Rosen2015-03-058-20/+57
* SPARK-6182 [BUILD] spark-parent pom needs to be published for both 2.10 and 2.11Sean Owen2015-03-051-1/+1
* [SPARK-6144] [core] Fix addFile when source files are on "hdfs:"Marcelo Vanzin2015-03-042-50/+63
* [SPARK-6107][CORE] Display inprogress application information for event log h...Zhang, Liye2015-03-041-15/+19
* SPARK-6085 Increase default value for memory overheadtedyu2015-03-041-1/+1
* [SPARK-6132][HOTFIX] ContextCleaner InterruptedException should be quietAndrew Or2015-03-031-0/+1
* [SPARK-5949] HighlyCompressedMapStatus needs more classes registered w/ kryoImran Rashid2015-03-032-5/+33
* [SPARK-6133] Make sc.stop() idempotentAndrew Or2015-03-031-2/+2
* [SPARK-6132] ContextCleaner race condition across SparkContextsAndrew Or2015-03-031-13/+26
* Revert "[SPARK-5423][Core] Cleanup resources in DiskMapIterator.finalize to e...Andrew Or2015-03-031-43/+9
* [SPARK-6138][CORE][minor] enhance the `toArray` method in `SizeTrackingVector`Wenchen Fan2015-03-032-10/+12
* [SPARK-6118] making package name of deploy.worker.CommandUtils and deploy.Com...CodingCat2015-03-031-3/+2
* [SPARK-4777][CORE] Some block memory after unrollSafely not count into used m...hushan[胡珊]2015-03-022-7/+47
* [SPARK-6048] SparkConf should not translate deprecated configs on setAndrew Or2015-03-023-20/+20
* [SPARK-6066] Make event log format easier to parseAndrew Or2015-03-0214-189/+212
* [SPARK-5522] Accelerate the Histroty Server startguliangliang2015-03-021-41/+74
* SPARK-3357 [CORE] Internal log messages should be set at DEBUG level instead ...Sean Owen2015-03-024-6/+6
* [SPARK-6075] Fix bug in that caused lost accumulator updates: do not store We...Josh Rosen2015-02-281-17/+23
* SPARK-5984: Fix TimSort bug causes ArrayOutOfBoundsExceptionEvan Yu2015-02-283-5/+145
* SPARK-1965 [WEBUI] Spark UI throws NPE on trying to load the app page for non...Sean Owen2015-02-281-1/+10
* SPARK-5983 [WEBUI] Don't respond to HTTP TRACE in HTTP-based UIsSean Owen2015-02-282-0/+12
* [SPARK-5979][SPARK-6032] Smaller safer --packages fixBurak Yavuz2015-02-272-18/+51
* [SPARK-6036][CORE] avoid race condition between eventlogListener and akka act...Zhang, Liye2015-02-261-3/+3
* [SPARK-6046] Privatize SparkConf.translateConfKeyAndrew Or2015-02-262-3/+3
* SPARK-2168 [Spark core] Use relative URIs for the app links in the History Se...Lukasz Jastrzebski2015-02-261-0/+56
* [SPARK-5495][UI] Add app and driver kill function in master web UIjerryshao2015-02-263-5/+58
* [SPARK-5771][UI][hotfix] Change Requested Cores into * if default cores is no...jerryshao2015-02-261-1/+1
* [SPARK-5529][CORE]Add expireDeadHosts in HeartbeatReceiverHong Shen2015-02-267-49/+79
* SPARK-4579 [WEBUI] Scheduling Delay appears negativeSean Owen2015-02-261-6/+7
* SPARK-6045 RecordWriter should be checked against null in PairRDDFunctio...tedyu2015-02-261-0/+1
* SPARK-4300 [CORE] Race condition during SparkWorker shutdownSean Owen2015-02-261-2/+1
* [SPARK-3562]Periodic cleanup event logsxukun 002289472015-02-262-34/+86
* SPARK-4704 [CORE] SparkSubmitDriverBootstrap doesn't flush outputSean Owen2015-02-261-2/+2
* [SPARK-5363] Fix bug in PythonRDD: remove() inside iterator is not safeDavies Liu2015-02-261-7/+6
* [SPARK-5801] [core] Avoid creating nested directories.Marcelo Vanzin2015-02-264-5/+32
* [SPARK-5914] to run spark-submit requiring only user perm on windowsJudy Nash2015-02-261-0/+6
* [SPARK-5982] Remove incorrect Local Read Time MetricKay Ousterhout2015-02-255-16/+0
* [SPARK-5970][core] Register directory created in getOrCreateLocalRootDirs for...Milan Straka2015-02-251-1/+1
* [SPARK-5771] Number of Cores in Completed Applications of Standalone Master W...guliangliang2015-02-252-8/+27
* [Spark-5708] Add Slf4jSink to Spark MetricsJudy2015-02-241-0/+68
* [SPARK-5965] Standalone Worker UI displays {{USER_JAR}}Andrew Or2015-02-241-1/+1
* [Spark-5967] [UI] Correctly clean JobProgressListener.stageIdToActiveJobIdsTathagata Das2015-02-242-0/+25