Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BB27117CDB for ; Mon, 26 Jan 2015 17:44:46 +0000 (UTC) Received: (qmail 28623 invoked by uid 500); 26 Jan 2015 17:44:19 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 28334 invoked by uid 500); 26 Jan 2015 17:44:19 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 25988 invoked by uid 99); 26 Jan 2015 17:44:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Jan 2015 17:44:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CCC50E0FB9; Mon, 26 Jan 2015 17:44:16 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: zhz@apache.org To: common-commits@hadoop.apache.org Date: Mon, 26 Jan 2015 17:44:59 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [44/50] [abbrv] hadoop git commit: Move truncate related messages in CHANGES.txt to branch 2 section. (shv) Move truncate related messages in CHANGES.txt to branch 2 section. (shv) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/e461d62c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/e461d62c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/e461d62c Branch: refs/heads/HDFS-EC Commit: e461d62cfa6111cb5d31de2b9d1a024cf6978b9f Parents: 27c98cc Author: Konstantin V Shvachko Authored: Sat Jan 24 17:49:22 2015 -0800 Committer: Zhe Zhang Committed: Mon Jan 26 09:43:30 2015 -0800 ---------------------------------------------------------------------- hadoop-common-project/hadoop-common/CHANGES.txt | 6 ++-- hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt | 34 ++++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/e461d62c/hadoop-common-project/hadoop-common/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 6a34092..c0617e8 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -19,9 +19,6 @@ Trunk (Unreleased) HADOOP-11353. Add support for .hadooprc (aw) - HADOOP-11490. Expose truncate API via FileSystem and shell command. - (Milan Desai via shv) - IMPROVEMENTS HADOOP-8017. Configure hadoop-main pom to get rid of M2E plugin execution @@ -386,6 +383,9 @@ Release 2.7.0 - UNRELEASED HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw) + HADOOP-11490. Expose truncate API via FileSystem and shell command. + (Milan Desai via shv) + IMPROVEMENTS HADOOP-11483. HardLink.java should use the jdk7 createLink method (aajisaka) http://git-wip-us.apache.org/repos/asf/hadoop/blob/e461d62c/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt ---------------------------------------------------------------------- diff --git a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt index cca755e..21c8374 100644 --- a/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt +++ b/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt @@ -18,10 +18,6 @@ Trunk (Unreleased) HDFS-3125. Add JournalService to enable Journal Daemon. (suresh) - HDFS-3107. Introduce truncate. (Plamen Jeliazkov via shv) - - HDFS-7056. Snapshot support for truncate. (Plamen Jeliazkov and shv) - IMPROVEMENTS HDFS-4665. Move TestNetworkTopologyWithNodeGroup to common. @@ -143,9 +139,6 @@ Trunk (Unreleased) HDFS-7430. Rewrite the BlockScanner to use O(1) memory and use multiple threads (cmccabe) - HDFS-7659. truncate should check negative value of the new length. - (Yi Liu via shv) - OPTIMIZATIONS BUG FIXES @@ -280,16 +273,6 @@ Trunk (Unreleased) HDFS-7581. HDFS documentation needs updating post-shell rewrite (aw) - HDFS-7606. Fix potential NPE in INodeFile.getBlocks(). (Byron Wong via shv) - - HDFS-7638: Small fix and few refinements for FSN#truncate. (yliu) - - HDFS-7634. Disallow truncation of Lazy persist files. (Yi Liu via - Arpit Agarwal) - - HDFS-7643. Test case to ensure lazy persist files cannot be truncated. - (Yi Liu via Arpit Agarwal) - HADOOP-11484. hadoop-mapreduce-client-nativetask fails to build on ARM AARCH64 due to x86 asm statements (Edward Nevill via Colin P. McCabe) @@ -320,6 +303,10 @@ Release 2.7.0 - UNRELEASED HDFS-7449. Add metrics to NFS gateway (brandonli) + HDFS-3107. Introduce truncate. (Plamen Jeliazkov via shv) + + HDFS-7056. Snapshot support for truncate. (Plamen Jeliazkov and shv) + IMPROVEMENTS HDFS-7055. Add tracing to DFSInputStream (cmccabe) @@ -785,6 +772,19 @@ Release 2.7.0 - UNRELEASED HDFS-7644. minor typo in HttpFS doc (Charles Lamb via aw) + HDFS-7606. Fix potential NPE in INodeFile.getBlocks(). (Byron Wong via shv) + + HDFS-7638: Small fix and few refinements for FSN#truncate. (yliu) + + HDFS-7634. Disallow truncation of Lazy persist files. (Yi Liu via + Arpit Agarwal) + + HDFS-7643. Test case to ensure lazy persist files cannot be truncated. + (Yi Liu via Arpit Agarwal) + + HDFS-7659. truncate should check negative value of the new length. + (Yi Liu via shv) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES