spark-instrumented-optimizer/core/src/main/scala/spark
Matei Zaharia 23015ccac0 Merge pull request #271 from shivaram/block-manager-npe-fix
Change block manager to accept a ArrayBuffer
2012-10-12 14:36:28 -07:00
..
api/java Adding Java documentation 2012-10-11 00:49:03 -07:00
broadcast Conflict fixed 2012-10-02 22:25:39 -07:00
deploy Don't crash on ask timeout exceptions in deploy.Client.stop() (fixes a crash in tests) 2012-10-07 07:25:41 +00:00
executor Fixed bug when fetching Jar dependencies. 2012-10-10 16:09:53 -07:00
network Reduce some overly aggressive logging in connection manager 2012-10-06 01:54:39 +00:00
partial Make more stuff private[spark] 2012-10-02 22:28:55 -07:00
rdd Added documentation to all the *RDDFunction classes, and moved them into 2012-10-09 18:38:36 -07:00
scheduler Fixed bug when fetching Jar dependencies. 2012-10-10 16:09:53 -07:00
storage Change block manager to accept a ArrayBuffer instead of an iterator to ensure 2012-10-11 00:42:46 -07:00
util Added documentation to all the *RDDFunction classes, and moved them into 2012-10-09 18:38:36 -07:00
Accumulators.scala change tests to show utility of localValue 2012-10-04 23:05:42 -07:00
Aggregator.scala Separated ShuffledRDD into multiple classes: RepartitionShuffledRDD, 2012-09-19 12:31:45 -07:00
BlockStoreShuffleFetcher.scala Modified shuffle to limit the maximum outstanding data size in bytes, 2012-10-06 20:07:10 -07:00
BoundedMemoryCache.scala Make classes package private 2012-10-02 19:00:19 -07:00
Cache.scala Make classes package private 2012-10-02 19:00:19 -07:00
CacheTracker.scala Change block manager to accept a ArrayBuffer instead of an iterator to ensure 2012-10-11 00:42:46 -07:00
ClosureCleaner.scala Make classes package private 2012-10-02 19:00:19 -07:00
DaemonThreadFactory.scala Ported performance and FT improvements from latest streaming work 2012-09-12 14:54:40 -07:00
Dependency.scala Make ShuffleDependency.aggregator explicitly optional. 2012-10-07 00:36:04 -07:00
DoubleRDDFunctions.scala Added documentation to all the *RDDFunction classes, and moved them into 2012-10-09 18:38:36 -07:00
FetchFailedException.scala Make classes package private 2012-10-02 19:00:19 -07:00
HadoopWriter.scala Added documentation to all the *RDDFunction classes, and moved them into 2012-10-09 18:38:36 -07:00
HttpFileServer.scala Make classes package private 2012-10-02 19:00:19 -07:00
HttpServer.scala Make classes package private 2012-10-02 19:00:19 -07:00
JavaSerializer.scala Made Serializer and JavaSerializer non private. 2012-10-03 10:20:59 -07:00
KryoSerializer.scala Stylistic changes and Public Accumulable and Broadcast 2012-10-02 19:28:37 -07:00
Logging.scala Scaladoc documentation for some core Spark functionality 2012-10-04 22:59:36 -07:00
MapOutputTracker.scala Log message 2012-10-07 06:43:52 +00:00
package.scala Scaladoc documentation for some core Spark functionality 2012-10-04 22:59:36 -07:00
PairRDDFunctions.scala Added documentation to all the *RDDFunction classes, and moved them into 2012-10-09 18:38:36 -07:00
ParallelCollection.scala Make classes package private 2012-10-02 19:00:19 -07:00
Partitioner.scala Fixed a test that was getting extremely lucky before, and increased the 2012-09-26 00:25:34 -07:00
RDD.scala Adding Java documentation 2012-10-11 00:49:03 -07:00
SequenceFileRDDFunctions.scala Added documentation to all the *RDDFunction classes, and moved them into 2012-10-09 18:38:36 -07:00
SerializableWritable.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
Serializer.scala Made Serializer and JavaSerializer non private. 2012-10-03 10:20:59 -07:00
ShuffleFetcher.scala Make classes package private 2012-10-02 19:00:19 -07:00
SizeEstimator.scala Make classes package private 2012-10-02 19:00:19 -07:00
SoftReferenceCache.scala Make classes package private 2012-10-02 19:00:19 -07:00
SparkContext.scala Added documentation to all the *RDDFunction classes, and moved them into 2012-10-09 18:38:36 -07:00
SparkEnv.scala Removed the need to sleep in tests due to waiting for Akka to shut down 2012-10-07 00:17:59 -07:00
SparkException.scala Upgraded to Akka 2 and fixed test execution (which was still parallel 2012-06-28 23:51:28 -07:00
Split.scala Various code style fixes, mostly from IntelliJ IDEA 2012-06-29 18:47:12 -07:00
TaskContext.scala Some refactoring to make cluster scheduler pluggable. 2012-07-06 15:23:26 -07:00
TaskEndReason.scala Stylistic changes and Public Accumulable and Broadcast 2012-10-02 19:28:37 -07:00
TaskState.scala Make classes package private 2012-10-02 19:00:19 -07:00
Utils.scala Changed the println to logInfo in Utils.fetchFile. 2012-10-07 01:53:24 -07:00