aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* More updates to Spark on Mesos documentation.Benjamin Hindman2013-09-111-2/+2
|
* Updated Spark on Mesos documentation.Benjamin Hindman2013-09-111-17/+16
|
* Change port from 3030 to 4040Patrick Wendell2013-09-114-8/+8
|
* Update Python API featuresMatei Zaharia2013-09-101-1/+1
|
* Document fortran dependency for MLBasePatrick Wendell2013-09-091-0/+7
|
* Small tweaks to MLlib docsMatei Zaharia2013-09-081-10/+8
|
* Merge pull request #905 from mateiz/docs2Matei Zaharia2013-09-0817-138/+472
|\ | | | | Job scheduling and cluster mode docs
| * Fix some review commentsMatei Zaharia2013-09-082-2/+2
| |
| * Updated cluster diagram to show cachesMatei Zaharia2013-09-082-0/+0
| |
| * Review commentsMatei Zaharia2013-09-082-1/+48
| |
| * Some tweaks to CDH/HDP docMatei Zaharia2013-09-081-10/+52
| |
| * Added cluster overview doc, made logo higher-resolution, and added moreMatei Zaharia2013-09-087-15/+88
| | | | | | | | details on monitoring
| * More fair scheduler docs and property names.Matei Zaharia2013-09-087-76/+164
| | | | | | | | | | Also changed uses of "job" terminology to "application" when they referred to an entire Spark program, to avoid confusion.
| * Work in progress:Matei Zaharia2013-09-086-44/+128
| | | | | | | | | | | | | | - Add job scheduling docs - Rename some fair scheduler properties - Organize intro page better - Link to Apache wiki for "contributing to Spark"
* | respose to PR commentsAmeet Talwalkar2013-09-081-25/+30
| |
* | Merge remote-tracking branch 'upstream/master'Ameet Talwalkar2013-09-086-13/+179
|\ \
| * \ Merge pull request #906 from pwendell/ganglia-sinkPatrick Wendell2013-09-081-0/+9
| |\ \ | | |/ | |/| Clean-up of Metrics Code/Docs and Add Ganglia Sink
| | * Adding more docs and some code cleanupPatrick Wendell2013-09-081-0/+9
| | |
| * | 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 #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 #892 from jey/fix-yarn-assemblyMatei Zaharia2013-09-071-9/+22
| |\ \ \ | | |_|/ | |/| | YARN build fixes
| | * | Clarify YARN exampleJey Kottalam2013-09-061-9/+22
| | |/
| * / Docs describing Spark monitoring and instrumentationPatrick Wendell2013-09-062-0/+50
| |/
* | updates based on comments to PRAmeet Talwalkar2013-09-081-49/+83
| |
* | updated contentAmeet Talwalkar2013-09-051-1/+147
|/
* Review comment changes and update to org.apache packagingY.CORP.YAHOO.COM\tgraves2013-09-031-3/+3
|
* Merge remote-tracking branch 'mesos/master' into yarnUILinkY.CORP.YAHOO.COM\tgraves2013-09-0320-301/+428
|\ | | | | | | | | | | | | | | 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
| * Some doc improvementsMatei Zaharia2013-09-023-3/+13
| | | | | | | | | | - List higher-level projects that run on Spark - Tweak CSS
| * Fix spark.io.compression.codec and change default codec to LZFMatei Zaharia2013-09-021-1/+1
| |
| * Doc improvementsMatei Zaharia2013-09-013-19/+25
| |
| * Run script fixes for Windows after package & assembly changeMatei Zaharia2013-09-011-2/+2
| |
| * Move some classes to more appropriate packages:Matei Zaharia2013-09-014-12/+12
| | | | | | | | | | | | * RDD, *RDDFunctions -> org.apache.spark.rdd * Utils, ClosureCleaner, SizeEstimator -> org.apache.spark.util * JavaSerializer, KryoSerializer -> org.apache.spark.serializer
| * More fixesMatei Zaharia2013-09-014-51/+41
| |
| * Fix some URLsMatei Zaharia2013-09-012-2/+2
| |
| * Fix over-zealous find-and-replace in HTMLMatei Zaharia2013-09-011-1/+1
| |
| * Fix more URLs in docsMatei Zaharia2013-09-017-14/+28
| |
| * Update docs for new packageMatei Zaharia2013-09-017-57/+57
| |
| * Small tweak to docs gradientMatei Zaharia2013-09-011-1/+1
| |
| * Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-1/+1
| |
| * Add assmebly plug in linksPatrick Wendell2013-09-011-6/+9
| |
| * Better docsPatrick Wendell2013-08-311-8/+28
| |
| * Fixes suggested by PatrickMatei Zaharia2013-08-313-13/+7
| |