aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-168-29/+93
|\
| * Merge pull request #705 from rxin/errormessagesMatei Zaharia2013-07-152-0/+15
| |\ | | | | | | Throw a more meaningful message when runJob is called to launch tasks on non-existent partitions.
| | * Throw a more meaningful message when runJob is called to launch tasks on ↵Reynold Xin2013-07-152-0/+15
| |/ | | | | | | non-existent partitions.
| * Merge pull request #703 from karenfeng/ui-802Matei Zaharia2013-07-151-1/+3
| |\ | | | | | | Link to job UI from standalone deploy cluster web UI
| | * Removed job UI column, linked description to job UIKaren Feng2013-07-151-4/+3
| | |
| | * Removed log message, added field in master UI to link to log UIKaren Feng2013-07-151-1/+0
| | |
| | * Merge branch 'ui-802' of https://github.com/karenfeng/spark into ui-802Karen Feng2013-07-151-0/+1
| | |\
| | | * Links to job UI from standalone deploy cluster web UI: fixes SPARK-802Karen Feng2013-07-151-0/+1
| | | |
| | * | Added field to master UI with link to job UIKaren Feng2013-07-151-2/+5
| |/ /
| * | Merge pull request #702 from karenfeng/ui-fixesMatei Zaharia2013-07-151-1/+1
| |\ \ | | |/ | |/| Adds app name in HTML page titles on job web UI
| | * Adds app name in HTML page titles on job web UI: fixes SPARK-806Karen Feng2013-07-151-1/+1
| |/
| * Shuffle ratings in a more efficient way at start of ALSMatei Zaharia2013-07-151-4/+14
| |
| * Add an option to disable reference tracking in KryoMatei Zaharia2013-07-152-1/+15
| |
| * Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-151-18/+40
| |\
| | * Merge pull request #689 from BlackNiuza/application_statusMatei Zaharia2013-07-141-18/+40
| | |\ | | | | | | | | Bug fix: SPARK-796
| | | * add spaces before curly braces and after for if conditionsBlackNiuza2013-07-141-8/+8
| | | |
| | | * set SUCCEEDED for all master in shutdown hookBlackNiuza2013-07-101-4/+4
| | | |
| | | * according to mridulm's comments to adjust the codeBlackNiuza2013-07-091-12/+19
| | | |
| | | * Bug fix: SPARK-796BlackNiuza2013-07-091-17/+32
| | | |
| * | | Make number of blocks in ALS configurable and lower the defaultMatei Zaharia2013-07-151-4/+5
| |/ /
* | | SPARK-814: Result stages should be named after actionMatei Zaharia2013-07-164-13/+20
| | |
* | | Fix deprecation warning and style issuesMatei Zaharia2013-07-161-7/+7
|/ /
* | Merge pull request #699 from pwendell/ui-envMatei Zaharia2013-07-144-5/+78
|\ \ | | | | | | Add `Environment` tab to SparkUI.
| * | Responding to Matei's reviewPatrick Wendell2013-07-141-5/+16
| | |
| * | Add `Environment` tab to SparkUI.Patrick Wendell2013-07-134-5/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a tab which displays system property and classpath information. This can be useful in debugging various types of issues such as: 1. Extra/incorrect Hadoop jars being included in the classpath 2. Spark launching with a different JRE version than intended 3. Spark system properties not being set to intended values 4. User added jars that conflict with Spark jars
* | | Fix a commentMatei Zaharia2013-07-141-1/+1
| | |
* | | Some optimizations to loading phase of ALSMatei Zaharia2013-07-141-13/+32
| | |
* | | Cosmetic fixes to web UIMatei Zaharia2013-07-142-6/+6
| | |
* | | Determine Spark core classes better in getCallSiteMatei Zaharia2013-07-141-1/+8
| | |
* | | Fixed a delay scheduling bug in the YARN branch, found by Patrickroot2013-07-141-5/+5
| | |
* | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-131-1/+1
|\ \ \
| * \ \ Merge pull request #698 from Reinvigorate/sm-deps-changeMatei Zaharia2013-07-131-1/+1
| |\ \ \ | | | | | | | | | | changing com.google.code.findbugs maven coordinates
| | * | | changing com.google.code.findbugs maven coordinatesseanm2013-07-131-1/+1
| | | | |
* | | | | Merge remote-tracking branch 'origin/pr/662'Matei Zaharia2013-07-136-81/+185
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | Conflicts: bin/compute-classpath.sh
| * | | | Merge branch 'master' into 2013-06/assembly-jar-deployEvan Chan2013-06-2823-682/+837
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: run Previous changes that I made to run and set-dev-classpath.sh instead have been folded into compute-classpath.sh
| * | | | | [Feedback] Get rid of -m, set MASTER from SPARK_MASTER_IP/PORT automagicallyEvan Chan2013-06-281-12/+13
| | | | | |
| * | | | | Manually merge spark/master commit d92d3f7938dec954ea31de232f50cafd4b644065Evan Chan2013-06-251-2/+8
| | | | | |
| * | | | | Merge branch 'master' into 2013-06/assembly-jar-deployEvan Chan2013-06-2571-1208/+3317
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: run
| * | | | | | Add -m and -c <cores> options to spark-shell for convenienceEvan Chan2013-06-251-1/+28
| | | | | | |
| * | | | | | Add deploy/testing procedureEvan Chan2013-06-251-0/+8
| | | | | | |
| * | | | | | Get rid of debugging statementsEvan Chan2013-06-251-3/+0
| | | | | | |
| * | | | | | Copy restore-TTY functions from Scala script so binary distros don't need ↵Evan Chan2013-06-241-3/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 'scala' installed
| * | | | | | Script to create binary distribution for SparkEvan Chan2013-06-241-0/+30
| | | | | | |
| * | | | | | Split out source distro CLASSPATH logic to a separate scriptEvan Chan2013-06-242-104/+131
| | | | | | |
| * | | | | | Add simple usage to start-slave scriptEvan Chan2013-06-241-0/+3
| | | | | | |
| * | | | | | Enable building a fat jar for the Spark REPLEvan Chan2013-06-201-1/+1
| | | | | | |
* | | | | | | Increase PermGen sizeMatei Zaharia2013-07-131-1/+1
| | | | | | |
* | | | | | | Merge pull request #697 from pwendell/block-locationsMatei Zaharia2013-07-122-6/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Show block locations in Web UI.
| * | | | | | | Minor style fixPatrick Wendell2013-07-121-2/+2
| | | | | | | |
| * | | | | | | Show block locations in Web UI.Patrick Wendell2013-07-122-6/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes SPARK-769. Support is added for enumerating the locations of blocks in the UI. There is also some minor cleanup in StorageUtils.