spark-instrumented-optimizer/core/src/main/scala/spark
Matei Zaharia 0aa23bf17e Added a convenience method for getting the JAR file that loaded a class
(useful for jobs to pass their own JAR files to SparkContext).
2011-08-29 22:59:44 -07:00
..
broadcast Change currentThread to Thread.currentThread as the former is deprecated. 2011-08-02 10:25:16 +01:00
Accumulators.scala Change currentThread to Thread.currentThread as the former is deprecated. 2011-08-02 10:25:16 +01:00
Aggregator.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
BoundedMemoryCache.scala Added DiskSpillingCache 2011-04-27 22:32:35 -07:00
Cache.scala Stop objectifying various trackers, caches, etc. 2011-05-17 12:41:13 -07:00
CacheTracker.scala Use explicit asInstanceOf instead of misleading unchecked pattern matching. 2011-05-27 07:57:10 +01:00
CartesianRDD.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
ClosureCleaner.scala Some docs in ClosureCleaner 2011-05-31 22:06:30 -07:00
CoGroupedRDD.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
DaemonThreadFactory.scala Initial work towards new RDD design 2011-02-26 23:15:33 -08:00
DAGScheduler.scala Fix tracking of updates in accumulators to solve an issue that would manifest in the 2.9 interpreter 2011-07-14 14:08:34 -04:00
Dependency.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
DiskSpillingCache.scala Stop objectifying various trackers, caches, etc. 2011-05-17 12:41:13 -07:00
Executor.scala Updated to newest Mesos API, which includes better memory accounting 2011-08-01 13:54:48 -07:00
FetchFailedException.scala Added parallel shuffle fetcher 2011-07-09 17:25:56 -04:00
HadoopRDD.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
HadoopWriter.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
HttpServer.scala Made examples and core subprojects 2011-02-01 15:11:08 -08:00
JavaSerializer.scala Change currentThread to Thread.currentThread as the former is deprecated. 2011-08-02 10:25:16 +01:00
Job.scala Updated to newest Mesos API, which includes better memory accounting 2011-08-01 13:54:48 -07:00
KryoSerializer.scala Various improvements to Kryo serializer: 2011-07-21 22:09:33 -07:00
LocalFileShuffle.scala Merge branch 'mos-bt' 2011-06-26 18:22:12 -07:00
LocalScheduler.scala Change currentThread to Thread.currentThread as the former is deprecated. 2011-08-02 10:25:16 +01:00
Logging.scala Ensure logging is initialized before spawning any threads to fix issue #45 2011-05-31 23:47:32 -07:00
MapOutputTracker.scala Removed a debug statement that slipped in as a println 2011-07-21 16:09:33 -07:00
MesosScheduler.scala Made a log message slightly less ugly 2011-08-27 16:58:54 -07:00
PairRDDFunctions.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
ParallelCollection.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
ParallelShuffleFetcher.scala Simplified parallel shuffle fetcher to use URLConnection 2011-07-11 22:12:36 -04:00
Partitioner.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
PipedRDD.scala Added pipe() operation on RDDs for mapping through a shell command. 2011-06-19 23:05:19 -07:00
RDD.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
ResultTask.scala Cleaner reimplementation of HadoopFileWriter. Introduced TaskContext. 2011-06-16 20:57:57 -07:00
SampledRDD.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
Scheduler.scala Cleaned up a few issues to do with default parallelism levels. Also 2011-07-14 12:40:56 -04:00
SequenceFileRDDFunctions.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01: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 Stop objectifying various trackers, caches, etc. 2011-05-17 12:41:13 -07:00
SerializingCache.scala Stop objectifying various trackers, caches, etc. 2011-05-17 12:41:13 -07:00
ShuffledRDD.scala Added parallel shuffle fetcher 2011-07-09 17:25:56 -04:00
ShuffleFetcher.scala Added parallel shuffle fetcher 2011-07-09 17:25:56 -04:00
ShuffleMapTask.scala Cleaner reimplementation of HadoopFileWriter. Introduced TaskContext. 2011-06-16 20:57:57 -07:00
SimpleJob.scala Change currentThread to Thread.currentThread as the former is deprecated. 2011-08-02 10:25:16 +01:00
SimpleShuffleFetcher.scala Added parallel shuffle fetcher 2011-07-09 17:25:56 -04:00
SizeEstimator.scala Added sampling for large arrays in SizeEstimator 2011-03-06 11:11:20 -08:00
SoftReferenceCache.scala Made examples and core subprojects 2011-02-01 15:11:08 -08:00
SparkContext.scala Added a convenience method for getting the JAR file that loaded a class 2011-08-29 22:59:44 -07:00
SparkEnv.scala Added parallel shuffle fetcher 2011-07-09 17:25:56 -04:00
SparkException.scala Made examples and core subprojects 2011-02-01 15:11:08 -08:00
Split.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
Stage.scala Replace deprecated - and -- with suggested filterNot (which is uglier). 2011-05-26 22:22:37 +01:00
Task.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
TaskResult.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
UnionRDD.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
Utils.scala Merge branch 'mos-bt' 2011-06-26 18:22:12 -07:00
WeakReferenceCache.scala Made examples and core subprojects 2011-02-01 15:11:08 -08:00