Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 47674 invoked from network); 24 Mar 2011 20:16:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Mar 2011 20:16:43 -0000 Received: (qmail 45850 invoked by uid 500); 24 Mar 2011 20:16:43 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 45826 invoked by uid 500); 24 Mar 2011 20:16:43 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 45818 invoked by uid 99); 24 Mar 2011 20:16:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Mar 2011 20:16:43 +0000 X-ASF-Spam-Status: No, hits=-1999.7 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD,URIBL_RHS_DOB 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; Thu, 24 Mar 2011 20:16:42 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id AB62C4CDBD for ; Thu, 24 Mar 2011 20:16:05 +0000 (UTC) Date: Thu, 24 Mar 2011 20:16:05 +0000 (UTC) From: "Jitendra Nath Pandey (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <537690122.9399.1300997765698.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <145163610.4219.1299585059430.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-1734) 'Chunk size to view' option is not working in Name Node UI. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HDFS-1734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010889#comment-13010889 ] Jitendra Nath Pandey commented on HDFS-1734: -------------------------------------------- Correct, I missed that genstamp was being added as hidden input. A few more comments: 1. Please use junit4 for test. You don't have to extend from TestCase. 2. testGenerateFileDetailsShouldPrintTheGetstampInJSPWriter is too long a name. A shorter name like testGenStamp might suffice. 3. The patch has ^M at the end of every line, probably because the file was generated on a windows box. Can you clean that up? 4. > FileSystem fs = FileSystem.get(CONF); I will recommend using fs = cluster.getFileSystem(). > 'Chunk size to view' option is not working in Name Node UI. > ----------------------------------------------------------- > > Key: HDFS-1734 > URL: https://issues.apache.org/jira/browse/HDFS-1734 > Project: Hadoop HDFS > Issue Type: Bug > Components: name-node > Reporter: Uma Maheswara Rao G > Assignee: Uma Maheswara Rao G > Attachments: ChunkSizeToView.jpg, HDFS-1734.patch > > > 1. Write a file to DFS > 2. Browse the file using Name Node UI. > 3. give the chunk size to view as 100 and click the refresh. > It will say Invalid input ( getnstamp absent ) -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira