aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Catch RejectedExecution exception in Checkpoint handler.Shivaram Venkataraman2013-07-071-2/+7
|
* Set DriverSuite log level to WARNShivaram Venkataraman2013-07-071-0/+4
|
* Suppress log messages in sbt test with two changes:Shivaram Venkataraman2013-07-074-2/+16
| | | | | | | | 1. Set akka log level to ERROR before shutting down the actorSystem. This avoids akka log messages (like Spray) from falling back to INFO on the Stdout logger 2. Initialize netty to use SLF4J in LocalSparkContext. This ensures that stack trace thrown during shutdown is handled by SLF4J instead of stdout
* Merge pull request #668 from shimingfei/guava-14.0.1Matei Zaharia2013-07-061-1/+2
|\ | | | | update guava version from 11.0.1 to 14.0.1
| * update guava version from 11.0.1 to 14.0.1Mingfei2013-07-031-1/+2
| |
* | Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-062-15/+15
|\ \
| * | Fix occasional failure in UI listener.Patrick Wendell2013-07-062-15/+15
| | | | | | | | | | | | | | | | | | If a task fails before the metrics are initialized, it remains possible that the metrics field will be `None`. This patch accounts for that possbility by keeping metrics as an `Option` at all times.
* | | Fix some other references to Cloudera Avro and updated Avro versionMatei Zaharia2013-07-061-4/+4
|/ /
* | Merge pull request #676 from c0s/asf-avroMatei Zaharia2013-07-061-2/+2
|\ \ | | | | | | Use standard ASF published avro module instead of a proprietory built one
| * | Use standard ASF published avro module instead of a proprietory built oneKonstantin Boudnik2013-07-041-2/+2
| |/
* | Merge remote-tracking branch 'pwendell/ui-updates'Matei Zaharia2013-07-0670-956/+1681
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/scheduler/DAGScheduler.scala core/src/main/scala/spark/util/AkkaUtils.scala pom.xml
| * | Tracking some task metrics even during failures.Patrick Wendell2013-07-068-15/+39
| | |
| * | Enforcing correct sort order for formatted stringsPatrick Wendell2013-07-054-7/+19
| | |
| * | Removing dead codePatrick Wendell2013-07-021-13/+0
| | |
| * | Adding truncation for log filesPatrick Wendell2013-07-023-7/+54
| | |
| * | Throw exception for missing resourcePatrick Wendell2013-07-011-1/+1
| | |
| * | Package refactoringPatrick Wendell2013-07-013-114/+118
| | |
| * | Fixing bug where logs aren't shownPatrick Wendell2013-07-011-1/+2
| | |
| * | Various formatting changesPatrick Wendell2013-07-013-16/+14
| | |
| * | Adding test scriptPatrick Wendell2013-07-011-0/+61
| | |
| * | Print exception messagePatrick Wendell2013-07-012-1/+6
| | |
| * | Allowing details for failed stagesPatrick Wendell2013-06-295-51/+74
| | |
| * | Styling for progress barPatrick Wendell2013-06-292-5/+31
| | |
| * | Minor changes from Matei's reviewPatrick Wendell2013-06-283-14/+11
| | |
| * | Missing logo filePatrick Wendell2013-06-271-0/+0
| | |
| * | Forcing Jetty to run as daemonPatrick Wendell2013-06-271-1/+10
| | |
| * | Adding better tabs for UI headers.Patrick Wendell2013-06-2711-34/+120
| | |
| * | Handful of changes based on matei's reviewPatrick Wendell2013-06-277-11/+80
| | | | | | | | | | | | | | | | | | - Avoid exception when no tasks have finished for a stage - Adding DOCTYPE so css renders properly - Adding progress slider
| * | Fixing bug in local scheduler time recordingPatrick Wendell2013-06-271-3/+4
| | |
| * | One more private classPatrick Wendell2013-06-261-1/+1
| | |
| * | Adding config option for retained stagesPatrick Wendell2013-06-262-3/+10
| | |
| * | Bumping timeoutsPatrick Wendell2013-06-263-5/+5
| | |
| * | Moving static ui packagePatrick Wendell2013-06-267-3/+3
| | |
| * | Making all new classes package privatePatrick Wendell2013-06-2613-14/+13
| | |
| * | Adding another unit test to Web UI suitePatrick Wendell2013-06-243-5/+19
| | |
| * | Allowing for requested port on constructionPatrick Wendell2013-06-245-14/+21
| | |
| * | A few bug fixes and a unit testPatrick Wendell2013-06-2410-19/+58
| | |
| * | Minor style cleanupPatrick Wendell2013-06-241-1/+2
| | |
| * | Cleaning up some code for Job ProgressPatrick Wendell2013-06-243-19/+31
| | |
| * | Work around for initalization issuePatrick Wendell2013-06-245-7/+21
| | |
| * | Updating based on changes to JobLogger (and one small change to JobLogger)Patrick Wendell2013-06-245-15/+18
| | |
| * | Some cleanup of stylingPatrick Wendell2013-06-222-14/+35
| | |
| * | Handling entirely failed stagesPatrick Wendell2013-06-223-30/+50
| | |
| * | Some tweaking with shared page headerPatrick Wendell2013-06-227-9/+18
| | |
| * | Using scala in XML importsPatrick Wendell2013-06-226-12/+10
| | |
| * | Linking RDD information when available in stagesPatrick Wendell2013-06-222-4/+11
| | |
| * | Showing shuffle status and purging old stagesPatrick Wendell2013-06-224-15/+56
| | |
| * | Style cleanupPatrick Wendell2013-06-2210-415/+428
| | |
| * | Some renaming and commentsPatrick Wendell2013-06-227-19/+25
| | |
| * | Documentation and some refactoringPatrick Wendell2013-06-2210-106/+108
| | |