aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/scala/org/apache
Commit message (Expand)AuthorAgeFilesLines
* [SPARK-12481][CORE][STREAMING][SQL] Remove usage of Hadoop deprecated APIs an...Sean Owen2016-01-023-9/+7
* [SPARK-7995][SPARK-6280][CORE] Remove AkkaRpcEnv and remove systemName from s...Shixiong Zhu2015-12-3112-464/+26
* [SPARK-12588] Remove HttpBroadcast in Spark 2.0.Reynold Xin2015-12-301-124/+7
* [SPARK-12490] Don't use Javascript for web UI's paginated table controlsJosh Rosen2015-12-281-1/+7
* [SPARK-12517] add default RDD name for one created via sc.textFileYaron Weinsberg2015-12-291-0/+25
* [SPARK-12311][CORE] Restore previous value of "os.arch" property in test suit...Kazuaki Ishizaki2015-12-2429-80/+177
* [SPARK-12388] change default compression to lz4Davies Liu2015-12-211-5/+3
* [SPARK-12392][CORE] Optimize a location order of broadcast blocks by consider...Takeshi YAMAMURO2015-12-211-1/+18
* [SPARK-11808] Remove Bagel.Reynold Xin2015-12-191-1/+1
* [SPARK-11097][CORE] Add channelActive callback to RpcHandler to monitor the n...Shixiong Zhu2015-12-182-67/+87
* [SPARK-9552] Return "false" while nothing to kill in killExecutorsGrace2015-12-181-12/+17
* [CORE][TESTS] minor fix of JavaSerializerSuiteJeff Zhang2015-12-181-2/+7
* [SPARK-12220][CORE] Make Utils.fetchFile support files that contain special c...Shixiong Zhu2015-12-172-0/+15
* [SPARK-10248][CORE] track exceptions in dagscheduler event loop in testsImran Rashid2015-12-161-2/+26
* [SPARK-10123][DEPLOY] Support specifying deploy mode from configurationjerryshao2015-12-151-0/+41
* [SPARK-9026][SPARK-4514] Modifications to JobWaiter, FutureAction, and AsyncR...Richard W. Eggert II2015-12-153-2/+139
* [SPARK-12332][TRIVIAL][TEST] Fix minor typo in ResetSystemPropertiesHolden Karau2015-12-151-1/+1
* [SPARK-12267][CORE] Store the remote RpcEnv address to send the correct disco...Shixiong Zhu2015-12-121-0/+42
* [SPARK-12155][SPARK-12253] Fix executor OOM in unified memory managementAndrew Or2015-12-101-0/+25
* [SPARK-12251] Document and improve off-heap memory configurationsJosh Rosen2015-12-102-2/+2
* [SPARK-11563][CORE][REPL] Use RpcEnv to transfer REPL-generated classes.Marcelo Vanzin2015-12-101-2/+23
* [SPARK-12165][ADDENDUM] Fix outdated comments on unroll testAndrew Or2015-12-091-4/+9
* [SPARK-12165][SPARK-12189] Fix bugs in eviction of storage memory by executionJosh Rosen2015-12-093-115/+150
* [SPARK-10582][YARN][CORE] Fix AM failure situation for dynamic allocationjerryshao2015-12-091-0/+84
* [SPARK-12222] [CORE] Deserialize RoaringBitmap using Kryo serializer throw Bu...Fei Wang2015-12-081-1/+27
* [SPARK-11155][WEB UI] Stage summary json should include stage durationXin Ren2015-12-081-0/+62
* [SPARK-12084][CORE] Fix codes that uses ByteBuffer.array incorrectlyShixiong Zhu2015-12-041-1/+2
* [SPARK-12112][BUILD] Upgrade to SBT 0.13.9Josh Rosen2015-12-052-9/+9
* [SPARK-12108] Make event logs smallerAndrew Or2015-12-031-21/+14
* [SPARK-12082][FLAKY-TEST] Increase timeouts in NettyBlockTransferSecuritySuiteJosh Rosen2015-12-031-1/+1
* [SPARK-3580][CORE] Add Consistent Method To Get Number of RDD Partitions Acro...Jeroen Schot2015-12-021-0/+1
* [SPARK-12081] Make unified memory manager work with small heapsAndrew Or2015-12-011-0/+20
* [SPARK-12004] Preserve the RDD partitioner through RDD checkpointingTathagata Das2015-12-011-5/+56
* [SPARK-12007][NETWORK] Avoid copies in the network lib's RPC layer.Marcelo Vanzin2015-11-301-1/+2
* [SPARK-11859][MESOS] SparkContext accepts invalid Master URLs in the form zk:...toddwan2015-11-301-0/+5
* [SPARK-11999][CORE] Fix the issue that ThreadUtils.newDaemonCachedThreadPool ...Shixiong Zhu2015-11-251-0/+45
* [SPARK-11866][NETWORK][CORE] Make sure timed out RPCs are cleaned up.Marcelo Vanzin2015-11-252-4/+4
* [SPARK-11956][CORE] Fix a few bugs in network lib-based file transfer.Marcelo Vanzin2015-11-251-7/+20
* [SPARK-10666][SPARK-6880][CORE] Use properties from ActiveJob associated with...Mark Hamstra2015-11-251-2/+105
* [SPARK-11872] Prevent the call to SparkContext#stop() in the listener bus's t...tedyu2015-11-241-0/+31
* [SPARK-11906][WEB UI] Speculation Tasks Cause ProgressBar UI OverflowForest Fang2015-11-241-0/+10
* [SPARK-11140][CORE] Transfer files using network lib when using NettyRpcEnv.Marcelo Vanzin2015-11-232-6/+43
* [SPARK-11887] Close PersistenceEngine at the end of PersistenceEngineSuite testsJosh Rosen2015-11-201-48/+52
* [SPARK-11650] Reduce RPC timeouts to speed up slow AkkaUtilsSuite testJosh Rosen2015-11-201-1/+2
* [SPARK-11845][STREAMING][TEST] Added unit test to verify TrackStateRDD is cor...Tathagata Das2015-11-191-201/+210
* [SPARK-11831][CORE][TESTS] Use port 0 to avoid port conflicts in testsShixiong Zhu2015-11-192-14/+14
* [SPARK-11649] Properly set Akka frame size in SparkListenerSuite testJosh Rosen2015-11-181-2/+3
* [SPARK-10745][CORE] Separate configs between shuffle and RPCShixiong Zhu2015-11-181-1/+1
* [SPARK-11792] [SQL] [FOLLOW-UP] Change SizeEstimation to KnownSizeEstimation ...Yin Huai2015-11-181-12/+2
* [SPARK-11195][CORE] Use correct classloader for TaskResultGetterHurshal Patel2015-11-181-1/+64