aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge pull request #878 from tgravescs/yarnUILinkPatrick Wendell2013-09-039-26/+36
| |\ \
| | * | Update based on review comments. Change function to prependBaseUri and fix fo...Y.CORP.YAHOO.COM\tgraves2013-09-034-24/+23
| | * | Review comment changes and update to org.apache packagingY.CORP.YAHOO.COM\tgraves2013-09-036-32/+20
| | * | Merge remote-tracking branch 'mesos/master' into yarnUILinkY.CORP.YAHOO.COM\tgraves2013-09-03333-1491/+2664
| | |\|
| | * | fix up minor thingsY.CORP.YAHOO.COM\tgraves2013-08-302-5/+6
| | * | Link the Spark UI to the Yarn UIY.CORP.YAHOO.COM\tgraves2013-08-306-27/+50
| * | | Merge pull request #889 from alig/masterMatei Zaharia2013-09-033-5/+22
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'master' of https://github.com/alig/sparkAli Ghodsi2013-09-032-5/+5
| | |\ \
| | | * | Sort order of imports to match project guidelinesAli Ghodsi2013-09-021-5/+5
| | | * | Reynold's comment fixedAli Ghodsi2013-09-021-1/+1
| | * | | Using configured akka timeoutsAli Ghodsi2013-09-031-3/+5
| | |/ /
| | * | Brushing the code up slightlyAli Ghodsi2013-09-022-4/+4
| | * | Enabling getting the actual WEBUI portAli Ghodsi2013-09-023-4/+19
| * | | Add missing license headers found with RATMatei Zaharia2013-09-0216-3/+256
| |/ /
| * | Fix testMatei Zaharia2013-09-021-1/+1
| * | Fix spark.io.compression.codec and change default codec to LZFMatei Zaharia2013-09-021-8/+4
| * | Allow PySpark to launch worker.py directly on WindowsMatei Zaharia2013-09-011-8/+99
| * | Run script fixes for Windows after package & assembly changeMatei Zaharia2013-09-011-11/+17
| * | Move some classes to more appropriate packages:Matei Zaharia2013-09-01128-284/+303
| * | Fix some URLsMatei Zaharia2013-09-011-1/+1
| * | Remove shutdown hook to stop jetty; this is unnecessary for releasingMatei Zaharia2013-09-011-1/+0
| * | Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-01326-936/+941
| * | 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-3116-164/+971
| |/
| * 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-294-4/+5
| |\
| | * Update Maven build to create assemblies expected by new scriptsMatei Zaharia2013-08-293-28/+0
| | * Fix finding of assembly JAR, as well as some pointers to ./runMatei Zaharia2013-08-293-2/+3
| | * Fix PySpark for assembly run and include it in distMatei Zaharia2013-08-293-0/+28
| | * Change build and run instructions to use assembliesMatei Zaharia2013-08-292-2/+2
| * | 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-266-64/+70
| |/
| * Merge pull request #854 from markhamstra/pomUpdateMatei Zaharia2013-08-221-0/+4
| |\
| | * Synced sbt and maven buildsMark Hamstra2013-08-211-0/+4
| * | Merge pull request #832 from alig/coalesceMatei Zaharia2013-08-224-46/+389
| |\ \ | | |/ | |/|
| | * 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
| | * Bug in test fixedAli Ghodsi2013-08-201-3/+3