aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | fix exampleReza Zadeh2014-01-091-2/+2
| | | | | | | | | | |
| * | | | | | | | | | documentation for sparsematrixReza Zadeh2014-01-071-3/+4
| | | | | | | | | | |
| * | | | | | | | | | More sparse matrix usage.Reza Zadeh2014-01-071-1/+2
| | | | | | | | | | |
| * | | | | | | | | | fix docs to use SparseMatrixReza Zadeh2014-01-051-2/+5
| | | | | | | | | | |
| * | | | | | | | | | use SparseMatrix everywhereReza Zadeh2014-01-045-75/+89
| | | | | | | | | | |
| * | | | | | | | | | prettifyReza Zadeh2014-01-042-21/+22
| | | | | | | | | | |
| * | | | | | | | | | new example fileReza Zadeh2014-01-042-1/+58
| | | | | | | | | | |
| * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | large scale considerationsReza Zadeh2013-12-271-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | initial large scale testing beginReza Zadeh2013-12-272-15/+5
| | | | | | | | | | | | |
| * | | | | | | | | | | | cleanup documentationReza Zadeh2013-12-271-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | add all testsReza Zadeh2013-12-271-0/+142
| | | | | | | | | | | | |
| * | | | | | | | | | | | test for truncated svdReza Zadeh2013-12-271-51/+50
| | | | | | | | | | | | |
| * | | | | | | | | | | | full rank matrix test addedReza Zadeh2013-12-261-1/+9
| | | | | | | | | | | | |
| * | | | | | | | | | | | Main method added for svdReza Zadeh2013-12-261-4/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | new main fileReza Zadeh2013-12-261-10/+19
| | | | | | | | | | | | |
| * | | | | | | | | | | | Object to hold the svd methodsReza Zadeh2013-12-261-58/+74
| | | | | | | | | | | | |
| * | | | | | | | | | | | Some documentationReza Zadeh2013-12-261-0/+47
| | | | | | | | | | | | |
| * | | | | | | | | | | | Initial files - no testsReza Zadeh2013-12-261-0/+68
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #489 from ash211/patch-6Reynold Xin2014-01-211-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify spark.default.parallelism It's the task count across the cluster, not per worker, per machine, per core, or anything else.
| * | | | | | | | | | | | Clarify spark.default.parallelismAndrew Ash2014-01-211-1/+1
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | It's the task count across the cluster, not per worker, per machine, per core, or anything else.
* | | | | | | | | | | | Merge pull request #469 from ↵Reynold Xin2014-01-2110-113/+43
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ajtulloch/use-local-spark-context-in-tests-for-mllib [MLlib] Use a LocalSparkContext trait in test suites Replaces the 9 instances of ```scala class XXXSuite extends FunSuite with BeforeAndAfterAll { @transient private var sc: SparkContext = _ override def beforeAll() { sc = new SparkContext("local", "test") } override def afterAll() { sc.stop() System.clearProperty("spark.driver.port") } ``` with ```scala class XXXSuite extends FunSuite with LocalSparkContext { ```
| * | | | | | | | | | | | Fixed import orderAndrew Tulloch2014-01-215-7/+4
| | | | | | | | | | | | |
| * | | | | | | | | | | | LocalSparkContext for MLlibAndrew Tulloch2014-01-1910-109/+42
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #480 from pwendell/0.9-fixesPatrick Wendell2014-01-217-24/+65
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handful of 0.9 fixes This patch addresses a few fixes for Spark 0.9.0 based on the last release candidate. @mridulm gets credit for reporting most of the issues here. Many of the fixes here are based on his work in #477 and follow up discussion with him.
| * | | | | | | | | | | | | Style clean-upPatrick Wendell2014-01-212-11/+9
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Adding small code commentPatrick Wendell2014-01-201-1/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Avoid matching attempt files in the checkpointPatrick Wendell2014-01-201-2/+2
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove shuffle files if they are still present on a machine.Patrick Wendell2014-01-201-3/+10
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Fixing speculation bugPatrick Wendell2014-01-201-1/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Force use of LZF when spilling dataPatrick Wendell2014-01-202-7/+39
| | | | | | | | | | | | | |