Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 36550 invoked from network); 6 Oct 2007 07:25:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Oct 2007 07:25:56 -0000 Received: (qmail 47930 invoked by uid 500); 6 Oct 2007 07:25:44 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 47891 invoked by uid 500); 6 Oct 2007 07:25:44 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 47882 invoked by uid 99); 6 Oct 2007 07:25:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 00:25:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 06 Oct 2007 07:25:46 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Ie42Q-0006Dt-1p for hadoop-dev@lucene.apache.org; Sat, 06 Oct 2007 00:25:26 -0700 Message-ID: <13071369.post@talk.nabble.com> Date: Sat, 6 Oct 2007 00:25:26 -0700 (PDT) From: Dhn To: hadoop-dev@lucene.apache.org Subject: Re: Storing data packets using Hadoop In-Reply-To: <470676BB.1030701@yahoo-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dhn@srasys.co.in References: <13055486.post@talk.nabble.com> <470676BB.1030701@yahoo-inc.com> X-Virus-Checked: Checked by ClamAV on apache.org Raghu Angadi wrote: > > > Thnaks, > Following are my requirement please let me know is this possible using > hadoop > Store raw datapackets - 1000 packets in 1 min in to a file say abc.dat > For every min the file will be changed. new datapackets should be appended > to the file > Search for the latest record for the specified truckid > Should start other functionality parallely with the critical message in > the file record > Process packet info and store the info in the RDBMS. > > Sure. It is possible, as long as you exclude Hadoop traffic itself and > you are not expecting to saturate the network interfaces with combined > traffic. Also because of the way data is written to the DFS, you need a > large buffer between capture and the client writing to DFS, other wise > you might drop packets. I would say the buffer should be at least 2 to 3 > times the block size (default block size is 64MB). > > Raghu. > > Dhn wrote: >> Hi all , >> >> >> Is it possible to store the 10000 data packets comming from sockets using >> Hadoop if so please reply me . >> >> >> Thanks in advance >> >> >> Dhayalan.G > > > -- View this message in context: http://www.nabble.com/Storing-data-packets-using-Hadoop-tf4573828.html#a13071369 Sent from the Hadoop Dev mailing list archive at Nabble.com.