Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 51530 invoked from network); 8 Sep 2006 17:40:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Sep 2006 17:40:59 -0000 Received: (qmail 92810 invoked by uid 500); 8 Sep 2006 17:40:59 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 92785 invoked by uid 500); 8 Sep 2006 17:40:58 -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 92776 invoked by uid 99); 8 Sep 2006 17:40:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 10:40:58 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Sep 2006 10:40:58 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BB4677142F9 for ; Fri, 8 Sep 2006 17:37:23 +0000 (GMT) Message-ID: <32370879.1157737043763.JavaMail.jira@brutus> Date: Fri, 8 Sep 2006 10:37:23 -0700 (PDT) From: "Thomas Friol (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-516) Eclipse-based GUI: DFS explorer and basic Map/Reduce job launcher In-Reply-To: <13131373.1157736022384.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-516?page=3Dcomments#actio= n_12433452 ]=20 =20 Thomas Friol commented on HADOOP-516: ------------------------------------- I think it is 'hadoop-client.xml' and not 'hadoop-default.xml' that you mus= t put in your scr folder. > Eclipse-based GUI: DFS explorer and basic Map/Reduce job launcher > ----------------------------------------------------------------- > > Key: HADOOP-516 > URL: http://issues.apache.org/jira/browse/HADOOP-516 > Project: Hadoop > Issue Type: New Feature > Environment: Eclipse 3.2 > JDK 1.5 > Reporter: Fr=C3=A9d=C3=A9ric Bertin > Attachments: hdfsExplorer.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... --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira