From 6ba8fd7e8e038351fc14f6096ea2216ce2abe918 Mon Sep 17 00:00:00 2001 From: cnauroth Date: Wed, 17 Dec 2014 15:08:46 -0800 Subject: [PATCH] HADOOP-9629. Move attribution in CHANGES.txt to 2.7.0 section. --- .../hadoop-common/CHANGES.txt | 58 +++++++++---------- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index b587697eab..049dcf906b 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -15,16 +15,6 @@ Trunk (Unreleased) NEW FEATURES - HADOOP-9629. Support Windows Azure Storage - Blob as a file system in Hadoop. - (Dexter Bradshaw, Mostafa Elhemali, Xi Fang, Johannes Klein, David Lao, - Mike Liddell, Chuan Liu, Lengning Liu, Ivan Mitic, Michael Rys, - Alexander Stojanovic, Brian Swan, and Min Wei via cnauroth) - - HADOOP-10728. Metrics system for Windows Azure Storage Filesystem. - (Dexter Bradshaw, Mostafa Elhemali, Xi Fang, Johannes Klein, David Lao, - Mike Liddell, Chuan Liu, Lengning Liu, Ivan Mitic, Michael Rys, - Alexander Stojanovich, Brian Swan, and Min Wei via cnauroth) - HADOOP-6590. Add a username check for hadoop sub-commands (John Smith via aw) HADOOP-11353. Add support for .hadooprc (aw) @@ -133,12 +123,6 @@ Trunk (Unreleased) HADOOP-11092. hadoop shell commands should print usage if not given a a class (aw) - HADOOP-10809. hadoop-azure: page blob support. (Dexter Bradshaw, - Mostafa Elhemali, Eric Hanson, and Mike Liddell via cnauroth) - - HADOOP-11188. hadoop-azure: automatically expand page blobs when they become - full. (Eric Hanson via cnauroth) - HADOOP-11231. Remove dead code in ServletUtil. (Li Lu via wheat9) HADOOP-11025. hadoop-daemons.sh should just call hdfs directly (Masatake @@ -328,20 +312,10 @@ Trunk (Unreleased) HADOOP-10625. Trim configuration names when putting/getting them to properties. (Wangda Tan via xgong) - HADOOP-10689. InputStream is not closed in - AzureNativeFileSystemStore#retrieve(). (Chen He via cnauroth) - - HADOOP-10690. Lack of synchronization on access to InputStream in - NativeAzureFileSystem#NativeAzureFsInputStream#close(). - (Chen He via cnauroth) - HADOOP-10831. UserProvider is not thread safe. (Benoy Antony via umamahesh) HADOOP-10834. Typo in CredentialShell usage. (Benoy Antony via umamahesh) - HADOOP-10840. Fix OutOfMemoryError caused by metrics system in Azure File - System. (Shanyu Zhao via cnauroth) - HADOOP-11002. shell escapes are incompatible with previous releases (aw) HADOOP-10996. Stop violence in the *_HOME (aw) @@ -356,9 +330,6 @@ Trunk (Unreleased) HADOOP-11022. User replaced functions get lost 2-3 levels deep (e.g., sbin) (aw) - HADOOP-11248. Add hadoop configuration to disable Azure Filesystem metrics - collection. (Shanyu Zhao via cnauroth) - HADOOP-11284. Fix variable name mismatches in hadoop-functions.sh (Masatake Iwasaki via aw) @@ -390,6 +361,16 @@ Release 2.7.0 - UNRELEASED HADOOP-7984. Add hadoop --loglevel option to change log level. (Akira AJISAKA via cnauroth) + HADOOP-9629. Support Windows Azure Storage - Blob as a file system in Hadoop. + (Dexter Bradshaw, Mostafa Elhemali, Xi Fang, Johannes Klein, David Lao, + Mike Liddell, Chuan Liu, Lengning Liu, Ivan Mitic, Michael Rys, + Alexander Stojanovic, Brian Swan, and Min Wei via cnauroth) + + HADOOP-10728. Metrics system for Windows Azure Storage Filesystem. + (Dexter Bradshaw, Mostafa Elhemali, Xi Fang, Johannes Klein, David Lao, + Mike Liddell, Chuan Liu, Lengning Liu, Ivan Mitic, Michael Rys, + Alexander Stojanovich, Brian Swan, and Min Wei via cnauroth) + HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw) IMPROVEMENTS @@ -440,6 +421,12 @@ Release 2.7.0 - UNRELEASED HADOOP-11416. Move ChunkedArrayList into hadoop-common (cmccabe) + HADOOP-10840. Fix OutOfMemoryError caused by metrics system in Azure File + System. (Shanyu Zhao via cnauroth) + + HADOOP-11248. Add hadoop configuration to disable Azure Filesystem metrics + collection. (Shanyu Zhao via cnauroth) + OPTIMIZATIONS HADOOP-11323. WritableComparator#compare keeps reference to byte array. @@ -448,6 +435,12 @@ Release 2.7.0 - UNRELEASED HADOOP-11238. Update the NameNode's Group Cache in the background when possible (Chris Li via Colin P. McCabe) + HADOOP-10809. hadoop-azure: page blob support. (Dexter Bradshaw, + Mostafa Elhemali, Eric Hanson, and Mike Liddell via cnauroth) + + HADOOP-11188. hadoop-azure: automatically expand page blobs when they become + full. (Eric Hanson via cnauroth) + BUG FIXES HADOOP-11236. NFS: Fix javadoc warning in RpcProgram.java (Abhiraj Butala via harsh) @@ -603,6 +596,13 @@ Release 2.7.0 - UNRELEASED HADOOP-11420. Use latest maven-site-plugin and replace link to svn with link to git. (Herve Boutemy via wheat9) + HADOOP-10689. InputStream is not closed in + AzureNativeFileSystemStore#retrieve(). (Chen He via cnauroth) + + HADOOP-10690. Lack of synchronization on access to InputStream in + NativeAzureFileSystem#NativeAzureFsInputStream#close(). + (Chen He via cnauroth) + Release 2.6.0 - 2014-11-18 INCOMPATIBLE CHANGES