You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Manish Yadav <ma...@orkash.com> on 2011/03/12 10:41:25 UTC

Hadoop Problem

hi everybody

I'm new to hadoop .I know that the hadoop is a map-reduce framework.
the job run on hadoop are map-reduce job  in which we have to define 
configuration of jobs, jobs are written in Java or c++.

now i'm curious about computation part of hadoop framework. Iwant to 
know can we run simple program written in c++ ,like helloworld program, 
adding two number porgram in hadoop.

I know this is quite absurd coz we have G++ ,and other tool to run these 
kind of program why some one use hadoop for this purpose ?
  but for corosity and experimentation purpose i just want to kno how to 
run non map reduce c++ job in hadoop;
  I know about pipes in hadoop is use for C++ but the question remain 
same how to run the c++ non map- reduce job in hadoop.?
please tell me how to this ?
  manish