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 576EEDB05 for ; Tue, 21 Aug 2012 12:47:55 +0000 (UTC) Received: (qmail 75565 invoked by uid 500); 21 Aug 2012 12:47:52 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 73030 invoked by uid 500); 21 Aug 2012 12:47: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 72806 invoked by uid 99); 21 Aug 2012 12:47:39 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Aug 2012 12:47:39 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F14012C5C34 for ; Tue, 21 Aug 2012 12:47:38 +0000 (UTC) Date: Tue, 21 Aug 2012 23:47:38 +1100 (NCT) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1177701409.35148.1345553258988.JavaMail.jiratomcat@arcas> In-Reply-To: <1999374075.51022.1325150490833.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-2727) libhdfs should get the default block size from the server 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-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13438675#comment-13438675 ] Hudson commented on HDFS-2727: ------------------------------ Integrated in Hadoop-Hdfs-trunk #1141 (See [https://builds.apache.org/job/Hadoop-Hdfs-trunk/1141/]) HDFS-2727. libhdfs should get the default block size from the server. Contributed by Colin Patrick McCabe (Revision 1375383) Result = FAILURE eli : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1375383 Files : * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/hdfs.c * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/hdfs.h * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/native/libhdfs/test_libhdfs_threaded.c > libhdfs should get the default block size from the server > --------------------------------------------------------- > > Key: HDFS-2727 > URL: https://issues.apache.org/jira/browse/HDFS-2727 > Project: Hadoop HDFS > Issue Type: Improvement > Components: libhdfs > Affects Versions: 0.23.0, 1.0.0, 2.0.0-alpha > Reporter: Sho Shimauchi > Assignee: Colin Patrick McCabe > Priority: Minor > Fix For: 2.2.0-alpha > > Attachments: HDFS-2727.001.patch, HDFS-2727.002.patch > > > libhdfs uses the deprecated property {{dfs.block.size}}. It would be better for libhdfs to use the FileSystem#getDefaultBlockSize API instead. > This API has two advantages: > 1. It uses the new, non-deprecated {{dfs.blocksize}} property > 2. It handles string escapes like 'M' for 'megabytes' etc. which can appear in {{dfs.blocksize}} and {{dfs.block.size}} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira