aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix testsReza Zadeh2014-01-042-20/+36
* set methodsReza Zadeh2014-01-041-7/+52
* add k parameterReza Zadeh2014-01-043-16/+16
* using decomposed matrix struct nowReza Zadeh2014-01-043-17/+16
* new return structReza Zadeh2014-01-041-0/+33
* start using matrixentryReza Zadeh2014-01-031-9/+14
* rename sparsesvd.scalaReza Zadeh2014-01-031-0/+0
* New matrix entry fileReza Zadeh2014-01-031-0/+27
* fix error messageReza Zadeh2014-01-021-1/+1
* Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-02140-941/+1731
|\
| * Merge pull request #309 from mateiz/conf2Patrick Wendell2014-01-01140-941/+1731
| |\
| | * Fix Python code after change of getOrElseMatei Zaharia2014-01-012-7/+14
| | * Fixed two uses of conf.get with no default value in MesosMatei Zaharia2014-01-012-2/+2
| | * Miscellaneous fixes from code review.Matei Zaharia2014-01-0149-189/+206
| | * Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-0119-37/+52
| | |\ | | |/ | |/|
| | * Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2014-01-0112-211/+457
| | |\
| | * | Fix two compile errors introduced in mergeMatei Zaharia2013-12-312-2/+2
| | * | Merge remote-tracking branch 'apache/master' into conf2Matei Zaharia2013-12-3130-259/+347
| | |\ \
| | * | | Updated docs for SparkConf and handled review commentsMatei Zaharia2013-12-3023-124/+241
| | * | | Properly show Spark properties on web UI, and change app name propertyMatei Zaharia2013-12-296-12/+15
| | * | | Fix some Python docs and make sure to unset SPARK_TESTING in PythonMatei Zaharia2013-12-296-22/+37
| | * | | Added tests for SparkConf and fixed a bugMatei Zaharia2013-12-293-0/+117
| | * | | Fix a change that was lost during mergeMatei Zaharia2013-12-291-1/+2
| | * | | Fix a few settings that were being read as system properties after mergeMatei Zaharia2013-12-293-11/+15
| | * | | Merge remote-tracking branch 'origin/master' into conf2Matei Zaharia2013-12-2990-1808/+2721
| | |\ \ \
| | * | | | Add Python docs about SparkConfMatei Zaharia2013-12-292-1/+44
| | * | | | Fix some other Python tests due to initializing JVM in a different wayMatei Zaharia2013-12-293-10/+19
| | * | | | Add SparkConf support in PythonMatei Zaharia2013-12-296-17/+158
| | * | | | Fix Python use of getLocalDirMatei Zaharia2013-12-291-1/+1
| | * | | | Fix other failing testsMatei Zaharia2013-12-288-37/+30
| | * | | | Add a StreamingContext constructor that takes a conf objectMatei Zaharia2013-12-281-1/+20
| | * | | | Fix CheckpointSuite test failuresMatei Zaharia2013-12-281-4/+3
| | * | | | Fix test failures due to setting / clearing clock type in StreamingMatei Zaharia2013-12-284-10/+14
| | * | | | Fix Executor not getting properties in local modeMatei Zaharia2013-12-282-2/+3
| | * | | | Check for SPARK_YARN_MODE through a system property too since it canMatei Zaharia2013-12-281-1/+2
| | * | | | Various fixes to configuration codeMatei Zaharia2013-12-2888-536/+692
| | * | | | spark-544, introducing SparkConf and related configuration overhaul.Prashant Sharma2013-12-2596-478/+612
* | | | | | more docs yayReza Zadeh2014-01-011-1/+4
* | | | | | javadoc for sparsesvdReza Zadeh2014-01-011-3/+7
* | | | | | old version of spark_ec2Reza Zadeh2014-01-011-0/+10
* | | | | | remove accidental changes to ec2 scriptReza Zadeh2014-01-011-1/+1
* | | | | | doc tweaksReza Zadeh2014-01-011-1/+1
* | | | | | doc tweakReza Zadeh2014-01-011-4/+5
* | | | | | doc tweaksReza Zadeh2014-01-011-4/+4
* | | | | | tweaks to docsReza Zadeh2014-01-011-5/+4
* | | | | | New documentationReza Zadeh2014-01-011-0/+52
* | | | | | Merge remote-tracking branch 'upstream/master' into sparsesvdReza Zadeh2014-01-0161-554/+889
|\| | | | |
| * | | | | Merge pull request #312 from pwendell/log4j-fix-2Patrick Wendell2014-01-0119-37/+52
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge remote-tracking branch 'apache-github/master' into log4j-fix-2Patrick Wendell2014-01-0138-465/+803
| | |\ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge pull request #314 from witgo/masterReynold Xin2013-12-312-1356/+240
| |\ \ \ \ \