Re: How to make call to an external program in Hadoop?

2013-11-13 Thread inelu nagamallikarjuna
Hi, We can use third party built in classes from NLP, Text Mining libraries, and others in java Map Reduce or We can use Python plus Hadoop streaming for writing more parallel complex code. This link has code for computing Pearson correlation:

How to make call to an external program in Hadoop?

2013-11-08 Thread Tony Wang
So far, I only know that Hadoop can do counting. I am wondering if there's any way to make calls to an external program for more complex processing than counting in hadoop. Is there any example? thanks tony