Return-Path: X-Original-To: apmail-hadoop-common-dev-archive@www.apache.org Delivered-To: apmail-hadoop-common-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ACF227AAB for ; Sat, 16 Jul 2011 15:02:26 +0000 (UTC) Received: (qmail 24700 invoked by uid 500); 16 Jul 2011 15:02:25 -0000 Delivered-To: apmail-hadoop-common-dev-archive@hadoop.apache.org Received: (qmail 24610 invoked by uid 500); 16 Jul 2011 15:02:24 -0000 Mailing-List: contact common-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-dev@hadoop.apache.org Received: (qmail 24602 invoked by uid 99); 16 Jul 2011 15:02:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2011 15:02:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Jul 2011 15:02:21 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6B59482115 for ; Sat, 16 Jul 2011 15:02:00 +0000 (UTC) Date: Sat, 16 Jul 2011 15:02:00 +0000 (UTC) From: "Harsh J (JIRA)" To: common-dev@hadoop.apache.org Message-ID: <1825891766.19988.1310828520436.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (HADOOP-516) Eclipse-based GUI: DFS explorer and basic Map/Reduce job launcher MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-516?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J resolved HADOOP-516. ---------------------------- Resolution: Fixed The plugin seems to have integrated this feature already. Should this still= be open, please reopen it. > Eclipse-based GUI: DFS explorer and basic Map/Reduce job launcher > ----------------------------------------------------------------- > > Key: HADOOP-516 > URL: https://issues.apache.org/jira/browse/HADOOP-516 > Project: Hadoop Common > Issue Type: New Feature > Environment: Eclipse 3.2 > JDK 1.5 > Reporter: Fr=C3=A9d=C3=A9ric Bertin > Attachments: hdfsExplorer.zip, hdfsExplorer2.zip > > > to increase productivity in our current project (which makes a heavy use = of Hadoop), we wrote a small Eclipse-based GUI application which basically = consists in 2 views: > * a HDFS explorer adapted from Eclipse filesystem explorer example. > For now, it includes the following features: > o classical tree-based browsing interface, with directory > content being detailed in a 3 columns table (file name, file > size, file type) > o refresh button > o delete file or directory (with confirm dialog): select files > in the tree or table and click the "Delete" button > o rename file or directory: simple click on the file in the > table, type the new name and validate > o open file with system editor: select the file in the table > and click "Open" button (works on Windows, not on Linux) > o internal drag & drop > o external drag & drop from the local filesystem to the HDFS > (the opposite doesn't work) > * a MapReduce *very* simple job launcher: > o select the job XML configuration file > o run the job > o kill the job > o visualize map and reduce progress with progress bars > o open a browser on the Hadoop job tracker web interface=20 > INSTALLATION NOTES: > - Eclipse 3.2 > - JDK 1.5 > - import the archive in Eclipse > - copy your hadoop conf file (hadoop-default.xml in "src" folder) -> thi= s step should be moved in the GUI later > - right-click on the project and Run As -> Eclipse Application > - enjoy... -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira