Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id B3CB3200AE4 for ; Fri, 24 Jun 2016 23:33:17 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B2372160A6B; Fri, 24 Jun 2016 21:33:17 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 2C28A160A2E for ; Fri, 24 Jun 2016 23:33:17 +0200 (CEST) Received: (qmail 4302 invoked by uid 500); 24 Jun 2016 21:33:16 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 4266 invoked by uid 99); 24 Jun 2016 21:33:16 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2016 21:33:16 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 292102C033A for ; Fri, 24 Jun 2016 21:33:16 +0000 (UTC) Date: Fri, 24 Jun 2016 21:33:16 +0000 (UTC) From: "Xiaobing Zhou (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-10577) Support building imbalanced MiniDFSCluster from JSON MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 24 Jun 2016 21:33:17 -0000 [ https://issues.apache.org/jira/browse/HDFS-10577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiaobing Zhou updated HDFS-10577: --------------------------------- Issue Type: Sub-task (was: Improvement) Parent: HDFS-10576 > Support building imbalanced MiniDFSCluster from JSON > ---------------------------------------------------- > > Key: HDFS-10577 > URL: https://issues.apache.org/jira/browse/HDFS-10577 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: datanode > Reporter: Xiaobing Zhou > Assignee: Xiaobing Zhou > Fix For: 3.0.0-alpha1 > > > To build an imbalanced MiniDFSCluster, there are much work to do (e.g. TestDiskBalancer#testDiskBalancerEndToEnd). It's even more given tens of data nodes are built, on the other hand, Diskbalancer data model can easily dump and build any kinds of imbalanced cluster (e.g. data-cluster-64node-3disk.json used by TestDiskBalancerCommand#setUp). This proposes to support building imbalanced MiniDFSCluster from dumped JSON file to make writing tests easy. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org