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 BFD78200BBA for ; Fri, 21 Oct 2016 20:32:01 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BD827160ADE; Fri, 21 Oct 2016 18:32:01 +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 3D8A1160AE9 for ; Fri, 21 Oct 2016 20:32:01 +0200 (CEST) Received: (qmail 46960 invoked by uid 500); 21 Oct 2016 18:31:59 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 46940 invoked by uid 99); 21 Oct 2016 18:31:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Oct 2016 18:31:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id F37322C2A6A for ; Fri, 21 Oct 2016 18:31:58 +0000 (UTC) Date: Fri, 21 Oct 2016 18:31:58 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-16905) fold FSUtil classes into fs integration package MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 21 Oct 2016 18:32:01 -0000 [ https://issues.apache.org/jira/browse/HBASE-16905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595949#comment-15595949 ] Sean Busbey commented on HBASE-16905: ------------------------------------- Tests to update as a part of this change as well: hbase-server/src/test/java/org/apache/hadoop/hbase/fs/TestBlockReorder.java hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestFSHDFSUtils.java hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestFSTableDescriptors.java hbase-server/src/test/java/org/apache/hadoop/hbase/util/TestFSUtils.java > fold FSUtil classes into fs integration package > ----------------------------------------------- > > Key: HBASE-16905 > URL: https://issues.apache.org/jira/browse/HBASE-16905 > Project: HBase > Issue Type: Sub-task > Components: Filesystem Integration > Reporter: Sean Busbey > > pull the FSUtils classes into the fs integration package. ideally make it package private to ensure others aren't using it directly. > hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSUtils.java > hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSHDFSUtils.java > hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSMapRUtils.java > hbase-server/src/main/java/org/apache/hadoop/hbase/fs/FSUtilsWithRetries.java > hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSTableDescriptors.java -- This message was sent by Atlassian JIRA (v6.3.4#6332)