Ex-Google, Yahoo, Facebook employees start company to support Hadoop(venturebeat.com)
venturebeat.com
Ex-Google, Yahoo, Facebook employees start company to support Hadoop
http://venturebeat.com/2008/10/14/ex-google-yahoo-facebook-employees-start-company-to-support-hadoop-data-processing-platform/
10 comments
I do not quite understand why people build hadoop and lucene with java. Is a python & c++ implementation of mapreduce a better choice?
Because Java is an incredibly powerful tool that works across a large selection of platforms with minimal effort.
And, Hadoop is only the infrastructure, they have APIs for C, C++ and shell for the applications. http://wiki.apache.org/hadoop/FAQ
And, Hadoop is only the infrastructure, they have APIs for C, C++ and shell for the applications. http://wiki.apache.org/hadoop/FAQ
Python: http://www.michael-noll.com/wiki/Writing_An_Hadoop_MapReduce...
Ruby: http://blog.rapleaf.com/dev/?p=16
It's pretty hokey, either running through the shell or calling a REST service through a proxy, but it's been done if you're allergic to non-scripting languages.
Ruby: http://blog.rapleaf.com/dev/?p=16
It's pretty hokey, either running through the shell or calling a REST service through a proxy, but it's been done if you're allergic to non-scripting languages.
Is this the result of that cyprus trip?