aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-10530][CORE] Kill other task attempts when one taskattempt belonging t...Devaraj K2016-05-3012-19/+55
* [SPARK-15645][STREAMING] Fix some typos of Streaming moduleXin Ren2016-05-301-2/+2
* [SPARK-15569] Reduce frequency of updateBytesWritten function in Disk…Sital Kedia2016-05-271-2/+1
* [MINOR] Fix Typos 'a -> an'Zheng RuiFeng2016-05-267-8/+8
* [MINOR][CORE] Fixed doc for Accumulator2.addJoseph K. Bradley2016-05-261-4/+4
* [SPARK-8428][SPARK-13850] Fix integer overflows in TimSortSameer Agarwal2016-05-262-6/+6
* [SPARK-13148][YARN] document zero-keytab Oozie application launch; add diagno...Steve Loughran2016-05-261-2/+49
* [SPARK-10372] [CORE] basic test framework for entire spark schedulerImran Rashid2016-05-262-2/+2
* [SPARK-14269][SCHEDULER] Eliminate unnecessary submitStage() call.Takuya UESHIN2016-05-251-25/+10
* [MINOR][CORE] Fix a HadoopRDD log message and remove unused imports in rdd fi...Dongjoon Hyun2016-05-255-7/+4
* [SPARK-15345][SQL][PYSPARK] SparkSession's conf doesn't take effect when this...Jeff Zhang2016-05-251-0/+3
* [SPARK-9044] Fix "Storage" tab in UI so that it reflects RDD name change.Lukasz2016-05-252-2/+2
* [SPARK-15518] Rename various scheduler backend for consistencyReynold Xin2016-05-249-76/+86
* [SPARK-15512][CORE] repartition(0) should raise IllegalArgumentExceptionDongjoon Hyun2016-05-241-0/+1
* [SPARK-15433] [PYSPARK] PySpark core test should not use SerDe from PythonMLL...Liang-Chi Hsieh2016-05-241-1/+1
* [SPARK-15431][SQL] Support LIST FILE(s)|JAR(s) command nativelyXin Wu2016-05-231-0/+10
* [SPARK-15468][SQL] fix some typosBo Meng2016-05-221-1/+1
* [SPARK-15430][SQL] Fix potential ConcurrentModificationException for ListAccu...Liang-Chi Hsieh2016-05-221-2/+5
* [SPARK-15317][CORE] Don't store accumulators for every task in listenersShixiong Zhu2016-05-195-13/+142
* [SPARK-15300] Fix writer lock conflict when remove a blockDavies Liu2016-05-191-4/+1
* [SPARK-15395][CORE] Use getHostString to create RpcAddressShixiong Zhu2016-05-181-4/+4
* [SPARK-15373][WEB UI] Spark UI should show consistent timezones.Dongjoon Hyun2016-05-187-28/+49
* [SPARK-15357] Cooperative spilling should check consumer memory modeDavies Liu2016-05-187-40/+45
* [SPARK-11735][CORE][SQL] Add a check in the constructor of SQLContext/SparkSe...Shixiong Zhu2016-05-171-1/+1
* [SPARK-15290][BUILD] Move annotations, like @Since / @DeveloperApi, into spar...Sean Owen2016-05-177-223/+0
* [SPARK-15197][DOCS] Added Scaladoc for countApprox and countByValueApprox par...Nicholas Tietz2016-05-143-2/+53
* [SPARK-15061][PYSPARK] Upgrade to Py4J 0.10.1Holden Karau2016-05-131-1/+1
* [SPARK-13902][SCHEDULER] Make DAGScheduler not to create duplicate stage.Takuya UESHIN2016-05-121-1/+3
* [SPARK-14897][SQL] upgrade to jetty 9.2.16bomeng2016-05-123-25/+28
* [SPARK-15080][CORE] Break copyAndReset into copy and resetSandeep Singh2016-05-122-15/+70
* [SPARK-15262] Synchronize block manager / scheduler executor stateAndrew Or2016-05-111-1/+8
* [SPARK-15260] Atomically resize memory poolsAndrew Or2016-05-112-8/+8
* [SPARK-15085][STREAMING][KAFKA] Rename streaming-kafka artifactcody koeninger2016-05-111-2/+2
* [SPARK-15259] Sort time metric should not include spill and record insertion ...Eric Liang2016-05-112-0/+24
* [SPARK-15235][WEBUI] Corresponding row cannot be highlighted even though curs...Kousuke Saruta2016-05-101-2/+2
* [SPARK-15246][SPARK-4452][CORE] Fix code style and improve volatile forLianhui Wang2016-05-102-3/+2
* [SPARK-12837][CORE] reduce network IO for accumulatorsWenchen Fan2016-05-103-4/+11
* [SPARK-11249][LAUNCHER] Throw error if app resource is not provided.Marcelo Vanzin2016-05-101-6/+3
* [SPARK-14542][CORE] PipeRDD should allow configurable buffer size for…Sital Kedia2016-05-103-26/+49
* [SPARK-15209] Fix display of job descriptions with single quotes in web UI ti...Josh Rosen2016-05-102-8/+14
* [SPARK-10653][CORE] Remove unnecessary things from SparkEnvAlex Bozarth2016-05-093-23/+7
* [SAPRK-15220][UI] add hyperlink to running application and completed applicationmwws2016-05-091-4/+4
* [SPARK-15087][MINOR][DOC] Follow Up: Fix the CommentsSandeep Singh2016-05-071-5/+0
* [SPARK-1239] Improve fetching of map output statusesThomas Graves2016-05-062-48/+208
* [SPARK-15152][DOC][MINOR] Scaladoc and Code style ImprovementsJacek Laskowski2016-05-054-21/+14
* [SPARK-9926] Parallelize partition logic in UnionRDD.Ryan Blue2016-05-051-1/+17
* [SPARK-15158][CORE] downgrade shouldRollover message to debug leveldepend2016-05-051-1/+1
* [SPARK-14915][CORE] Don't re-queue a task if another attempt has already succ...Jason Moore2016-05-051-1/+10
* [SPARK-12154] Upgrade to Jersey 2mcheah2016-05-052-17/+10
* [SPARK-15045] [CORE] Remove dead code in TaskMemoryManager.cleanUpAllAllocate...Abhinav Gupta2016-05-041-6/+7