Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by udanax:
http://wiki.apache.org/lucene-hadoop/Hbase/Matrix
------------------------------------------------------------------------------
== Storing and manipulating numeric, sparse matrices on Hbase ==
+ To store sparse matrix in hbase, I will use an abstracted table with a single column family,
and tune existing partitioning conditions.
+
=== Scheduling Algorithm ===
The scheduling algorithm is designed for driving the parallel execution of the factorization
on on a MapReduce model.
|