QR factorization for map reduce architecture
Computing a QR factorization of a tall-and-skinny matrix for nearly-terabyte sized matrices on MapReduce architectures
Implementing the algorithm proposed in https://stanford.edu/~arbenson/papers/mrtsqr-bigdata2013.pdf using hadopp
-
Compile
javac -classpath hadoop-0.18.3-core.jar:commons-logging-1.1.3.jar:Jama-1.0.3.jar -d classes Decomposition.java
-
Create the executable
jar -cvf Decomposition.jar -C classes/ .
-
Run
bin/hadoop jar Decomposition.jar org.myorg.Decomposition my_input my_output
- hadoop
- commons-logging
- jama