aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark/SparkContext.scala
Commit message (Expand)AuthorAgeFilesLines
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-995/+0
* Make local variable publicPatrick Wendell2013-08-281-1/+1
* Merged in from upstream to use TaskLocation instead of stringsAli Ghodsi2013-08-201-3/+6
* added curly braces to make the code more consistentAli Ghodsi2013-08-201-1/+2
* fixed Matei's commentsAli Ghodsi2013-08-201-1/+1
* Coalescer now uses current preferred locations for derived RDDs. Made run() i...Ali Ghodsi2013-08-201-0/+9
* Merge remote-tracking branch 'jey/hadoop-agnostic'Matei Zaharia2013-08-201-4/+7
|\
| * make SparkHadoopUtil a member of SparkEnvJey Kottalam2013-08-151-4/+7
* | Made PairRDDFunctions taking only Tuple2, but made the rest of the shuffle co...Reynold Xin2013-08-191-1/+1
* | Added the missing RDD files and cleaned up SparkContext.Reynold Xin2013-08-181-12/+5
* | Allow subclasses of Product2 in all key-value related classes (ShuffleDepende...Reynold Xin2013-08-181-4/+5
|/
* Renamed setCurrentJobDescription to setJobDescription.Reynold Xin2013-08-141-1/+1
* A few small scheduler / job description changes.Reynold Xin2013-08-141-5/+9
* Refactored SparkListener to process all events asynchronously.Kay Ousterhout2013-08-091-1/+1
* Merge pull request #774 from pwendell/job-descriptionMatei Zaharia2013-08-051-2/+9
|\
| * Show user-defined job name in UIPatrick Wendell2013-08-021-2/+9
* | Merge pull request #772 from karenfeng/ui-843Matei Zaharia2013-08-021-0/+2
|\ \ | |/ |/|
| * Shows time the app has been runningKaren Feng2013-08-021-0/+2
* | Slight refactoring to SparkContext functionsPatrick Wendell2013-08-011-5/+8
* | Minor style fixesPatrick Wendell2013-08-011-1/+1
|/
* Merge branch 'master' into Pool_UIAndrew xia2013-07-311-4/+43
|\
| * continue to refactor code style and functionsAndrew xia2013-07-241-3/+3
| * Fix some typosjerryshao2013-07-241-2/+0
| * Change Executor MetricsSystem initialize code to SparkEnvjerryshao2013-07-241-4/+2
| * Register and init metricsSystem in SparkContextAndrew xia2013-07-241-2/+8
| * Add metrics source of DAGScheduler and blockManagerAndrew xia2013-07-241-2/+11
| * Rename method per rxin feedbackEvan Chan2013-07-231-2/+2
| * Add toMap method to TimeStampedHashMap and use itEvan Chan2013-07-231-1/+1
| * Add a public method getCachedRdds to SparkContextEvan Chan2013-07-211-1/+7
| * A better fix for giving local jars unde Yarn mode.Liang-Chi Hsieh2013-07-191-10/+7
| * Do not copy local jars given to SparkContext in yarn mode since the Context i...Liang-Chi Hsieh2013-07-191-3/+11
| * Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-161-0/+17
* | refactor codes less than 100 character per lineAndrew xia2013-07-301-3/+4
* | refactor job ui with pool informationAndrew xia2013-07-301-4/+12
* | Enhance job ui in spark ui system with adding pool informationAndrew xia2013-07-121-2/+15
|/
* Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-061-6/+8
|\
| * A few bug fixes and a unit testPatrick Wendell2013-06-241-0/+1
| * Work around for initalization issuePatrick Wendell2013-06-241-2/+3
| * Refactoring into different modulesPatrick Wendell2013-06-221-1/+1
| * Initial steps towards job progress UIPatrick Wendell2013-06-221-4/+4
| * Refactoring UI packagesPatrick Wendell2013-06-221-4/+4
* | Merge pull request #655 from tgravescs/masterMatei Zaharia2013-07-061-0/+1
|\ \
| * | Rework from pull request. Removed --user option from Spark on Yarn Client, ma...Y.CORP.YAHOO.COM\tgraves2013-07-021-8/+0
| * | Add support for Spark on Yarn on a secure Hadoop clusterThomas Graves2013-06-191-0/+9
* | | Made use of spark.executor.memory setting consistent and documented itMatei Zaharia2013-06-301-8/+16
| |/ |/|
* | delete test code for joblogger in SparkContextMingfei2013-06-081-2/+1
* | modify to pass job annotation by localProperties and use daeamon thread to do...Mingfei2013-06-081-4/+4
|/
* Merge pull request #529 from xiajunluan/masterMatei Zaharia2013-05-251-4/+20
|\
| * Merge branch 'master' into xiajunluanAndrew xia2013-05-181-32/+66
| |\
| * | remove TaskSetQueueManager and update code styleAndrew xia2013-04-191-8/+2