Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F4CC10CBC for ; Thu, 20 Jun 2013 10:27:23 +0000 (UTC) Received: (qmail 48217 invoked by uid 500); 20 Jun 2013 10:27:23 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 48125 invoked by uid 500); 20 Jun 2013 10:27:22 -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 47788 invoked by uid 99); 20 Jun 2013 10:27:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jun 2013 10:27:21 +0000 Date: Thu, 20 Jun 2013 10:27:21 +0000 (UTC) From: "Harsh J (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Issue Comment Deleted] (HDFS-4825) webhdfs / httpfs tests broken because of min block size change 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-4825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Harsh J updated HDFS-4825: -------------------------- Comment: was deleted (was: hi, all how could I unsubscribe from this mailing list? Thanks in advance. justin ) > webhdfs / httpfs tests broken because of min block size change > -------------------------------------------------------------- > > Key: HDFS-4825 > URL: https://issues.apache.org/jira/browse/HDFS-4825 > Project: Hadoop HDFS > Issue Type: Bug > Components: webhdfs > Affects Versions: 3.0.0, 2.1.0-beta > Reporter: Andrew Wang > Assignee: Andrew Wang > Fix For: 2.1.0-beta > > Attachments: hdfs-4825-1.patch > > > As reported by Suresh on HDFS-4305, some of the webhdfs tests were broken by the min block size change. > {noformat} > Running org.apache.hadoop.fs.http.client.TestHttpFSFileSystemLocalFileSystem > Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.436 sec > Results : > Tests in error: > testOperation[4](org.apache.hadoop.fs.http.client.TestHttpFSFWithWebhdfsFileSystem): Specified block size is less than configured minimum value (dfs.namenode.fs-limits.min-block-size): 1024 < 1048576(..) > testOperationDoAs[4](org.apache.hadoop.fs.http.client.TestHttpFSFWithWebhdfsFileSystem): Specified block size is less than configured minimum value (dfs.namenode.fs-limits.min-block-size): 1024 < 1048576(..) > testOperation[4](org.apache.hadoop.fs.http.client.TestHttpFSWithHttpFSFileSystem): Specified block size is less than configured minimum value (dfs.namenode.fs-limits.min-block-size): 1024 < 1048576(..) > testOperationDoAs[4](org.apache.hadoop.fs.http.client.TestHttpFSWithHttpFSFileSystem): Specified block size is less than configured minimum value (dfs.namenode.fs-limits.min-block-size): 1024 < 1048576(..) > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira