Allen Wittenauer
|
9a2e4f4f98
|
HADOOP-10946. Fix a bunch of typos in log messages (Ray Chiang via aw)
(cherry picked from commit 9f03a7c018 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2014-12-17 14:57:13 -08:00 |
cnauroth
|
156e78c1da
|
HADOOP-10690. Correct CHANGES.txt.
|
2014-12-17 14:57:13 -08:00 |
Chris Nauroth
|
cb6eb5931f
|
HADOOP-10690. Lack of synchronization on access to InputStream in NativeAzureFileSystem#NativeAzureFsInputStream#close(). Contributed by Chen He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1604236 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 61bf9f7799 )
|
2014-12-17 14:57:12 -08:00 |
Chris Nauroth
|
02a3bf8bda
|
HADOOP-10840. Fix OutOfMemoryError caused by metrics system in Azure File System. Contributed by Shanyu Zhao.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1611247 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 0a02b5a19b )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2014-12-17 14:57:12 -08:00 |
Chris Nauroth
|
b928b8c775
|
HADOOP-10728. Metrics system for Windows Azure Storage Filesystem. Contributed by 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.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1605187 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 0d91576ec3 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2014-12-17 14:57:12 -08:00 |
Chris Nauroth
|
80d005c66f
|
HADOOP-10689. InputStream is not closed in AzureNativeFileSystemStore#retrieve(). Contributed by Chen He.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1604233 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 8300b9fb38 )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
|
2014-12-17 14:57:12 -08:00 |
Chris Nauroth
|
82268d87bc
|
HADOOP-9629. Support Windows Azure Storage - Blob as a file system in Hadoop. Contributed by 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.
git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1601781 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 81bc395deb )
Conflicts:
hadoop-common-project/hadoop-common/CHANGES.txt
hadoop-project/pom.xml
hadoop-tools/hadoop-tools-dist/pom.xml
hadoop-tools/pom.xml
|
2014-12-17 14:56:05 -08:00 |
Haohui Mai
|
e869276005
|
HADOOP-11420. Use latest maven-site-plugin and replace link to svn with link to git. Contributed by Hervé Boutemy.
|
2014-12-17 14:05:59 -08:00 |
Colin Patrick Mccabe
|
89d6ac498a
|
HADOOP-11416. Move ChunkedArrayList into hadoop-common (cmccabe)
(cherry picked from commit 4281c96e24 )
|
2014-12-17 10:36:59 -08:00 |
cnauroth
|
36068768d8
|
HADOOP-11321. copyToLocal cannot save a file to an SMB share unless the user has Full Control permissions. Contributed by Chris Nauroth.
(cherry picked from commit e996a1bfd4 )
|
2014-12-16 15:32:23 -08:00 |
Haohui Mai
|
ba0969fb0e
|
Revert HADOOP-11356 in branch-2.
|
2014-12-16 13:21:58 -08:00 |
Steve Loughran
|
a1b8b9ca59
|
HADOOP-11412 POMs mention "The Apache Software License" rather than "Apache License". (Herve Boutemy via stevel)
|
2014-12-16 11:03:02 +00:00 |
Colin Patrick Mccabe
|
19c8f7b72c
|
HADOOP-11410. Make the rpath of libhadoop.so configurable (cmccabe)
(cherry picked from commit fb20797b62 )
|
2014-12-15 18:55:38 -08:00 |
Benoy Antony
|
2eabbae292
|
HADOOP-10852 Fix thread safety issues in NetgroupCache. (Benoy Antony)
(cherry picked from commit a095622f36 )
|
2014-12-15 14:02:15 -08:00 |
Brandon Li
|
781a1e352c
|
HDFS-7516. Fix findbugs warnings in hdfs-nfs project. Contributed by Brandon Li
(cherry picked from commit 42d8858c5d )
|
2014-12-15 11:29:37 -08:00 |
cnauroth
|
b9f1e88df7
|
HADOOP-11396. Provide navigation in the site documentation linking to the Hadoop Compatible File Systems. Contributed by Chris Nauroth.
(cherry picked from commit cbfb996fb4 )
|
2014-12-12 23:32:55 -08:00 |
cnauroth
|
21347a05f5
|
HADOOP-11394. hadoop-aws documentation missing. Contributed by Chris Nauroth.
(cherry picked from commit 9458cd5bce )
|
2014-12-12 23:29:40 -08:00 |
Colin Patrick Mccabe
|
b521d91c0f
|
HADOOP-11238. Update the NameNode's Group Cache in the background when possible (Chris Li via Colin P. McCabe)
(cherry picked from commit e5a6925199 )
|
2014-12-12 16:32:04 -08:00 |
Haohui Mai
|
5bc3aae6fb
|
HADOOP-11389. Clean up byte to string encoding issues in hadoop-common. Contributed by Haohui Mai.
|
2014-12-11 16:51:46 -08:00 |
Gera Shegalov
|
8437c31b67
|
HADOOP-11211. mapreduce.job.classloader.system.classes semantics should be order-independent. (Yitong Zhou via gera)
(cherry picked from commit 0bcea111e5 )
|
2014-12-11 13:29:40 -08:00 |
Haohui Mai
|
38afeb5f12
|
HADOOP-11386. Replace \n by %n in format hadoop-common format strings. Contributed by Li Lu.
|
2014-12-10 14:37:39 -08:00 |
Haohui Mai
|
df5af744ad
|
HADOOP-11388. Remove deprecated o.a.h.metrics.file.FileContext. Contributed by Li Lu.
|
2014-12-10 12:49:26 -08:00 |
Haohui Mai
|
7e51350d9a
|
HADOOP-10482. Fix various findbugs warnings in hadoop-common. Contributed by Haohui Mai.
|
2014-12-10 12:44:32 -08:00 |
Haohui Mai
|
a1e4a12dc0
|
HADOOP-11381. Fix findbugs warnings in hadoop-distcp, hadoop-aws, hadoop-azure, and hadoop-openstack. Contributed by Li Lu.
|
2014-12-09 20:46:44 -08:00 |
Colin Patrick Mccabe
|
3637bc8cd9
|
HADOOP-11349. RawLocalFileSystem leaks file descriptor while creating a file if creat succeeds but chmod fails. (Varun Saxena via Colin P. McCabe)
(cherry picked from commit 03867eb1bb )
|
2014-12-09 14:32:25 -08:00 |
Haohui Mai
|
784f481473
|
HADOOP-11378. Fix new findbugs warnings in hadoop-kms. Contributed by Li Lu.
|
2014-12-09 13:10:09 -08:00 |
Haohui Mai
|
b68d51e898
|
HADOOP-11379. Fix new findbugs warnings in hadoop-auth*. Contributed by Li Lu.
|
2014-12-09 13:09:01 -08:00 |
Jing Zhao
|
e8e86e3ec7
|
HDFS-7498. Simplify the logic in INodesInPath. Contributed by Jing Zhao.
|
2014-12-09 11:38:07 -08:00 |
Haohui Mai
|
fa9ca25019
|
HADOOP-11273. TestMiniKdc failure: login options not compatible with IBM JDK. Contributed by Gao Zhong Liang.
|
2014-12-09 10:57:41 -08:00 |
Haohui Mai
|
49aacee2cb
|
HADOOP-11372. Fix new findbugs warnings in mapreduce-examples. Contributed by Li Lu.
|
2014-12-09 10:49:11 -08:00 |
Andrew Wang
|
deaa172e7a
|
HADOOP-11368. Fix SSLFactory truststore reloader thread leak in KMSClientProvider. Contributed by Arun Suresh.
(cherry picked from commit 74d4bfded9 )
|
2014-12-09 10:47:33 -08:00 |
Haohui Mai
|
759179e631
|
HADOOP-11369. Fix new findbugs warnings in hadoop-mapreduce-client, non-core directories. Contributed by Li Lu.
|
2014-12-09 10:46:25 -08:00 |
Haohui Mai
|
1b8b51704a
|
HADOOP-11367. Fix warnings from findbugs 3.0 in hadoop-streaming. Contributed by Li Lu.
|
2014-12-09 10:42:17 -08:00 |
Haohui Mai
|
c9e9f82ec6
|
HADOOP-10476. Bumping the findbugs version to 3.0.0. Contributed by Haohui Mai.
|
2014-12-09 10:38:43 -08:00 |
Steve Loughran
|
2bc3f1064f
|
HADOOP-10134 [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments.
|
2014-12-09 11:15:19 +00:00 |
Steve Loughran
|
a7be36384a
|
HADOOP-11363 Hadoop maven surefire-plugin uses must set heap size.
|
2014-12-09 11:04:59 +00:00 |
Haohui Mai
|
e2c1ef4deb
|
HADOOP-11287. Simplify UGI#reloginFromKeytab for Java 7+. Contributed by Li Lu.
|
2014-12-08 21:10:49 -08:00 |
Andrew Wang
|
46a7365164
|
HADOOP-11329. Add JAVA_LIBRARY_PATH to KMS startup options. Contributed by Arun Suresh.
(cherry picked from commit ddffcd8fac )
|
2014-12-08 13:45:34 -08:00 |
Jing Zhao
|
582f96e41d
|
HADOOP-11354. ThrottledInputStream doesn't perform effective throttling. Contributed by Ted Yu.
|
2014-12-08 11:09:34 -08:00 |
cnauroth
|
143a5b67d8
|
HDFS-7384. getfacl command and getAclStatus output should be in sync. Contributed by Vinayakumar B.
(cherry picked from commit ffe942b82c )
|
2014-12-08 10:28:25 -08:00 |
Steve Loughran
|
275561d848
|
HADOOP-10530 Make hadoop build on Java7+ only (stevel)
|
2014-12-08 15:30:34 +00:00 |
cnauroth
|
308b75571b
|
HADOOP-11313. Adding a document about NativeLibraryChecker. Contributed by Tsuyoshi OZAWA.
(cherry picked from commit 1b3bb9e7a3 )
|
2014-12-06 20:12:56 -08:00 |
Andrew Wang
|
dabdd2d746
|
HADOOP-11343. Overflow is not properly handled in caclulating final iv for AES CTR. Contributed by Jerry Chen.
(cherry picked from commit 0707e4eca9 )
|
2014-12-05 18:20:23 -08:00 |
Andrew Wang
|
b8e4fffa49
|
HADOOP-11355. When accessing data in HDFS and the key has been deleted, a Null Pointer Exception is shown. Contributed by Arun Suresh.
(cherry picked from commit 9cdaec6a6f )
|
2014-12-05 12:01:32 -08:00 |
Haohui Mai
|
4f612f148b
|
HADOOP-11356. Removed deprecated o.a.h.fs.permission.AccessControlException. Contributed by Li Lu.
|
2014-12-05 10:50:03 -08:00 |
Colin Patrick Mccabe
|
a0976152e6
|
HADOOP-11348. Remove unused variable from CMake error message for finding openssl (Dian Fu via Colin P. McCabe)
(cherry picked from commit 565b0e60a8 )
|
2014-12-04 12:54:59 -08:00 |
Aaron T. Myers
|
534a021e70
|
HADOOP-11332. KerberosAuthenticator#doSpnegoSequence should check if kerberos TGT is available in the subject. Contributed by Dian Fu.
(cherry picked from commit 9d1a8f5897 )
|
2014-12-03 18:54:26 -08:00 |
Andrew Wang
|
696e15f0d1
|
HADOOP-11342. KMS key ACL should ignore ALL operation for default key ACL and whitelist key ACL. Contributed by Dian Fu.
(cherry picked from commit 1812241ee1 )
|
2014-12-03 12:00:29 -08:00 |
Andrew Wang
|
c962eef533
|
HADOOP-11344. KMS kms-config.sh sets a default value for the keystore password even in non-ssl setup. Contributed by Arun Suresh.
(cherry picked from commit 3d48ad7eb4 )
|
2014-12-02 19:04:33 -08:00 |
stack
|
6d904985e8
|
HADOOP-11301. [optionally] update jmx cache to drop old metrics (Maysam Yabandeh via stack)
(cherry picked from commit b36f292982 )
|
2014-12-01 23:08:16 -08:00 |