Return-Path: X-Original-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 29343DEFD for ; Tue, 2 Oct 2012 01:03:08 +0000 (UTC) Received: (qmail 50192 invoked by uid 500); 2 Oct 2012 00:01:07 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 50128 invoked by uid 500); 2 Oct 2012 00:01:07 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 50119 invoked by uid 99); 2 Oct 2012 00:01:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Oct 2012 00:01:07 +0000 Date: Tue, 2 Oct 2012 11:01:07 +1100 (NCT) From: "Jing Zhao (JIRA)" To: hdfs-dev@hadoop.apache.org Message-ID: <1623831719.152127.1349136067769.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (HDFS-3995) Use DFSTestUtil.createFile() for file creation and writing in test cases MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jing Zhao created HDFS-3995: ------------------------------- Summary: Use DFSTestUtil.createFile() for file creation and writing in test cases Key: HDFS-3995 URL: https://issues.apache.org/jira/browse/HDFS-3995 Project: Hadoop HDFS Issue Type: Improvement Affects Versions: 3.0.0 Reporter: Jing Zhao Assignee: Jing Zhao Priority: Minor Currently there are many tests that define and use their own methods to create file and write some number of blocks in MiniDfsCluster. These methods can be consolidated to DFSTestUtil.createFile(). -- 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