aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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"
* 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
|/
* 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
| |
| * More updates, describing changes to recommended use of environment varsMatei Zaharia2013-08-317-80/+74
| | | | | | | | and new Python stuff
| * Update docs about HDFS versionsMatei Zaharia2013-08-303-20/+41
| |
| * More doc improvements + better warnings when you haven't built SparkMatei Zaharia2013-08-304-53/+54
| |
| * New hardware provisioning doc, and updates to menusMatei Zaharia2013-08-302-9/+83
| |
| * Change docs color theme for 0.8Matei Zaharia2013-08-301-1/+1
| |
* | fix up minor thingsY.CORP.YAHOO.COM\tgraves2013-08-301-1/+1
| |
* | Link the Spark UI to the Yarn UIY.CORP.YAHOO.COM\tgraves2013-08-301-0/+4
|/
* Update Maven docsMatei Zaharia2013-08-291-29/+26
|
* Update some build instructions because only sbt assembly and mvn packageMatei Zaharia2013-08-294-10/+10
| | | | are now needed
* Change build and run instructions to use assembliesMatei Zaharia2013-08-297-13/+13
| | | | | | | | | | | | | | | | This commit makes Spark invocation saner by using an assembly JAR to find all of Spark's dependencies instead of adding all the JARs in lib_managed. It also packages the examples into an assembly and uses that as SPARK_EXAMPLES_JAR. Finally, it replaces the old "run" script with two better-named scripts: "run-examples" for examples, and "spark-class" for Spark internal classes (e.g. REPL, master, etc). This is also designed to minimize the confusion people have in trying to use "run" to run their own classes; it's not meant to do that, but now at least if they look at it, they can modify run-examples to do a decent job for them. As part of this, Bagel's examples are also now properly moved to the examples package instead of bagel.
* Merge pull request #865 from tgravescs/fixtmpdirMatei Zaharia2013-08-281-3/+1
|\ | | | | Spark on Yarn should use yarn approved directories for spark.local.dir and tmp
| * Update docs and remove old reference to --user optionY.CORP.YAHOO.COM\tgraves2013-08-261-3/+1
| |
* | fix typosY.CORP.YAHOO.COM\tgraves2013-08-261-1/+1
| |
* | Add ability for user to specify environment variablesY.CORP.YAHOO.COM\tgraves2013-08-261-0/+6
|/
* Version bump for ec2 docsPatrick Wendell2013-08-241-1/+1
|