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 madhu phatak <ph...@gmail.com> on 2011/07/21 05:39:44 UTC

Re: hadoop pipes

When you launch program using bin/hadoop command full cluster info is
available to your program like name node, data node etc ..here your just
submitting binary but the starting is done by hadoop rather than you running
./a.out
On Jun 29, 2011 1:48 AM, "jitter" <ch...@gmail.com> wrote:
> hi i m confused about the execution of hadoop program;
> ahat happen when we write the hadoop pipe running command like bin/hadoop
> pipes -D pipie.java.record reader =true etc
>
> i don't know how the program run what does the control do;
> I know we compile the c++ program by g++ command and run it by ./a.out .
But
> in hadoop we dont use the ./a.out command than how this executable run ?
> what does the executable do in running command ?
> more ever icvhanged the program many time but every time sanre output .
> can any body tell me actually how pipes program work
>
> --
> View this message in context:
http://hadoop-common.472056.n3.nabble.com/hadoop-pipes-tp3117626p3117626.html
> Sent from the Users mailing list archive at Nabble.com.