Return-Path: Delivered-To: apmail-hadoop-common-user-archive@www.apache.org Received: (qmail 28160 invoked from network); 12 Jun 2010 06:58:21 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Jun 2010 06:58:21 -0000 Received: (qmail 75710 invoked by uid 500); 12 Jun 2010 06:58:19 -0000 Delivered-To: apmail-hadoop-common-user-archive@hadoop.apache.org Received: (qmail 75425 invoked by uid 500); 12 Jun 2010 06:58:15 -0000 Mailing-List: contact common-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-user@hadoop.apache.org Delivered-To: mailing list common-user@hadoop.apache.org Received: (qmail 75417 invoked by uid 500); 12 Jun 2010 06:58:14 -0000 Delivered-To: apmail-hadoop-core-user@hadoop.apache.org Received: (qmail 75414 invoked by uid 99); 12 Jun 2010 06:58:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 06:58:14 +0000 X-ASF-Spam-Status: No, hits=4.4 required=10.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,HTML_MESSAGE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sugandha.n87@gmail.com designates 209.85.214.176 as permitted sender) Received: from [209.85.214.176] (HELO mail-iw0-f176.google.com) (209.85.214.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Jun 2010 06:58:06 +0000 Received: by iwn36 with SMTP id 36so2050899iwn.35 for ; Fri, 11 Jun 2010 23:57:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=9vzSVbGpggvpKFduD2OStnEreZu6BdAqqMzk6ZNIkSI=; b=IWS451B0aLtSK6w6WBOswgt0WFu8oKpa2N3OJwJ0la8KxfmYsVCm9dBGQyBF9cJTGa NAqrEfdex27gKp1M+0xJpoZlnIwAloc8GEWT64WTVlZIby+5JPqrR5bcsShOCl4Mc58h MhwEMprX6Kf9N+QrFqtp3gy8LDVJlnQRk2My4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=vNFXBdF61cfiurdZ1goTQftrC1c1Giz9sKtMKG1r+xgoem9qVDn7zYMDnn+IYv16c2 eVk4CS2nkrjSQiaYduHYyg8oGFV06wMuOB+jXdzkRCt1oxyX1Lk1+pwIEsCaCNOZSvZA TF94oLBC8HzCEpuTro51inaVam24Jo5XV6SrE= Received: by 10.231.158.132 with SMTP id f4mr3014460ibx.52.1276325865613; Fri, 11 Jun 2010 23:57:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.190.9 with HTTP; Fri, 11 Jun 2010 23:57:25 -0700 (PDT) From: Sugandha Naolekar Date: Sat, 12 Jun 2010 12:27:25 +0530 Message-ID: Subject: Hadoop code execution!! To: core-user@hadoop.apache.org Content-Type: multipart/alternative; boundary=0050450144e3d66b060488cfc530 X-Virus-Checked: Checked by ClamAV on apache.org --0050450144e3d66b060488cfc530 Content-Type: text/plain; charset=ISO-8859-1 Hello!! I have developed a GUI in JAVA using Swings!! Now, I want to perform simple HDFS operations such as, data transfer and retrieval of the same. These all operations I want to perform on the button click. So, I have written a simple code, in which I have used FileSystem API and invoked corresponding methods. Now, to execute this code, will I have to build a jar?? Also, If I dont build a Jar of the entire code, but, simply run it on the click event of a button, will the HDFS operations be performed. Remember, I dont want to perform LocalFS tasks but the object of HDFS should get initialized. For that, creation of Configuration class 's object will be suffice?? Regards! Sugandha!! --0050450144e3d66b060488cfc530--