aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Do not inherit master's PYTHONPATH on workers.Josh Rosen2013-07-291-0/+2
* Moved all StandaloneClusterMessage's into StandaloneClusterMessages object.Reynold Xin2013-07-293-44/+43
* Moved block manager messages into BlockManagerMessages object.Reynold Xin2013-07-298-96/+82
* Removed Cache and SoftReferenceCache since they are no longer used.Reynold Xin2013-07-292-115/+0
* Moved DeployMessage's into its own DeployMessages object.Reynold Xin2013-07-299-142/+160
* Merge pull request #735 from karenfeng/ui-807Patrick Wendell2013-07-294-48/+121
|\
| * Alphabetized importsKaren Feng2013-07-291-2/+2
| * Fixed outdated bugsKaren Feng2013-07-273-7/+7
| * Cleaned up code based on pwendell's suggestionsKaren Feng2013-07-273-53/+20
| * Moved val now to renderKaren Feng2013-07-271-1/+1
| * Current time called once with value nowKaren Feng2013-07-271-1/+2
| * Made metrics Option instead of Some, fixed NullPointerExceptionKaren Feng2013-07-262-17/+7
| * Displys shuffle read/write only if exists, wraps if statements, trims old val...Karen Feng2013-07-264-32/+62
| * Split Shuffle Activity overview column for read/writeKaren Feng2013-07-251-9/+16
| * Shows totals for shuffle data and CPU time in Stage, homepage overviews inclu...Karen Feng2013-07-254-12/+90
* | Merge pull request #741 from pwendell/usabilityReynold Xin2013-07-292-4/+5
|\ \
| * | Slight wording changePatrick Wendell2013-07-271-1/+1
| * | Log executor on finishPatrick Wendell2013-07-271-2/+2
| * | Improve catch scope and logging for client stop()Patrick Wendell2013-07-271-2/+3
* | | Optimize Python take() to not compute entire first partitionMatei Zaharia2013-07-291-28/+36
* | | Merge pull request #738 from harsha2010/pruningReynold Xin2013-07-262-2/+31
|\ \ \ | |/ / |/| |
| * | Code reviewharshars2013-07-262-3/+3
| * | Indentationharshars2013-07-261-3/+3
| * | Indentationharshars2013-07-262-2/+1
| * | Fix Bug in Partition Pruning, index of Pruned Partitions should inherit from ...harshars2013-07-262-2/+32
* | | For standalone mode, get JAVA_HOME, SPARK_JAVA_OPTS, SPARK_LIBRARY_PATH from ...Charles Reiss2013-07-251-3/+6
* | | Fix Chill version in MavenMatei Zaharia2013-07-251-1/+1
* | | Update Chill reference in pom.xml tooMatei Zaharia2013-07-251-2/+8
* | | fix wrappingryanlecompte2013-07-241-2/+4
* | | add testryanlecompte2013-07-241-0/+1
* | | add copyright back inryanlecompte2013-07-241-0/+17
* | | refactor Kryo serializer support to use chill/chill-javaryanlecompte2013-07-242-141/+34
| |/ |/|
* | Fixed consistency of "success" status stringKaren Feng2013-07-241-1/+1
* | Removed finished status for task info, changed name of success caseKaren Feng2013-07-241-3/+1
* | Changed ifs with returns to if/elseKaren Feng2013-07-241-8/+9
* | Shows task status and running tasks on Stage Page: fixes SPARK-804 and 811Karen Feng2013-07-244-6/+46
* | Code refactor according to commentsjerryshao2013-07-2415-125/+178
* | Code style changesjerryshao2013-07-243-7/+6
* | Change class xxxInstrumentation to class xxxSourceAndrew xia2013-07-247-10/+10
* | continue to refactor code style and functionsAndrew xia2013-07-2414-201/+189
* | Fix some typosjerryshao2013-07-246-15/+10
* | Add Maven metrics library dependency and code changesjerryshao2013-07-242-1/+10
* | Change Executor MetricsSystem initialize code to SparkEnvjerryshao2013-07-246-31/+22
* | Register and init metricsSystem in SparkContextAndrew xia2013-07-242-6/+8
* | Refactor metricsSystem unit test, add resource files.Andrew xia2013-07-244-55/+19
* | Add metrics source of DAGScheduler and blockManagerAndrew xia2013-07-245-4/+84
* | Remove twice add Source bug and code cleanjerryshao2013-07-242-12/+10
* | Add metrics system unit testjerryshao2013-07-242-0/+157
* | Add default properties to deal with no configure file situationjerryshao2013-07-245-25/+30
* | Add Executor instrumentationjerryshao2013-07-243-1/+56