aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Initial work to rename package to org.apache.sparkMatei Zaharia2013-09-011-1/+1
| | | |
| * | | Small fixes to READMEMatei Zaharia2013-08-311-26/+16
| | | |
| * | | Update some build instructions because only sbt assembly and mvn packageMatei Zaharia2013-08-291-5/+5
| | | | | | | | | | | | | | | | are now needed
| * | | Change build and run instructions to use assembliesMatei Zaharia2013-08-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | Use Hadoop 1.2.1 in application exampleJey Kottalam2013-08-211-5/+4
| | | |
| * | | Remove references to unsupported Hadoop versionsJey Kottalam2013-08-211-1/+1
| | | |
| * | | Example should make senseJey Kottalam2013-08-211-5/+5
| | | |
| * | | Update build docsJey Kottalam2013-08-211-4/+42
| | |/ | |/|
| * | Updating README to reflect Scala 2.9.3 requirementsKonstantin Boudnik2013-07-101-1/+1
| |/
* / Fixed pom.xml with updated dependencies.Prashant Sharma2013-04-291-3/+2
|/
* Add comment to README that 2.10 not yet supportedAndy Konwinski2013-03-261-3/+6
|
* Adds page to docs about building using Maven.Andy Konwinski2013-03-171-0/+2
| | | | | | | Adds links to new instructions in: * The main Spark project README.md * The docs nav menu called "More" * The docs Overview page under the "Building" and "Where to Go from Here" sections
* tweakMatei Zaharia2012-10-141-2/+2
|
* tweakMatei Zaharia2012-10-141-1/+1
|
* tweakMatei Zaharia2012-10-141-2/+2
|
* Update READMEMatei Zaharia2012-10-141-23/+19
|
* Simplify README even furtherMatei Zaharia2012-10-021-4/+2
|
* Changing version of Scala in READMEPatrick Wendell2012-10-021-1/+1
|
* Updated base README to point to documentation site instead of wiki, updatedAndy Konwinski2012-09-121-2/+2
| | | | | docs/README.md to describe use of Jekyll, and renmaed things to make them more consistent with the lower-case-with-hyphens convention.
* DocumentationMatei Zaharia2012-03-171-1/+1
|
* DocumentationMatei Zaharia2012-03-171-0/+12
|
* Fix Scala version requirement in READMEMatei Zaharia2011-11-031-2/+1
|
* sbt 0.10.1 calls `update` automatically so remove it from the documentation.Ismael Juma2011-07-211-1/+1
|
* typoOlivier Grisel2011-06-231-1/+1
|
* formatOlivier Grisel2011-06-231-1/+5
|
* Markdown rendering for the toplevel README.md to improve readability on githubOlivier Grisel2011-06-231-0/+59