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 309EC18D0A for ; Wed, 12 Aug 2015 07:25:46 +0000 (UTC) Received: (qmail 5323 invoked by uid 500); 12 Aug 2015 07:25:46 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 5256 invoked by uid 500); 12 Aug 2015 07:25:46 -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 5136 invoked by uid 99); 12 Aug 2015 07:25:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Aug 2015 07:25:45 +0000 Date: Wed, 12 Aug 2015 07:25:45 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-8887) Expose storage type and storage ID in BlockLocation 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-8887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693052#comment-14693052 ] Hudson commented on HDFS-8887: ------------------------------ FAILURE: Integrated in Hadoop-trunk-Commit #8287 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/8287/]) HDFS-8887. Expose storage type and storage ID in BlockLocation. (wang: rev 1ea1a8334ea01814121490a5bfd2a0205c66d6e4) * hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/TestBlockLocation.java * hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/TestDistributedFileSystem.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/fs/BlockStorageLocation.java * hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DistributedFileSystem.java * hadoop-hdfs-project/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/DFSUtilClient.java * hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/BlockLocation.java > Expose storage type and storage ID in BlockLocation > --------------------------------------------------- > > Key: HDFS-8887 > URL: https://issues.apache.org/jira/browse/HDFS-8887 > Project: Hadoop HDFS > Issue Type: Improvement > Affects Versions: 2.7.1 > Reporter: Andrew Wang > Assignee: Andrew Wang > Fix For: 2.8.0 > > Attachments: HDFS-8887.001.patch, HDFS-8887.002.patch > > > Some applications schedule based on info like storage type or storage ID, it'd be useful to expose this information in BlockLocation. It's already included in LocatedBlock and sent over the wire. -- This message was sent by Atlassian JIRA (v6.3.4#6332)