RE: Calling a MATLAB library in map reduce program

2013-08-16 Thread Chandra Mohan, Ananda Vel Murugan
Thanks for all the suggestion. I will explore more and raise specific questions if needed. Regards, Anand.C From: Sandy Ryza [mailto:sandy.r...@cloudera.com] Sent: Thursday, August 15, 2013 1:30 AM To: user@hadoop.apache.org Subject: Re: Calling a MATLAB library in map reduce program To add to

Re: Calling a MATLAB library in map reduce program

2013-08-14 Thread Sandy Ryza
To add to that, if you want to take advantage of MapReduce, e.g. you need to do a distributed grouping or sort, pipes or streaming would be the way to go. If you're mainly interested in running your code in parallel on a cluster, distributed shell, a YARN application outside of MapReduce, could be

Re: Calling a MATLAB library in map reduce program

2013-08-14 Thread Omkar Joshi
Can you take a look at distributed shell example? It will be helpful. Thanks, Omkar Joshi *Hortonworks Inc.* On Tue, Aug 13, 2013 at 9:35 PM, Chandra Mohan, Ananda Vel Murugan < ananda.muru...@honeywell.com> wrote: > Hi, > > ** ** > > I have to run some analyti