aboutsummaryrefslogtreecommitdiff
path: root/docs/spark-debugger.md
Commit message (Collapse)AuthorAgeFilesLines
* SPARK-1619 Launch spark-shell with spark-submitPatrick Wendell2014-04-241-1/+1
| | | | | | | | | | | | | | | This simplifies the shell a bunch and passes all arguments through to spark-submit. There is a tiny incompatibility from 0.9.1 which is that you can't put `-c` _or_ `--cores`, only `--cores`. However, spark-submit will give a good error message in this case, I don't think many people used this, and it's a trivial change for users. Author: Patrick Wendell <pwendell@gmail.com> Closes #542 from pwendell/spark-shell and squashes the following commits: 9eb3e6f [Patrick Wendell] Updating Spark docs b552459 [Patrick Wendell] Andrew's feedback 97720fa [Patrick Wendell] Review feedback aa2900b [Patrick Wendell] SPARK-1619 Launch spark-shell with spark-submit
* Removed reference to incubation in Spark user docs.Reynold Xin2014-02-271-2/+2
| | | | | | | | Author: Reynold Xin <rxin@apache.org> Closes #2 from rxin/docs and squashes the following commits: 08bbd5f [Reynold Xin] Removed reference to incubation in Spark user docs.
* spark-shell -> bin/spark-shellPrashant Sharma2014-01-021-1/+1
|
* Fix more URLs in docsMatei Zaharia2013-09-011-2/+2
|
* Making the link to api scaladocs work and migrating other code snippetsAndy Konwinski2012-09-121-43/+56
| | | | to use pygments syntax highlighting.
* Adding docs directory containing documentation currently on the wikiAndy Konwinski2012-09-121-0/+108
which can be compiled via jekyll, using the command `jekyll`. To compile and run a local webserver to serve the doc as a website, run `jekyll --server`.