aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Updated cluster diagram to show cachesMatei Zaharia2013-09-082-0/+0
| | * | | | | | Review commentsMatei Zaharia2013-09-082-1/+48
| | * | | | | | Some tweaks to CDH/HDP docMatei Zaharia2013-09-081-10/+52
| | * | | | | | Added cluster overview doc, made logo higher-resolution, and added moreMatei Zaharia2013-09-087-15/+88
| | * | | | | | More fair scheduler docs and property names.Matei Zaharia2013-09-0814-98/+185
| | * | | | | | Work in progress:Matei Zaharia2013-09-0810-49/+133
| * | | | | | | Merge pull request #896 from atalwalkar/masterMatei Zaharia2013-09-082-1/+508
| |\ \ \ \ \ \ \
| | * | | | | | | respose to PR commentsAmeet Talwalkar2013-09-082-25/+352
| | * | | | | | | Merge remote-tracking branch 'upstream/master'Ameet Talwalkar2013-09-0838-261/+786
| | |\ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge pull request #906 from pwendell/ganglia-sinkPatrick Wendell2013-09-0812-36/+166
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | / / / | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Adding sc name in metrics sourcePatrick Wendell2013-09-085-9/+14
| | * | | | | | Fixing package name in template confPatrick Wendell2013-09-081-7/+7
| | * | | | | | Adding more docs and some code cleanupPatrick Wendell2013-09-085-20/+62
| | * | | | | | Ganglia sinkPatrick Wendell2013-09-082-0/+83
| * | | | | | | Merge pull request #908 from pwendell/masterMatei Zaharia2013-09-081-1/+7
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Fix target JVM version in scala buildPatrick Wendell2013-09-081-1/+7
| | |/ / / / /
| * | | | | | Merge pull request #898 from ilikerps/660Matei Zaharia2013-09-086-4/+81
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Whoopsy daisyAaron Davidson2013-09-081-1/+0
| | * | | | | Export StorageLevel and refactorAaron Davidson2013-09-076-29/+65
| | * | | | | Remove reflection, hard-code StorageLevelsAaron Davidson2013-09-073-35/+26
| | * | | | | Memoize StorageLevels read from JVMAaron Davidson2013-09-062-3/+10
| | * | | | | SPARK-660: Add StorageLevel support in PythonAaron Davidson2013-09-054-1/+45
| * | | | | | Merge pull request #900 from pwendell/cdh-docsMatei Zaharia2013-09-082-0/+77
| |\ \ \ \ \ \
| | * | | | | | File renamePatrick Wendell2013-09-072-4/+2
| | * | | | | | Changes based on feedbackPatrick Wendell2013-09-071-12/+24
| | * | | | | | Provide docs to describe running on CDH/HDP cluster.Patrick Wendell2013-09-062-0/+67
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #904 from pwendell/masterPatrick Wendell2013-09-072-1/+35
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | Adding Apache license to two filesPatrick Wendell2013-09-072-1/+35
| * | | | | | Merge pull request #901 from ooyala/2013-09/0.8-doc-changesMatei Zaharia2013-09-072-4/+21
| |\ \ \ \ \ \
| | * | | | | | CR feedback from MateiEvan Chan2013-09-072-7/+1
| | * | | | | | Add references to make-distribution.shEvan Chan2013-09-062-0/+19
| | * | | | | | "launch" scripts is more accurate terminologyEvan Chan2013-09-061-2/+2
| | * | | | | | Easier way to start the masterEvan Chan2013-09-061-1/+1
| | * | | | | | Add notes about starting spark-shellEvan Chan2013-09-061-1/+5
| | | |/ / / / | | |/| | | |
| * | | | | | Merge pull request #903 from rxin/resulttaskMatei Zaharia2013-09-071-2/+2
| |\ \ \ \ \ \
| | * | | | | | Fixed the bug that ResultTask was not properly deserializing outputId.Reynold Xin2013-09-071-2/+2
| * | | | | | | Merge pull request #892 from jey/fix-yarn-assemblyMatei Zaharia2013-09-077-205/+145
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | Minor YARN build cleanupsJey Kottalam2013-09-064-38/+2
| | * | | | | | Fix YARN assembly generation under MavenJey Kottalam2013-09-062-158/+121
| | * | | | | | Clarify YARN exampleJey Kottalam2013-09-061-9/+22
| | |/ / / / /
| * | | | | | Merge pull request #897 from pwendell/masterPatrick Wendell2013-09-062-0/+50
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| | * | | / Docs describing Spark monitoring and instrumentationPatrick Wendell2013-09-062-0/+50
| | | |_|/ | | |/| |
| * | | | Hot fix to resolve the compilation error caused by SPARK-821.Reynold Xin2013-09-061-1/+1
| * | | | Merge pull request #895 from ilikerps/821Patrick Wendell2013-09-057-7/+102
| |\ \ \ \
| | * | | | Reynold's second round of commentsAaron Davidson2013-09-052-17/+19
| | * | | | Add unit test and address commentsAaron Davidson2013-09-055-6/+98
| | * | | | SPARK-821: Don't cache results when action run locally on driverAaron Davidson2013-09-054-4/+5
| | | |/ / | | |/| |
| * | | | Merge pull request #891 from xiajunluan/SPARK-864Matei Zaharia2013-09-051-1/+8
| |\ \ \ \
| | * | | | Fix bug SPARK-864Andrew xia2013-09-051-1/+8
| | | | | * updates based on comments to PRAmeet Talwalkar2013-09-081-49/+83