* multiple task output that we assume we need to sum up partial
* components. If it is just one file, it will work too.
*/
Vector xi = SSVDHelper.loadAndSumUpVectors(pcaMeanPath, conf);
xisquaredlen = xi.dot(xi);
Omega omega = new Omega(seed, k + p);
Vector s_b0 = omega.mutlithreadedTRightMultiply(xi);
SSVDHelper.saveVector(s_b0, sbPath =
new Path(pcaBasePath, "somega.seq"), conf);