aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improved documentation for spark custom receiverPrashant Sharma2013-08-231-3/+48
* 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
| |\
| | * 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
|/ /
* | Merge pull request #699 from pwendell/ui-envMatei Zaharia2013-07-144-5/+78
|\ \
| * | Responding to Matei's reviewPatrick Wendell2013-07-141-5/+16
| * | Add `Environment` tab to SparkUI.Patrick Wendell2013-07-134-5/+67
* | | 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 coordinatesseanm2013-07-131-1/+1
* | | | | Merge remote-tracking branch 'origin/pr/662'Matei Zaharia2013-07-136-81/+185
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' into 2013-06/assembly-jar-deployEvan Chan2013-06-2823-682/+837
| |\ \ \ \
| * | | | | [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
| |\ \ \ \ \
| * | | | | | 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 'sc...Evan Chan2013-06-241-3/+36
| * | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | Minor style fixPatrick Wendell2013-07-121-2/+2
| * | | | | | | Show block locations in Web UI.Patrick Wendell2013-07-122-6/+22
* | | | | | | | Merge pull request #691 from karenfeng/logpagingMatei Zaharia2013-07-128-72/+162
|\ \ \ \ \ \ \ \
| * | | | | | | | Removed unit test of nonexistent function Utils.lastNBytesKaren Feng2013-07-121-27/+0
| * | | | | | | | Remove "Bytes" in lieu of String notationKaren Feng2013-07-111-6/+4
| * | | | | | | | Replace default buffer value to 100 GB, changed buttons to use String notatio...Karen Feng2013-07-113-9/+11
| * | | | | | | | Fixed links for "Back to Master"Karen Feng2013-07-111-1/+1
| * | | | | | | | Removed logPageLength from logPageKaren Feng2013-07-111-1/+0
| * | | | | | | | Replaced logPageLength with byteLength to prevent buffer shrink bugKaren Feng2013-07-111-11/+12
| * | | | | | | | Clarified start and end byte variable namesKaren Feng2013-07-111-20/+16
| * | | | | | | | getByteRange moved to WorkerWebUI, takes converted parameters, returns only s...Karen Feng2013-07-112-32/+34
| * | | | | | | | Removed redundant calls to request by logPageKaren Feng2013-07-111-2/+1
| * | | | | | | | Created getByteRange function for logs and log pages, removed lastNBytes func...Karen Feng2013-07-112-31/+44
| * | | | | | | | Scrollbar on log pages appear automaticallyKaren Feng2013-07-111-1/+1