You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@mahout.apache.org by Ahmed Elgohary <aa...@gmail.com> on 2012/08/23 05:55:39 UTC

A Single DistributedRowMatrix with Multiple SequenceFiles

Hi,

I was wondering why the constructor of DistributedRowMatrix restricts the
inputpath to a single file. Is there a way to construct a
DistributedRowMatrix using multiple input files (splits of the matrix) by
passing a Path[ ] for the inputPath?

--ahmed

Re: A Single DistributedRowMatrix with Multiple SequenceFiles

Posted by Ted Dunning <te...@gmail.com>.
Not yet, but it makes a lot of sense to allow an InputProvider from the
guava library in addition to a single file.  Not a lot of sense in things
in between.

On Wed, Aug 22, 2012 at 8:55 PM, Ahmed Elgohary <aa...@gmail.com> wrote:

> Hi,
>
> I was wondering why the constructor of DistributedRowMatrix restricts the
> inputpath to a single file. Is there a way to construct a
> DistributedRowMatrix using multiple input files (splits of the matrix) by
> passing a Path[ ] for the inputPath?
>
> --ahmed
>