HADOOP-9629. Move attribution in CHANGES.txt to 2.7.0 section.
This commit is contained in:
parent
0da1330bfd
commit
6ba8fd7e8e
|
@ -15,16 +15,6 @@ Trunk (Unreleased)
|
||||||
|
|
||||||
NEW FEATURES
|
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-6590. Add a username check for hadoop sub-commands (John Smith via aw)
|
||||||
|
|
||||||
HADOOP-11353. Add support for .hadooprc (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
|
HADOOP-11092. hadoop shell commands should print usage if not given a
|
||||||
a class (aw)
|
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-11231. Remove dead code in ServletUtil. (Li Lu via wheat9)
|
||||||
|
|
||||||
HADOOP-11025. hadoop-daemons.sh should just call hdfs directly (Masatake
|
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
|
HADOOP-10625. Trim configuration names when putting/getting them
|
||||||
to properties. (Wangda Tan via xgong)
|
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-10831. UserProvider is not thread safe. (Benoy Antony via umamahesh)
|
||||||
|
|
||||||
HADOOP-10834. Typo in CredentialShell usage. (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-11002. shell escapes are incompatible with previous releases (aw)
|
||||||
|
|
||||||
HADOOP-10996. Stop violence in the *_HOME (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.,
|
HADOOP-11022. User replaced functions get lost 2-3 levels deep (e.g.,
|
||||||
sbin) (aw)
|
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
|
HADOOP-11284. Fix variable name mismatches in hadoop-functions.sh (Masatake
|
||||||
Iwasaki via aw)
|
Iwasaki via aw)
|
||||||
|
|
||||||
|
@ -390,6 +361,16 @@ Release 2.7.0 - UNRELEASED
|
||||||
HADOOP-7984. Add hadoop --loglevel option to change log level.
|
HADOOP-7984. Add hadoop --loglevel option to change log level.
|
||||||
(Akira AJISAKA via cnauroth)
|
(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)
|
HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw)
|
||||||
|
|
||||||
IMPROVEMENTS
|
IMPROVEMENTS
|
||||||
|
@ -440,6 +421,12 @@ Release 2.7.0 - UNRELEASED
|
||||||
|
|
||||||
HADOOP-11416. Move ChunkedArrayList into hadoop-common (cmccabe)
|
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
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-11323. WritableComparator#compare keeps reference to byte array.
|
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
|
HADOOP-11238. Update the NameNode's Group Cache in the background when
|
||||||
possible (Chris Li via Colin P. McCabe)
|
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
|
BUG FIXES
|
||||||
|
|
||||||
HADOOP-11236. NFS: Fix javadoc warning in RpcProgram.java (Abhiraj Butala via harsh)
|
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
|
HADOOP-11420. Use latest maven-site-plugin and replace link to svn with
|
||||||
link to git. (Herve Boutemy via wheat9)
|
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
|
Release 2.6.0 - 2014-11-18
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue