aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-3040] pick up a more proper local ip address for Utils.findLocalIpAddr...Ye Xianjin2014-09-151-1/+6
* [SPARK-2951] [PySpark] support unpickle array.array for Python 2.6Davies Liu2014-09-151-0/+51
* [SPARK-2714] DAGScheduler logs jobid when runJob finishesyantangzhai2014-09-152-5/+7
* [SPARK-3518] Remove wasted statement in JsonProtocolKousuke Saruta2014-09-151-1/+0
* [SPARK-3463] [PySpark] aggregate and show spilled bytes in PythonDavies Liu2014-09-131-0/+4
* [SPARK-3030] [PySpark] Reuse Python workerDavies Liu2014-09-133-23/+128
* Proper indent for the previous commit.Reynold Xin2014-09-121-1/+1
* SPARK-3470 [CORE] [STREAMING] Add Closeable / close() to Java context objectsSean Owen2014-09-121-1/+6
* [SPARK-3469] Make sure all TaskCompletionListener are called even with failuresReynold Xin2014-09-123-5/+69
* [SPARK-3217] Add Guava to classpath when SPARK_PREPEND_CLASSES is set.Marcelo Vanzin2014-09-121-0/+27
* SPARK-3014. Log a more informative messages in a couple failure scenario...Sandy Ryza2014-09-121-2/+4
* [SPARK-3465] fix task metrics aggregation in local modeDavies Liu2014-09-111-1/+10
* SPARK-2482: Resolve sbt warnings during buildwitgo2014-09-114-5/+0
* [SPARK-3429] Don't include the empty string "" as a defaultAclUserAndrew Ash2014-09-111-1/+1
* [Spark-3490] Disable SparkUI for testsAndrew Or2014-09-115-21/+47
* [SPARK-3411] Improve load-balancing of concurrently-submitted drivers across ...WangTaoTheTonic2014-09-101-3/+15
* Minor - Fix trivial compilation warnings.Prashant Sharma2014-09-091-1/+0
* [SPARK-3193]output errer info when Process exit code is not zero in test suitescwf2014-09-093-5/+21
* SPARK-3422. JavaAPISuite.getHadoopInputSplits isn't used anywhere.Sandy Ryza2014-09-091-25/+0
* SPARK-2425 Don't kill a still-running Application because of some misbehaving...Mark Hamstra2014-09-084-12/+22
* [SPARK-3019] Pluggable block transfer interface (BlockTransferService)Reynold Xin2014-09-0838-1273/+1129
* SPARK-2978. Transformation with MR shuffle semanticsSandy Ryza2014-09-084-1/+83
* [SPARK-3280] Made sort-based shuffle the default implementationReynold Xin2014-09-075-4/+37
* [SPARK-3394] [SQL] Fix crash in TakeOrdered when limit is 0Eric Liang2014-09-072-9/+20
* [SPARK-3353] parent stage should have lower stage id.Reynold Xin2014-09-063-12/+19
* [SPARK-3273][SPARK-3301]We should read the version information from the same ...GuoQiang Li2014-09-064-6/+8
* [SPARK-3397] Bump pom.xml version number of master branch to 1.2.0-SNAPSHOTGuoQiang Li2014-09-061-1/+1
* SPARK-3211 .take() is OOM-prone with empty partitionsAndrew Ash2014-09-051-4/+3
* [SPARK-3233] Executor never stop its SparnEnv, BlockManager, ConnectionManage...Kousuke Saruta2014-09-036-6/+13
* [SPARK-3303][core] fix SparkContextSchedulerCreationSuite test errorscwf2014-09-031-5/+5
* [SPARK-3345] Do correct parameters for ShuffleFileGroupLiang-Chi Hsieh2014-09-031-1/+1
* [Minor] Fix outdated Spark versionAndrew Or2014-09-031-1/+1
* [SPARK-3388] Expose aplication ID in ApplicationStart event, use it in histor...Marcelo Vanzin2014-09-0320-109/+199
* [SPARK-2845] Add timestamps to block manager events.Marcelo Vanzin2014-09-036-24/+58
* [SPARK-2871] [PySpark] add countApproxDistinct() APIDavies Liu2014-09-021-1/+1
* SPARK-3052. Misleading and spurious FileSystem closed errors whenever a ...Sandy Ryza2014-09-022-3/+13
* [SPARK-3061] Fix Maven build under WindowsJosh Rosen2014-09-021-12/+6
* SPARK-2636: Expose job ID in JobWaiter APIlirui2014-09-014-3/+20
* [SPARK-3135] Avoid extra mem copy in TorrentBroadcast via ByteArrayChunkOutpu...Reynold Xin2014-09-013-19/+206
* [SPARK-3010] fix redundant conditionalscwf2014-08-312-11/+6
* SPARK-3318: Documentation update in addFile on how to use SparkFiles.getHolden Karau2014-08-302-3/+2
* [SPARK-2889] Create Hadoop config objects consistently.Marcelo Vanzin2014-08-3017-62/+106
* [SPARK-2288] Hide ShuffleBlockManager behind ShuffleManagerRaymond Liu2014-08-2920-350/+458
* [SPARK-3305] Remove unused import from UI classes.Kousuke Saruta2014-08-292-2/+1
* [SPARK-1912] Lazily initialize buffers for local shuffle blocks.Reynold Xin2014-08-283-35/+20
* [SPARK-3277] Fix external spilling with LZ4 assertion errorAndrew Or2014-08-285-96/+144
* [SPARK-3281] Remove Netty specific code in BlockManager / shuffleReynold Xin2014-08-2813-178/+64
* [SPARK-3264] Allow users to set executor Spark home in MesosAndrew Or2014-08-282-8/+12
* [SPARK-2608][Core] Fixed command line option passing issue over Mesos via SPA...Cheng Lian2014-08-282-4/+24
* [SPARK-3150] Fix NullPointerException in in Spark recovery: Add initializing ...Tatiana Borisova2014-08-281-0/+13