spark-instrumented-optimizer/core/src/main/scala/spark
Shivaram Venkataraman 15acd49f07 Actually rename classes to ZippedPartitions*
(the previous commit only renamed the file)
2013-04-28 16:03:22 -07:00
..
api Checkpoint commit - compiles and passes a lot of tests - not all though, looking into FileSuite issues 2013-04-15 18:12:11 +05:30
broadcast Replace old 'master' term with 'driver'. 2013-01-25 11:03:00 -06:00
deploy Ensure all ask/await block for spark.akka.askTimeout - so that it is controllable : instead of arbitrary timeouts spread across codebase. In our tests, we use 30 seconds, though default of 10 is maintained 2013-04-17 05:52:57 +05:30
executor Use hostname instead of hostport for executor, fix creation of workdir 2013-04-16 02:57:43 +05:30
network Checkpoint commit - compiles and passes a lot of tests - not all though, looking into FileSuite issues 2013-04-15 18:12:11 +05:30
partial Renamed "splits" to "partitions" 2013-02-17 22:13:26 -08:00
rdd Actually rename classes to ZippedPartitions* 2013-04-28 16:03:22 -07:00
scheduler Add a small note on spark.tasks.schedule.aggression 2013-04-17 23:13:02 +05:30
serializer Remove NextIterator.close default implementation. 2013-03-12 12:30:10 -05:00
storage Attempt at fixing merge conflict 2013-04-24 09:24:17 +05:30
util Checkpoint commit - compiles and passes a lot of tests - not all though, looking into FileSuite issues 2013-04-15 18:12:11 +05:30
Accumulators.scala Minor cleanup. 2013-01-21 15:55:46 -06:00
Aggregator.scala Remove mapSideCombine field from Aggregator. 2012-10-13 14:59:20 -07:00
BlockStoreShuffleFetcher.scala rename remoteFetchWaitTime to fetchWaitTime, since it also includes time from local fetches 2013-03-09 21:16:53 -08:00
Cache.scala Make classes package private 2012-10-02 19:00:19 -07:00
CacheManager.scala Explicitly catch all throwables (warning in 2.10) 2013-03-24 16:15:32 -07:00
ClosureCleaner.scala Checkpoint commit - compiles and passes a lot of tests - not all though, looking into FileSuite issues 2013-04-15 18:12:11 +05:30
Dependency.scala Moved PruneDependency into PartitionPruningRDD.scala. 2013-02-01 00:02:46 -08:00
DoubleRDDFunctions.scala Renamed "splits" to "partitions" 2013-02-17 22:13:26 -08:00
FetchFailedException.scala Checkpoint commit - compiles and passes a lot of tests - not all though, looking into FileSuite issues 2013-04-15 18:12:11 +05:30
HadoopWriter.scala Fix issue with FileSuite failing 2013-04-15 19:16:36 +05:30
HttpFileServer.scala Don't download files to master's working directory. 2013-01-21 17:34:17 -08:00
HttpServer.scala Fix for hanging spark.HttpFileServer with kind of virtual network 2013-01-22 23:08:34 +09:00
JavaSerializer.scala More doc updates, and moved Serializer to a subpackage. 2012-10-12 18:19:21 -07:00
KryoSerializer.scala Fix reference bug in Kryo serializer, add test, update version 2013-03-07 22:16:11 -08:00
Logging.scala Checkpoint commit - compiles and passes a lot of tests - not all though, looking into FileSuite issues 2013-04-15 18:12:11 +05:30
MapOutputTracker.scala Scala does not prevent variable shadowing ! Sick error due to it ... 2013-04-16 17:05:10 +05:30
package.scala Scaladoc documentation for some core Spark functionality 2012-10-04 22:59:36 -07:00
PairRDDFunctions.scala Commit job to persist files 2013-04-16 02:56:36 +05:30
Partition.scala Renamed "splits" to "partitions" 2013-02-17 22:13:26 -08:00
Partitioner.scala Get spark.default.paralellism on each call to defaultPartitioner, 2013-02-25 10:28:08 -08:00
RDD.scala Actually rename classes to ZippedPartitions* 2013-04-28 16:03:22 -07:00
RDDCheckpointData.scala Create an empty directory when checkpointing a 0-partition RDD (fixes a 2013-04-25 00:42:37 -07:00
SequenceFileRDDFunctions.scala Correct sense of 'filter out' in comment. 2013-03-31 08:00:13 -07:00
SerializableWritable.scala Fix issue #65: Change @serializable to extends Serializable in 2.9 branch 2011-08-02 10:16:33 +01:00
ShuffleFetcher.scala make the ShuffleFetcher responsible for collecting shuffle metrics, which gives us metrics for CoGroupedRDD and ShuffledRDD 2013-02-21 16:56:28 -08:00
SizeEstimator.scala Remove dependencies on sun jvm classes. Instead use reflection to infer 2013-01-07 15:57:18 -08:00
SoftReferenceCache.scala Make classes package private 2012-10-02 19:00:19 -07:00
SparkContext.scala Fix review comments, add a new api to SparkHadoopUtil to create appropriate Configuration. Modify an example to show how to use SplitInfo 2013-04-22 08:01:13 +05:30
SparkEnv.scala Checkpoint commit - compiles and passes a lot of tests - not all though, looking into FileSuite issues 2013-04-15 18:12:11 +05:30
SparkException.scala Upgraded to Akka 2 and fixed test execution (which was still parallel 2012-06-28 23:51:28 -07:00
SparkFiles.java Allow PySpark's SparkFiles to be used from driver 2013-01-23 10:58:50 -08:00
TaskContext.scala remove bogus comment 2013-02-25 10:31:06 -08: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 Fix review comments, add a new api to SparkHadoopUtil to create appropriate Configuration. Modify an example to show how to use SplitInfo 2013-04-22 08:01:13 +05:30