aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
...
* [SPARK-3599]Avoid loading properties file frequentlyWangTao2014-09-202-9/+10
* SPARK-3574. Shuffle finish time always reported as -1Sandy Ryza2014-09-203-9/+0
* [SPARK-3491] [MLlib] [PySpark] use pickle to serialize data in MLlibDavies Liu2014-09-192-8/+27
* [Minor Hot Fix] Move a line in SparkSubmit to the right placeAndrew Or2014-09-181-1/+1
* [SPARK-3560] Fixed setting spark.jars system property in yarn-cluster modeVictsm2014-09-181-1/+2
* [SPARK-3589][Minor]remove redundant codeWangTaoTheTonic2014-09-181-1/+1
* [SPARK-3547]Using a special exit code instead of 1 to represent ClassNotFound...WangTaoTheTonic2014-09-183-4/+4
* [SPARK-3565]Fix configuration item not consistent with documentWangTaoTheTonic2014-09-171-3/+3
* [SPARK-3567] appId field in SparkDeploySchedulerBackend should be volatileKousuke Saruta2014-09-171-1/+1
* [SPARK-3564][WebUI] Display App ID on HistoryPageKousuke Saruta2014-09-171-1/+3
* [SPARK-3571] Spark standalone cluster mode doesn't work.Kousuke Saruta2014-09-171-5/+6
* [SPARK-3546] InputStream of ManagedBuffer is not closed and causes running ou...Kousuke Saruta2014-09-162-3/+11
* [SPARK-2314][SQL] Override collect and take in python library, and count in j...Aaron Staple2014-09-161-1/+1
* [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-122-3/+49
* 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-3429] Don't include the empty string "" as a defaultAclUserAndrew Ash2014-09-111-1/+1
* [Spark-3490] Disable SparkUI for testsAndrew Or2014-09-114-8/+16
* [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-091-1/+18
* 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-0831-890/+908
* SPARK-2978. Transformation with MR shuffle semanticsSandy Ryza2014-09-082-1/+39
* [SPARK-3280] Made sort-based shuffle the default implementationReynold Xin2014-09-071-1/+1
* [SPARK-3394] [SQL] Fix crash in TakeOrdered when limit is 0Eric Liang2014-09-071-9/+13
* [SPARK-3353] parent stage should have lower stage id.Reynold Xin2014-09-061-2/+2
* [SPARK-3273][SPARK-3301]We should read the version information from the same ...GuoQiang Li2014-09-063-4/+5
* 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-034-4/+11
* [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-0317-106/+187
* [SPARK-2845] Add timestamps to block manager events.Marcelo Vanzin2014-09-033-9/+14
* [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-2636: Expose job ID in JobWaiter APIlirui2014-09-014-3/+20
* [SPARK-3135] Avoid extra mem copy in TorrentBroadcast via ByteArrayChunkOutpu...Reynold Xin2014-09-012-19/+97
* [SPARK-3010] fix redundant conditionalscwf2014-08-311-2/+2
* 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-3012-55/+92