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 00F18D6D1 for ; Tue, 5 Mar 2013 08:45:25 +0000 (UTC) Received: (qmail 20322 invoked by uid 500); 5 Mar 2013 08:45:20 -0000 Delivered-To: apmail-hadoop-hdfs-user-archive@hadoop.apache.org Received: (qmail 19847 invoked by uid 500); 5 Mar 2013 08:45:19 -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 19805 invoked by uid 99); 5 Mar 2013 08:45:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 08:45:17 +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 (nike.apache.org: domain of balijamahesh.mca@gmail.com designates 209.85.217.178 as permitted sender) Received: from [209.85.217.178] (HELO mail-lb0-f178.google.com) (209.85.217.178) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Mar 2013 08:45:12 +0000 Received: by mail-lb0-f178.google.com with SMTP id n1so4659513lba.9 for ; Tue, 05 Mar 2013 00:44:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=n88nGlwAEZupod+67p+3MT5yeaH8Fex5jfGdijhhqug=; b=oe/1jg+hvkCGk01T2OHqs+7v6goLQxSMJCzBVxdkFyCJyhXnmv3P+ccooo2/ariBTB fzLqzHYC4qQm29SIkRbEvDXCXUSxeEkfYKu3MzsXXhmatysWAzmr4UsZ3pelDkOkod5K Ilfpm2blFSkBibeZdStRso5QmtQ0L4FqCEuzXDpww0LBSc4DuNxkUfwIU/CFaZT/b1DL 9QoUc+llMh3tRlPU4VxHXsv+TtJMHDcRQ36irmK/AIyBn7OVPQGQtITGFUfL2yA/HJpR Oj8q5BtQSDYyZ5UUtYQOPaxWOiK3HzyinK5DdEGr/a7QZwQuebFvkmqau+BFOdqv7M21 BaLQ== MIME-Version: 1.0 X-Received: by 10.112.26.202 with SMTP id n10mr5834752lbg.15.1362473091791; Tue, 05 Mar 2013 00:44:51 -0800 (PST) Received: by 10.112.8.98 with HTTP; Tue, 5 Mar 2013 00:44:51 -0800 (PST) In-Reply-To: <16857_1362460392_51357EE8_16857_18408_1_E6472BD072676843ADB8D37E50F4C88D0BF85C85F1@DE0-MAILMBX-P21.res.airbus.corp> References: <16857_1362460392_51357EE8_16857_18408_1_E6472BD072676843ADB8D37E50F4C88D0BF85C85F1@DE0-MAILMBX-P21.res.airbus.corp> Date: Tue, 5 Mar 2013 14:14:51 +0530 Message-ID: Subject: Re: Hadoop file system From: Mahesh Balija To: user@hadoop.apache.org Content-Type: multipart/alternative; boundary=bcaec55555fea707a404d7297c38 X-Virus-Checked: Checked by ClamAV on apache.org --bcaec55555fea707a404d7297c38 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable You can be able to use Hdfs alone in the distributed mode to fulfill your requirement. Hdfs has the Filesystem java api through which you can interact with the HDFS from your client. HDFS is good if you have less number of files with huge size rather than you having many files with small size. Best, Mahesh Balija, Calsoft Labs. On Tue, Mar 5, 2013 at 10:43 AM, AMARNATH, Balachandar < BALACHANDAR.AMARNATH@airbus.com> wrote: > > Hi, > > I am new to hdfs. In my java application, I need to perform =91similar > operation=92 over large number of files. I would like to store those file= s in > distributed machines. I don=92t think, I will need map reduce paradigm. B= ut > however I would like to use HDFS for file storage and access. Is it > possible (or nice idea) to use HDFS as a stand alone stuff? And, java API= s > are available to work with HDFS so that I can read/write in distributed > environment ? Any thoughts here will be helpful. > > > With thanks and regards > Balachandar > > > > > The information in this e-mail is confidential. The contents may not be d= isclosed or used by anyone other than the addressee. Access to this e-mail = by anyone else is unauthorised. > If you are not the intended recipient, please notify Airbus immediately a= nd delete this e-mail. > Airbus cannot accept any responsibility for the accuracy or completeness = of this e-mail as it has been sent over public networks. If you have any co= ncerns over the content of this message or its Accuracy or Integrity, pleas= e contact Airbus immediately. > All outgoing e-mails from Airbus are checked using regularly updated viru= s scanning software but you should take whatever measures you deem to be ap= propriate to ensure that this message and any attachments are virus free. > > --bcaec55555fea707a404d7297c38 Content-Type: text/html; charset=windows-1252 Content-Transfer-Encoding: quoted-printable You can be able to use Hdfs alone in the distributed mode to fulfill your r= equirement.
Hdfs has the Filesystem java api through which you can inter= act with the HDFS from your client.
HDFS is good if you have less number= of files with huge size rather than you having many files with small size.=

Best,
Mahesh Balija,
Calsoft Labs.

On Tue, Mar 5, 2013 at 10:43 AM, AMARNATH, Balachandar <= BALACHANDAR.AMARNATH@airbus.com> wrote:
=A0
Hi,
=A0
I am new to hdfs. In my java applicat= ion, I need to perform =91similar operation=92 over large number of files. = I would like to store those files in distributed machines. I don=92t think,= I will need map reduce paradigm. But however I would like to use HDFS for file storage and access. Is it pos= sible (or nice idea) to use HDFS as a stand alone stuff? And, java APIs are= available to work with HDFS so that I can read/write in distributed enviro= nment ? Any thoughts here will be helpful.
=A0
=A0
With thanks and regards
Balachandar
=A0
=A0
=A0
The information in this e-mail is confidential. The contents may not b=
e disclosed or used by anyone other than the addressee. Access to this e-ma=
il by anyone else is unauthorised.
If you are not the intended recipient, please notify Airbus immediately and=
 delete this e-mail.
Airbus cannot accept any responsibility for the accuracy or completeness of=
 this e-mail as it has been sent over public networks. If you have any conc=
erns over the content of this message or its Accuracy or Integrity, please =
contact Airbus immediately.
All outgoing e-mails from Airbus are checked using regularly updated virus =
scanning software but you should take whatever measures you deem to be appr=
opriate to ensure that this message and any attachments are virus free.

--bcaec55555fea707a404d7297c38--