Ok, you convinced me :) But can you please help me with an example or some
documentation? I only found fragments of code (and only Scala, not Java Spark).
How should I create the input matrix, invoke dssvd, as well as configure
processors/ memory?
Also, are there some specific dependencies of v
Hadoop has its own guava. This is some dependency clash at runtime, for
sure. Other than that no idea. MR is being phased out. Why don't u try
spark version in upcoming .10.2?
On Jun 10, 2015 12:58 PM, "Mihai Dascalu" wrote:
> Hi!
>
> After upgrading to Mahout 0.10.1, I have a runtime exception i
Hi!
After upgrading to Mahout 0.10.1, I have a runtime exception in the following
Hadoop code in which I create the input matrix for performing SSVD:
// prepare output matrix
81: final Configuration conf = new Configuration();
83: SequenceFile.Writer writer = SequenceFil