aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Changed table format for executorsKaren Feng2013-07-191-17/+23
| | | |
| * | | Creates Executors tab for application with RDD block and memory/disk used, ↵Karen Feng2013-07-197-19/+96
| | | | | | | | | | | | | | | | solves SPARK-808
* | | | Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-223-10/+33
|\ \ \ \
| * | | | Fix bug: DoubleRDDFunctions.sampleStdev() computed non-sample stdev().Josh Rosen2013-07-223-10/+33
| | |/ / | |/| | | | | | | | | | | | | | | | | | Update JavaDoubleRDD to add new methods and docs. Fixes SPARK-825.
* / | | Fix a test that was using an outdated config settingMatei Zaharia2013-07-221-3/+3
|/ / /
* | / Regression: default webui-port can't be set via command line "--webui-port" ↵Konstantin Boudnik2013-07-193-6/+7
| |/ |/| | | | | anymore
* | fix typo.Liang-Chi Hsieh2013-07-202-2/+2
| |
* | A better fix for giving local jars unde Yarn mode.Liang-Chi Hsieh2013-07-193-10/+13
| |
* | Do not copy local jars given to SparkContext in yarn mode since the Context ↵Liang-Chi Hsieh2013-07-191-3/+11
|/ | | | is not running on local. This bug causes failure when jars can not be found. Example codes (such as spark.examples.SparkPi) can not work without this fix under yarn mode.
* Add Apache license headers and LICENSE and NOTICE filesMatei Zaharia2013-07-16300-13/+5113
|
* Merge branch 'master' of github.com:mesos/sparkMatei Zaharia2013-07-166-20/+63
|\
| * Throw a more meaningful message when runJob is called to launch tasks on ↵Reynold Xin2013-07-152-0/+15
| | | | | | | | non-existent partitions.
| * 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
| | |
| * | Adds app name in HTML page titles on job web UI: fixes SPARK-806Karen Feng2013-07-151-1/+1
| |/
| * Add an option to disable reference tracking in KryoMatei Zaharia2013-07-151-0/+4
| |
| * 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
| | |
* | | 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
* | | 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 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.
* | | | Merge pull request #691 from karenfeng/logpagingMatei Zaharia2013-07-128-72/+162
|\ \ \ \ | | | | | | | | | | Create log pages
| * | | | 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 ↵Karen Feng2013-07-113-9/+11
| | | | | | | | | | | | | | | | | | | | notation, removed default buffer parameter in UI URLs
| * | | | 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 ↵Karen Feng2013-07-112-32/+34
| | | | | | | | | | | | | | | | | | | | start/end offset
| * | | | Removed redundant calls to request by logPageKaren Feng2013-07-111-2/+1
| | | | |
| * | | | Created getByteRange function for logs and log pages, removed lastNBytes ↵Karen Feng2013-07-112-31/+44
| | | | | | | | | | | | | | | | | | | | function
| * | | | Scrollbar on log pages appear automaticallyKaren Feng2013-07-111-1/+1
| | | | |
| * | | | Fixed capitalization of log pageKaren Feng2013-07-111-1/+1
| | | | |
| * | | | Added byte range, page title with log name, previous/next bytes buttons, ↵Karen Feng2013-07-114-22/+30
| | | | | | | | | | | | | | | | | | | | initialization to end of log, large default buffer, buggy back to master link
| * | | | Added byte range on log pagesKaren Feng2013-07-101-3/+7
| | | | |