Return-Path: Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: (qmail 23123 invoked from network); 22 Mar 2011 20:36:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 20:36:00 -0000 Received: (qmail 19373 invoked by uid 500); 22 Mar 2011 20:36:00 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 19348 invoked by uid 500); 22 Mar 2011 20:36:00 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Delivered-To: moderator for common-issues@hadoop.apache.org Received: (qmail 55012 invoked by uid 99); 22 Mar 2011 12:05:05 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) X-Virus-Scanned: OK Message-ID: <4D88904D.6010006@orkash.com> Date: Tue, 22 Mar 2011 17:34:29 +0530 From: Manish Yadav User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: common-issues@hadoop.apache.org Subject: Hadoop pipes Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi every body out there I use wordcount.cpp code in hadoop, in the code of wordcount.cpp in map function i just add too extra line add two lines system("clear"); and cout<<"hello world"; just for experimentation purpose. now the code is complied successfully ,but when i run it it create problems . It does not produce the desires result. In my out put i does not found "hello world"or not the screen of my system being cleared why it is so? why these statement are not executing(running)? what should I do to get my desired result? where I should put these two line in the code so that they can be executed ? I put them in main function too but they are not still responding, Please tell me what should I do to use these two statement ?