Re: Using Hadoop with executables and binary data

2009-08-20 Thread Jaliya Ekanayake
Hi Stefan, I am sorry, for the late reply. Somehow the response email has slipped my eyes. Could you explain a bit on how to use Hadoop streaming with binary data formats. I can see, explanations on using it with text data formats, but not for binary files. Thank you, Jaliya Stefan

Re: Using Hadoop with executables and binary data

2009-08-20 Thread Aaron Kimball
Look into typed bytes: http://dumbotics.com/2009/02/24/hadoop-1722-and-typed-bytes/ On Thu, Aug 20, 2009 at 10:29 AM, Jaliya Ekanayake jnekanay...@gmail.comwrote: Hi Stefan, I am sorry, for the late reply. Somehow the response email has slipped my eyes. Could you explain a bit on how to

RE: Using Hadoop with executables and binary data

2009-08-20 Thread Jaliya Ekanayake
with executables and binary data Look into typed bytes: http://dumbotics.com/2009/02/24/hadoop-1722-and-typed-bytes/ On Thu, Aug 20, 2009 at 10:29 AM, Jaliya Ekanayake jnekanay...@gmail.comwrote: Hi Stefan, I am sorry, for the late reply. Somehow the response email has slipped my eyes. Could you

Re: Using Hadoop with executables and binary data

2009-08-10 Thread Stefan Podkowinski
Jaliya, did you consider Hadoop Streaming for your case? http://wiki.apache.org/hadoop/HadoopStreaming On Wed, Jul 29, 2009 at 8:35 AM, Jaliya Ekanayakejekan...@cs.indiana.edu wrote: Dear Hadoop devs, Please help me to figure out a way to program the following problem using Hadoop. I