aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
| * | Incorporate Tom's comments - update doc and code to reflect that core request...Sandy Ryza2014-01-211-1/+1
| * | SPARK-1033. Ask for cores in Yarn container requestsSandy Ryza2014-01-201-1/+1
* | | Merge pull request #315 from rezazadeh/sparsesvdMatei Zaharia2014-01-221-0/+51
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-177-137/+228
| |\ \ \ | | | |/ | | |/|
| * | | 0index docsReza Zadeh2014-01-171-1/+1
| * | | use 0-indexingReza Zadeh2014-01-171-2/+2
| * | | changes from PRReza Zadeh2014-01-171-2/+3
| * | | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-1324-22/+1054
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-112-5/+35
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-0915-149/+433
| |\ \ \ \ \
| * | | | | | documentation for sparsematrixReza Zadeh2014-01-071-3/+4
| * | | | | | fix docs to use SparseMatrixReza Zadeh2014-01-051-2/+5
| * | | | | | add k parameterReza Zadeh2014-01-041-2/+3
| * | | | | | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-0212-75/+154
| |\ \ \ \ \ \
| * | | | | | | doc tweaksReza Zadeh2014-01-011-1/+1
| * | | | | | | doc tweakReza Zadeh2014-01-011-4/+5
| * | | | | | | doc tweaksReza Zadeh2014-01-011-4/+4
| * | | | | | | New documentationReza Zadeh2014-01-011-0/+52
* | | | | | | | Clarify spark.default.parallelismAndrew Ash2014-01-211-1/+1
* | | | | | | | Force use of LZF when spilling dataPatrick Wendell2014-01-201-1/+3
* | | | | | | | Removing docs on akka optionsPatrick Wendell2014-01-201-7/+0
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #462 from mateiz/conf-file-fixPatrick Wendell2014-01-181-26/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #439 from CrazyJvm/masterReynold Xin2014-01-151-2/+1
|\ \ \ \ \ \
| * | | | | | remove "-XX:+UseCompressedStrings" optionCrazyJvm2014-01-151-2/+1
* | | | | | | Clarify that Python 2.7 is only needed for MLlibMatei Zaharia2014-01-152-3/+4
* | | | | | | Merge pull request #433 from markhamstra/debFixPatrick Wendell2014-01-151-3/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Removed repl-bin and updated maven build doc.Mark Hamstra2014-01-141-3/+3
* | | | | | | Merge pull request #436 from ankurdave/VertexId-caseReynold Xin2014-01-141-35/+35
|\ \ \ \ \ \ \
| * | | | | | | VertexID -> VertexIdAnkur Dave2014-01-141-35/+35
* | | | | | | | Merge pull request #424 from jegonzal/GraphXProgrammingGuideReynold Xin2014-01-141-52/+121
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Additional edits for clarity in the graphx programming guide.Joseph E. Gonzalez2014-01-141-52/+121
| |/ / / / / /
* / / / / / / Describe GraphX caching and uncaching in guideAnkur Dave2014-01-141-1/+10
|/ / / / / /
* | | | | | Improving the graphx-programming-guide.Joseph E. Gonzalez2014-01-141-26/+37
* | | | | | Merge pull request #416 from tdas/filestream-fixPatrick Wendell2014-01-141-15/+17
|\ \ \ \ \ \
| * | | | | | Fixed loose ends in docs.Tathagata Das2014-01-141-2/+2
| * | | | | | Merge remote-tracking branch 'apache/master' into filestream-fixTathagata Das2014-01-1323-18/+1050
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Removed StreamingContext.registerInputStream and registerOutputStream - they ...Tathagata Das2014-01-131-15/+17
* | | | | | | Enable compression by default for spillsPatrick Wendell2014-01-131-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #380 from mateiz/py-bayesPatrick Wendell2014-01-133-7/+22
|\ \ \ \ \ \
| * | | | | | Fix Scala version in docs (it was printed as 2.1)Matei Zaharia2014-01-121-1/+1
| * | | | | | Update Python required version to 2.7, and mention MLlib supportMatei Zaharia2014-01-121-1/+7
| * | | | | | Update some Python MLlib parameters to use camelCase, and tweak docsMatei Zaharia2014-01-111-0/+9
| * | | | | | Add Naive Bayes to Python MLlib, and some API fixesMatei Zaharia2014-01-111-5/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #367 from ankurdave/graphxPatrick Wendell2014-01-1319-9/+1019
|\ \ \ \ \ \
| * | | | | | adding documentation about EdgeRDDJoseph E. Gonzalez2014-01-131-2/+40
| * | | | | | Fix all code examples in guideAnkur Dave2014-01-131-23/+23
| * | | | | | Finish 6f6f8c928ce493357d4d32e46971c5e401682ea8Ankur Dave2014-01-131-2/+4
| * | | | | | Wrap methods in the appropriate class/object declarationAnkur Dave2014-01-131-64/+85
| * | | | | | Write Graph Builders section in guideAnkur Dave2014-01-131-5/+49
| * | | | | | Remove K-Core and LDA sections from guide; they are unimplementedAnkur Dave2014-01-131-4/+0