aboutsummaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
| * | | | | | Fix Pregel SSSP example in programming guideAnkur Dave2014-01-131-8/+14
| * | | | | | Finished documenting vertexrdd.Joseph E. Gonzalez2014-01-131-0/+53
| * | | | | | Finished second pass on pregel docs.Joseph E. Gonzalez2014-01-131-12/+33
| * | | | | | Minor changes in graphx programming guide.Joseph E. Gonzalez2014-01-131-3/+2
| * | | | | | Improvements in example code for the programming guide as well as adding seri...Joseph E. Gonzalez2014-01-131-17/+22
| * | | | | | Remove aggregateNeighborsAnkur Dave2014-01-131-17/+0
| * | | | | | Merge branch 'master' into graphxReynold Xin2014-01-135-15/+74
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #2 from jegonzal/GraphXCCIssueAnkur Dave2014-01-131-6/+27
| |\ \ \ \ \ \
| | * | | | | | Improving documentation and identifying potential bug in CC calculation.Joseph E. Gonzalez2014-01-131-6/+27
| * | | | | | | Add graph loader links to docAnkur Dave2014-01-131-0/+13
| * | | | | | | Fix mapReduceTriplets links in docAnkur Dave2014-01-131-4/+4
| |/ / / / / /
| * | | | | | Tested and corrected all examples up to mask in the graphx-programming-guide.Joseph E. Gonzalez2014-01-121-17/+20
| * | | | | | Use GraphLoader for algorithms examples in docAnkur Dave2014-01-121-17/+19