Re: Matrix Multiplication using Hadoop

2012-03-15 Thread Naveen Mahale
Hi Shailesh,

Please check the implementation. Other than zeros, say there are proper
numbers in the input. Is it giving you the right output? Because long back
i had taken code from the link which you had mentioned. But for some reason
it was not working. Now i have written my own implementation for matrix
multiplication on hadoop.

Regards,
Naveen

On Thu, Mar 15, 2012 at 12:40 AM, Shailesh wrote:

> Hello,
>
> My question is posted in the link below:
>
> http://stackoverflow.com/q/9708427/1269809?sem=2
>
> Any help or feedback would be very helpful.
>
> Regards,
> Shailesh
>


Re: Matrix Multiplication using Hadoop

2012-03-15 Thread Shailesh
Hi Naveen,

Yes I have checked it with non-zero input matrices, and it works fine. I
modified it to support floating point matrices too, and that works well. It
doesn't work only when there are zeros in it.
If you have you own implementation of matrix multiplication, would you mind
sharing it with me?
It would be very helpful.

Regards,
Shailesh

On Thu, Mar 15, 2012 at 6:23 AM, Naveen Mahale wrote:

> Hi Shailesh,
>
> Please check the implementation. Other than zeros, say there are proper
> numbers in the input. Is it giving you the right output? Because long back
> i had taken code from the link which you had mentioned. But for some reason
> it was not working. Now i have written my own implementation for matrix
> multiplication on hadoop.
>
> Regards,
> Naveen
>
> On Thu, Mar 15, 2012 at 12:40 AM, Shailesh  >wrote:
>
> > Hello,
> >
> > My question is posted in the link below:
> >
> > http://stackoverflow.com/q/9708427/1269809?sem=2
> >
> > Any help or feedback would be very helpful.
> >
> > Regards,
> > Shailesh
> >
>


Re: Matrix Multiplication using Hadoop

2012-07-06 Thread Saravanan Nagarajan
Hi All,

If you  have updated matrix multiplication program or any other sample
programs for HADOOP, Please share it with me.
Thanks in  advance for you support.

Regards,
Saravanan


On Thu, Mar 15, 2012 at 9:37 PM, Shailesh wrote:

> Hi Naveen,
>
> Yes I have checked it with non-zero input matrices, and it works fine. I
> modified it to support floating point matrices too, and that works well. It
> doesn't work only when there are zeros in it.
> If you have you own implementation of matrix multiplication, would you mind
> sharing it with me?
> It would be very helpful.
>
> Regards,
> Shailesh
>
> On Thu, Mar 15, 2012 at 6:23 AM, Naveen Mahale  >wrote:
>
> > Hi Shailesh,
> >
> > Please check the implementation. Other than zeros, say there are proper
> > numbers in the input. Is it giving you the right output? Because long
> back
> > i had taken code from the link which you had mentioned. But for some
> reason
> > it was not working. Now i have written my own implementation for matrix
> > multiplication on hadoop.
> >
> > Regards,
> > Naveen
> >
> > On Thu, Mar 15, 2012 at 12:40 AM, Shailesh  > >wrote:
> >
> > > Hello,
> > >
> > > My question is posted in the link below:
> > >
> > > http://stackoverflow.com/q/9708427/1269809?sem=2
> > >
> > > Any help or feedback would be very helpful.
> > >
> > > Regards,
> > > Shailesh
> > >
> >
>