Return-Path: X-Original-To: apmail-hadoop-user-archive@minotaur.apache.org Delivered-To: apmail-hadoop-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 7A87AF2E1 for ; Wed, 27 Mar 2013 12:08:47 +0000 (UTC) Received: (qmail 43190 invoked by uid 500); 27 Mar 2013 12:08:42 -0000 Delivered-To: apmail-hadoop-user-archive@hadoop.apache.org Received: (qmail 43047 invoked by uid 500); 27 Mar 2013 12:08:40 -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 42364 invoked by uid 99); 27 Mar 2013 12:08:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 12:08:39 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tmp5330@gmail.com designates 209.85.215.41 as permitted sender) Received: from [209.85.215.41] (HELO mail-la0-f41.google.com) (209.85.215.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Mar 2013 12:08:33 +0000 Received: by mail-la0-f41.google.com with SMTP id fo12so15497170lab.28 for ; Wed, 27 Mar 2013 05:08:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=HYvefxOZBxmodS7/QeWJIiXuDvDnFaWsiutEFKOxQ2g=; b=Pn50RbVkbR8TwXN6gY6ImuhuRnS5MW89Vomq9Av2Lbb/l/BrRMJF+/iFmhU8GqQlZO DKfjQnwVB9VKte+xdwfwA7XAqQweuA5S7w4U9mQ/PsQJkaMzReQW4ce2+WUpqd14HjJV wEyvAFT0a+9PAZ8aHYusyoifNsRjlvZJCQ55dPvGrKR1fguL10OZr6MYk9GZrORu6x/p AvRXg+ETVezy1aI4H3+7agnjuvY7irqkOPBco3PL0X7CreDnq3x5QraPwQc1ZZ685hM3 uendW4C77v5/gTBEoIOoVaeBtQ7GFoJbm6dwq+qfOEj3fGDfoHruZQbEjLSR895/Zu52 mF5Q== MIME-Version: 1.0 X-Received: by 10.112.42.103 with SMTP id n7mr9795156lbl.52.1364386092580; Wed, 27 Mar 2013 05:08:12 -0700 (PDT) Received: by 10.114.57.239 with HTTP; Wed, 27 Mar 2013 05:08:12 -0700 (PDT) Date: Wed, 27 Mar 2013 13:08:12 +0100 Message-ID: Subject: Yarn communication between containers From: blah blah To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=e0cb4efe339862885b04d8e6e4f4 X-Virus-Checked: Checked by ClamAV on apache.org --e0cb4efe339862885b04d8e6e4f4 Content-Type: text/plain; charset=ISO-8859-1 Hi I would like the containers to communicate with each other (also some heart beats to AppMaster). How can I achieve this? Is there some code snippet in the Yarn project or tutorial, that could guide me on implementing this functionality? regards tmp --e0cb4efe339862885b04d8e6e4f4 Content-Type: text/html; charset=ISO-8859-1 Hi

I would like the containers to communicate with each other (also some heart beats to AppMaster). How can I achieve this? Is there some code snippet in the Yarn project or tutorial, that could guide me on implementing this functionality?

regards
tmp
--e0cb4efe339862885b04d8e6e4f4--