aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Work in progress:Matei Zaharia2013-09-0810-49/+133
| | | | | | | - Add job scheduling docs - Rename some fair scheduler properties - Organize intro page better - Link to Apache wiki for "contributing to Spark"
* Merge pull request #900 from pwendell/cdh-docsMatei Zaharia2013-09-082-0/+77
|\ | | | | Provide docs to describe running on CDH/HDP cluster.
| * File renamePatrick Wendell2013-09-072-4/+2
| |
| * Changes based on feedbackPatrick Wendell2013-09-071-12/+24
| |
| * Provide docs to describe running on CDH/HDP cluster.Patrick Wendell2013-09-062-0/+67
| | | | | | | | This doc consolidates information relevant to CDH/HDP users in a single place.
* | Merge pull request #904 from pwendell/masterPatrick Wendell2013-09-072-1/+35
|\ \ | | | | | | Adding Apache license to two files
| * | Adding Apache license to two filesPatrick Wendell2013-09-072-1/+35
| | |
* | | Merge pull request #901 from ooyala/2013-09/0.8-doc-changesMatei Zaharia2013-09-072-4/+21
|\ \ \ | | | | | | | | 0.8 Doc changes for make-distribution.sh
| * | | CR feedback from MateiEvan Chan2013-09-072-7/+1
| | | |
| * | | Add references to make-distribution.shEvan Chan2013-09-062-0/+19
| | | |
| * | | "launch" scripts is more accurate terminologyEvan Chan2013-09-061-2/+2
| | | |
| * | | Easier way to start the masterEvan Chan2013-09-061-1/+1
| | | |
| * | | Add notes about starting spark-shellEvan Chan2013-09-061-1/+5
| | |/ | |/|
* | | Merge pull request #903 from rxin/resulttaskMatei Zaharia2013-09-071-2/+2
|\ \ \ | | | | | | | | Fixed the bug that ResultTask was not properly deserializing outputId.
| * | | Fixed the bug that ResultTask was not properly deserializing outputId.Reynold Xin2013-09-071-2/+2
| | | |
* | | | Merge pull request #892 from jey/fix-yarn-assemblyMatei Zaharia2013-09-077-205/+145
|\ \ \ \ | |/ / / |/| | | YARN build fixes
| * | | Minor YARN build cleanupsJey Kottalam2013-09-064-38/+2
| | | |
| * | | Fix YARN assembly generation under MavenJey Kottalam2013-09-062-158/+121
| | | |
| * | | Clarify YARN exampleJey Kottalam2013-09-061-9/+22
| |/ /
* | | Merge pull request #897 from pwendell/masterPatrick Wendell2013-09-062-0/+50
|\ \ \ | |/ / |/| / | |/ Docs describing Spark monitoring and instrumentation
| * Docs describing Spark monitoring and instrumentationPatrick Wendell2013-09-062-0/+50
| |
* | Hot fix to resolve the compilation error caused by SPARK-821.Reynold Xin2013-09-061-1/+1
| |
* | Merge pull request #895 from ilikerps/821Patrick Wendell2013-09-057-7/+102
|\ \ | | | | | | SPARK-821: Don't cache results when action run locally on driver
| * | Reynold's second round of commentsAaron Davidson2013-09-052-17/+19
| | |
| * | Add unit test and address commentsAaron Davidson2013-09-055-6/+98
| | |
| * | SPARK-821: Don't cache results when action run locally on driverAaron Davidson2013-09-054-4/+5
| | | | | | | | | | | | | | | | | | Caching the results of local actions (e.g., rdd.first()) causes the driver to store entire partitions in its own memory, which may be highly constrained. This patch simply makes the CacheManager avoid caching the result of all locally-run computations.
* | | Merge pull request #891 from xiajunluan/SPARK-864Matei Zaharia2013-09-051-1/+8
|\ \ \ | | | | | | | | [SPARK-864]DAGScheduler Exception if we delete Worker and StandaloneExecutorBackend then add Worker
| * | | Fix bug SPARK-864Andrew xia2013-09-051-1/+8
| | | |
* | | | Merge pull request #893 from ilikerps/masterPatrick Wendell2013-09-041-0/+92
|\ \ \ \ | | |/ / | |/| | SPARK-884: Add unit test to validate Spark JSON output
| * | | Fix line over 100 charsAaron Davidson2013-09-041-2/+2
| | | |
| * | | Address Patrick's commentsAaron Davidson2013-09-041-8/+15
| | | |
| * | | SPARK-884: Add unit test to validate Spark JSON outputAaron Davidson2013-09-041-0/+85
| |/ / | | | | | | | | | | | | This unit test simply validates that the outputs of the JsonProtocol methods are syntactically valid JSON.
* | | Merge pull request #894 from c0s/masterMatei Zaharia2013-09-041-6/+5
|\ \ \ | |_|/ |/| | Updating assembly README to reflect recent changes in the build.
| * | Updating assembly README to reflect recent changes in the build.Konstantin Boudnik2013-09-041-6/+5
|/ /
* | Minor spacing fixPatrick Wendell2013-09-031-2/+4
| |
* | Merge pull request #878 from tgravescs/yarnUILinkPatrick Wendell2013-09-0317-61/+117
|\ \ | | | | | | Link the Spark UI up to the Yarn UI
| * | Update based on review comments. Change function to prependBaseUri and fix ↵Y.CORP.YAHOO.COM\tgraves2013-09-034-24/+23
| | | | | | | | | | | | formatting.
| * | Review comment changes and update to org.apache packagingY.CORP.YAHOO.COM\tgraves2013-09-0314-50/+41
| | |
| * | Merge remote-tracking branch 'mesos/master' into yarnUILinkY.CORP.YAHOO.COM\tgraves2013-09-03573-2840/+4819
| |\| | | | | | | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/org/apache/spark/ui/UIUtils.scala core/src/main/scala/org/apache/spark/ui/jobs/PoolTable.scala core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala docs/running-on-yarn.md
| * | fix up minor thingsY.CORP.YAHOO.COM\tgraves2013-08-303-6/+7
| | |
| * | Link the Spark UI to the Yarn UIY.CORP.YAHOO.COM\tgraves2013-08-3010-45/+111
| | |
* | | Merge pull request #889 from alig/masterMatei Zaharia2013-09-033-5/+22
|\ \ \ | |_|/ |/| | Return the port the WebUI is bound to (useful if port 0 was used)
| * | Merge branch 'master' of https://github.com/alig/sparkAli Ghodsi2013-09-032-5/+5
| |\ \ | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/org/apache/spark/deploy/master/Master.scala
| | * | Sort order of imports to match project guidelinesAli Ghodsi2013-09-021-5/+5
| | | |
| | * | Reynold's comment fixedAli Ghodsi2013-09-021-1/+1
| | | |
| * | | Using configured akka timeoutsAli Ghodsi2013-09-031-3/+5
| |/ /
| * | Brushing the code up slightlyAli Ghodsi2013-09-022-4/+4
| | |
| * | Enabling getting the actual WEBUI portAli Ghodsi2013-09-023-4/+19
| | |
* | | Add Apache parent POMMatei Zaharia2013-09-022-0/+10
| | |
* | | Merge pull request #887 from mateiz/misc-fixesMatei Zaharia2013-09-0228-9/+565
|\ \ \ | |/ / |/| | Miscellaneous fixes for 0.8