spark-instrumented-optimizer/core/src/main/scala/spark
Kay Ousterhout c92dd627ca Properly account for killed tasks.
The TaskState class's isFinished() method didn't return true for
KILLED tasks, which means some resources are never reclaimed
for tasks that are killed. This also made it inconsistent with the
isFinished() method used by CoarseMesosSchedulerBackend.
2013-08-13 12:40:15 -07:00
..
api Fix import organization. 2013-08-12 18:55:02 -07:00
broadcast Changed other LZF uses to use the compression codec interface. 2013-07-31 10:32:13 -07:00
deploy Slight change to pr-784 2013-08-13 09:29:40 -07:00
executor reformat registerFileSystemStat() 2013-08-06 15:22:25 -07:00
io Renamed compressionOutputStream and compressionInputStream to compressedOutputStream and compressedInputStream. 2013-07-30 18:28:46 -07:00
metrics Slight change to pr-784 2013-08-13 09:29:40 -07:00
network Change line size 2013-08-08 22:28:40 +05:30
partial Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
rdd Merge pull request #724 from dlyubimov/SPARK-826 2013-08-06 22:31:02 -07:00
scheduler Merge remote-tracking branch 'origin/pr/792' 2013-08-10 10:18:50 -07:00
serializer Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
storage Report compressed bytes read when calculating TaskMetrics 2013-08-11 16:25:57 -07:00
ui Slight change to pr-784 2013-08-13 09:29:40 -07:00
util More elegant rewrite of the same. 2013-07-31 21:41:00 -07:00
Accumulators.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
Aggregator.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
BlockStoreShuffleFetcher.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
CacheManager.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
ClosureCleaner.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
Dependency.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
DoubleRDDFunctions.scala Fix bug: DoubleRDDFunctions.sampleStdev() computed non-sample stdev(). 2013-07-22 13:21:48 -07:00
FetchFailedException.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
HadoopWriter.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
HttpFileServer.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
HttpServer.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
JavaSerializer.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
KryoSerializer.scala fix wrapping 2013-07-24 22:08:09 -07:00
Logging.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
MapOutputTracker.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
package.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
PairRDDFunctions.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
Partition.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
Partitioner.scala Eliminated code duplication, refactored to pattern-matching style Partitioner and PythonPartitioner 2013-07-31 13:19:42 +03:00
RDD.scala Java examples, tests for KMeans and ALS 2013-08-06 15:43:46 -07:00
RDDCheckpointData.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
SequenceFileRDDFunctions.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
SerializableWritable.scala Use new Configuration() instead of new JobConf() for ObjectWritable. 2013-08-10 21:31:05 -07:00
ShuffleFetcher.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
SizeEstimator.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
SparkContext.scala Refactored SparkListener to process all events asynchronously. 2013-08-09 13:27:41 -07:00
SparkEnv.scala [HOTFIX] Mark lastSetSparkEnv @volatile in case it gets HotSpot-cached 2013-08-05 17:22:27 -07:00
SparkException.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
SparkFiles.java Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
TaskContext.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
TaskEndReason.scala Add Apache license headers and LICENSE and NOTICE files 2013-07-16 17:21:33 -07:00
TaskState.scala Properly account for killed tasks. 2013-08-13 12:40:15 -07:00
Utils.scala Merge remote-tracking branch 'mesos/master' into SPARK-826 2013-07-31 22:09:22 -07:00