aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* Merge remote-tracking branch 'mesos/master' into ec2-updatesPatrick Wendell2013-08-246-29/+84
|\
| * Merge pull request #701 from ScrapCodes/documentation-suggestionsMatei Zaharia2013-08-222-3/+51
| |\ | | | | | | Documentation suggestions for spark streaming.
| | * Linking custom receiver guidePrashant Sharma2013-08-231-0/+3
| | |
| | * Improved documentation for spark custom receiverPrashant Sharma2013-08-231-3/+48
| | |
| * | Remove references to unsupported Hadoop versionsJey Kottalam2013-08-211-1/+1
| | |
| * | Update build docsJey Kottalam2013-08-212-24/+31
| | |
| * | Update jekyll plugin to match docs/README.mdJey Kottalam2013-08-211-1/+1
| | |
| * | Update docs for Spark UI portMatei Zaharia2013-08-201-1/+1
| | |
* | | Merge branch 'master' into ec2-updatesPatrick Wendell2013-08-217-53/+90
|\| | | | | | | | | | | | | | Conflicts: ec2/spark_ec2.py
| * | Merge remote-tracking branch 'jey/hadoop-agnostic'Matei Zaharia2013-08-201-2/+2
| |\ \ | | | | | | | | | | | | | | | | Conflicts: core/src/main/scala/spark/PairRDDFunctions.scala
| | * | update YARN docsJey Kottalam2013-08-151-2/+2
| | | |
| * | | Address some review comments:Matei Zaharia2013-08-181-2/+28
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | - When a resourceOffers() call has multiple offers, force the TaskSets to consider them in increasing order of locality levels so that they get a chance to launch stuff locally across all offers - Simplify ClusterScheduler.prioritizeContainers - Add docs on the new configuration options
| * | Merge pull request #809 from shivaram/sgd-cleanupEvan Sparks2013-08-122-1/+2
| |\ \ | | | | | | | | Clean up scaladoc in ML Lib.
| | * | Add ML Lib scaladoc to API dropdownShivaram Venkataraman2013-08-111-0/+1
| | | |
| | * | Clean up scaladoc in ML Lib.Shivaram Venkataraman2013-08-111-1/+1
| | | | | | | | | | | | | | | | | | | | Also build and copy ML Lib scaladoc in Spark docs build. Some more minor cleanup with respect to naming, test locations etc.
| * | | Removing dead docsPatrick Wendell2013-08-111-41/+0
| |/ /
| * | Merge pull request #787 from ash211/masterMatei Zaharia2013-08-061-1/+1
| |\ \ | | | | | | | | Update spark-standalone.md
| | * | Update spark-standalone.mdAndrew Ash2013-08-071-1/+1
| | | |
| * | | Merge remote-tracking branch 'dlyubimov/SPARK-827'Matei Zaharia2013-07-311-0/+8
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: docs/configuration.md
| | * | | typoDmitriy Lyubimov2013-07-271-1/+1
| | | | |
| | * | | changes per comments.Dmitriy Lyubimov2013-07-271-0/+8
| | | | |
| * | | | Documentation update for compression codec.Reynold Xin2013-07-301-3/+18
| | | | |