Return-Path: X-Original-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 196621091C for ; Sat, 6 Jul 2013 02:26:18 +0000 (UTC) Received: (qmail 63250 invoked by uid 500); 6 Jul 2013 02:26:13 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 63146 invoked by uid 500); 6 Jul 2013 02:26:13 -0000 Mailing-List: contact user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hadoop.apache.org Delivered-To: mailing list user@hadoop.apache.org Received: (qmail 63139 invoked by uid 99); 6 Jul 2013 02:26:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jul 2013 02:26:13 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of danielkrahn@gmail.com designates 209.85.217.179 as permitted sender) Received: from [209.85.217.179] (HELO mail-lb0-f179.google.com) (209.85.217.179) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Jul 2013 02:26:08 +0000 Received: by mail-lb0-f179.google.com with SMTP id w20so2416616lbh.24 for ; Fri, 05 Jul 2013 19:25:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=H5kiBhInt4ELQ3yrYeCnCEUQPuo4NbW3CTZiF3YCDp4=; b=H1LZBPTFsrUbJIP1rC9RGlLT7dAof2wThgWRW7pPkMKo0mBePAUmhIYoDkDTkKGczV bAwPEXoDwHCMMeynTM/xSLxCl2lbxPRwZpAPUA3n+i32LouIM8Y6n4OWwwp1BXgHL4Kz 0WTUw1E65axbz6Yn1wLj8oOTcx4PuWhvVfpOJjeX0KE8JeupvxsTYLHJGO6U/ZHMKeA9 1rea3d3EGXuN9J/TKRgWjNYfl/vq6K5OZHCZrWwY1+VcwGaAurLTKDG5pVC4DZGD68uJ PphQLX3ZWdWNRsd6O7RFPyXlykG4UBkKabTavKByuylZieJbfp6QS+zfjldQzFLLtTtk FDMQ== X-Received: by 10.112.140.231 with SMTP id rj7mr6799167lbb.16.1373077546974; Fri, 05 Jul 2013 19:25:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.155.234 with HTTP; Fri, 5 Jul 2013 19:25:26 -0700 (PDT) From: Daniel Krahn Date: Fri, 5 Jul 2013 23:25:26 -0300 Message-ID: Subject: Debugging Hadoop Environment To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=001a11c26a306fc39904e0ce8713 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c26a306fc39904e0ce8713 Content-Type: text/plain; charset=ISO-8859-1 Hi, I would like to ask a few questions on how to debug Hadoop. First I'll explain what I'm trying to do. I'm doing my graduation thesis. Are group is starting an implementation on a voluntary environment. For this it is very important to have all the results signed so that we can guarantee that the information has not been altered by someone in the middle. But for this we could just cipher the channel, but we need to be able to verify that the user is giving the correct answer. If he does not, we have to be able to blame the right node. So for this, I'm signing the results of each phase. I'm starting by the intermediate files between the MAP and REDUCE. But I'm having trouble in debugging the part that implements this. I'm using YARN. So I was able to debug remotely each node. I also was able to debug the NodeManager inside Eclipse IDE from source code. But I was not able to run the WordCount application with the NodeManager being debugged from source inside Eclipse IDE. I gives me an error that it doesn't find MRAppMaster. So I went to find it and wasn't able to debug the MRAppMaster, for it doesn't find the AM_CONTAINER_ID_ENV in the environment. What could I be doing wrong? Note: I got the project from GIT and it is version 2.0.4 Sincerely, Daniel Krahn --001a11c26a306fc39904e0ce8713 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi,

=
I would li= ke to ask a few questions on how to debug Hadoop.
First I'll e= xplain what I'm trying to do.

I'm doing my graduation thesis.=A0
Are group is starting an implementation on a vo= luntary environment. For this it is very important to have all the results = signed so that we can guarantee that the information has not been altered b= y someone in the middle. But for this we could just cipher the channel, but= we need to be able to verify that the user is giving the correct answer. I= f he does not, we have to be able to blame the right node.
So for this, I&#= 39;m signing the results of each phase. I'm starting by the intermediat= e files between the MAP and REDUCE.
But I'm having trouble in debugging the part that implements this. I= 9;m using YARN. So I was able to debug remotely each node. I also was able = to debug the NodeManager inside Eclipse IDE from source code. But I was not= able to run the WordCount application with the NodeManager being debugged = from source inside Eclipse IDE. I gives me an error that it doesn't fin= d MRAppMaster. So I went to find it and wasn't able to debug the=A0MRAp= pMaster, for it doesn't find the=A0AM_CONTAINER_ID_ENV in the environme= nt.

What could I be doing = wrong?

=
Note: I got the = project from GIT and it is version 2.0.4

= Sincerely,
Daniel Krahn
--001a11c26a306fc39904e0ce8713--