aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/scala/spark
Commit message (Expand)AuthorAgeFilesLines
* Put StoragePerfTester in org/apache/Aaron Davidson2013-10-211-84/+0
* Minor cleanupPatrick Wendell2013-10-071-45/+40
* Perf benchmarkPatrick Wendell2013-10-071-0/+89
* Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-01264-34425/+0
* Merge pull request #883 from alig/masterMatei Zaharia2013-09-011-2/+1
|\
| * Don't require spark home to be set for standalone modeAli Ghodsi2013-08-311-2/+1
* | Small tweakMatei Zaharia2013-08-311-1/+1
* | Print output from spark-daemon only when it fails to launchMatei Zaharia2013-08-311-1/+0
* | Various web UI improvements:Matei Zaharia2013-08-3113-97/+67
|/
* Also add getConf to NewHadoopRDDMikhail Bautin2013-08-301-0/+3
* Make HadoopRDD's configuration accessibleMikhail Bautin2013-08-301-1/+3
* Merge pull request #857 from mateiz/assemblyMatei Zaharia2013-08-293-3/+4
|\
| * Fix finding of assembly JAR, as well as some pointers to ./runMatei Zaharia2013-08-293-2/+3
| * Change build and run instructions to use assembliesMatei Zaharia2013-08-291-1/+1
* | Fix removed block zero size log reportingjerryshao2013-08-301-2/+2
|/
* Merge pull request #871 from pwendell/expose-localPatrick Wendell2013-08-281-1/+1
|\
| * Make local variable publicPatrick Wendell2013-08-281-1/+1
* | Merge pull request #865 from tgravescs/fixtmpdirMatei Zaharia2013-08-281-0/+22
|\ \
| * | Change Executor to only look at the env variable SPARK_YARN_MODEY.CORP.YAHOO.COM\tgraves2013-08-281-1/+1
| * | Updated based on review comments.Y.CORP.YAHOO.COM\tgraves2013-08-271-9/+6
| * | Allow for Executors to have different directories then the Spark Master for YarnY.CORP.YAHOO.COM\tgraves2013-08-271-0/+25
| |/
* | Added worker state to the cluster master JSON ui.Reynold Xin2013-08-261-1/+2
* | Revert "Merge pull request #841 from rxin/json"Reynold Xin2013-08-265-64/+66
|/
* Merge pull request #832 from alig/coalesceMatei Zaharia2013-08-223-45/+327
|\
| * Merged in from upstream to use TaskLocation instead of stringsAli Ghodsi2013-08-202-8/+11
| * added curly braces to make the code more consistentAli Ghodsi2013-08-201-1/+2
| * indentAli Ghodsi2013-08-201-1/+1
| * Simpler codeAli Ghodsi2013-08-201-3/+3
| * simpler codeAli Ghodsi2013-08-201-16/+7
| * Fixed almost all of Matei's feedbackAli Ghodsi2013-08-201-24/+19
| * fixed Matei's commentsAli Ghodsi2013-08-202-61/+86
| * making CoalescedRDDPartition publicAli Ghodsi2013-08-201-2/+1
| * Coalescer now uses current preferred locations for derived RDDs. Made run() i...Ali Ghodsi2013-08-203-27/+52
| * fixed matei's commentsAli Ghodsi2013-08-201-15/+16
| * Made a function object that returns the coalesced groupsAli Ghodsi2013-08-201-30/+35
| * several of Reynold's suggestions implementedAli Ghodsi2013-08-201-15/+14
| * space removedAli Ghodsi2013-08-201-1/+1
| * use count rather than foreachAli Ghodsi2013-08-201-2/+1
| * made preferredLocation a val of the surrounding case classAli Ghodsi2013-08-201-10/+3
| * Fix bug in testsAli Ghodsi2013-08-201-1/+1
| * Renamed split to partitionAli Ghodsi2013-08-201-11/+11
| * word wrap before 100 chars per lineAli Ghodsi2013-08-201-35/+40
| * added goals inline as commentAli Ghodsi2013-08-201-0/+21
| * Large scale load and locality tests for the coalesced partitions addedAli Ghodsi2013-08-201-54/+89
| * Bug, should compute slack wrt parent partition size, not number of binsAli Ghodsi2013-08-201-2/+2
| * load balancing coalescerAli Ghodsi2013-08-201-11/+196
* | Removed meaningless typesMark Hamstra2013-08-201-1/+1
|/
* Merge remote-tracking branch 'jey/hadoop-agnostic'Matei Zaharia2013-08-2011-46/+87
|\
| * Rename HadoopWriter to SparkHadoopWriter since it's outside of our packageJey Kottalam2013-08-152-6/+6
| * re-enable YARN supportJey Kottalam2013-08-151-1/+13