Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
a299146b6d
|
HADOOP-13428. Fixed hadoop-common build files to generate jdiff by working around a jdiff-bug. Contributed by Wangda Tan.
(cherry picked from commit 99603e902244f17b04cfd55122f47355d070b588)
|
2016-08-19 19:10:35 -07:00 |
|
Chris Nauroth
|
6dba38f08b
|
HADOOP-13252. Tune S3A provider plugin mechanism. Contributed by Steve Loughran.
(cherry picked from commit 763f0497bb996e331e40caed9ca0af966f5b3fac)
|
2016-08-19 12:30:47 -07:00 |
|
Jing Zhao
|
9fdd1ea724
|
HADOOP-13503. Improve SaslRpcClient failure logging. Contributed by Xiaobing Zhou.
|
2016-08-18 14:57:38 -07:00 |
|
Mingliang Liu
|
3f3957ad66
|
HADOOP-13512. ReloadingX509TrustManager should keep reloading in case of exception. (Contributed by Mingliang Liu)
|
2016-08-18 14:15:01 -07:00 |
|
Junping Du
|
d464483bf7
|
YARN-4676. Automatic and Asynchronous Decommissioning Nodes Status Tracking. Contributed by Diniel Zhi.
|
2016-08-18 07:23:29 -07:00 |
|
Steve Loughran
|
e39d81be80
|
HADOOP-13405 doc for fs.s3a.acl.default indicates incorrect values. Contributed by Shen Yinjie
|
2016-08-18 14:36:41 +01:00 |
|
Anu Engineer
|
ac8c3ae784
|
HADOOP-11786. Fix Javadoc typos in org.apache.hadoop.fs.FileSystem. Contributed by Andras Bokor.
|
2016-08-17 15:04:02 -07:00 |
|
Mingliang Liu
|
3ff4e6f3d9
|
HADOOP-13470. GenericTestUtils$LogCapturer is flaky. (Contributed by Mingliang Liu)
|
2016-08-16 17:36:21 -07:00 |
|
Mingliang Liu
|
9392fe3a6b
|
Revert "HADOOP-13470. GenericTestUtils$LogCapturer is flaky. (Contributed by Mingliang Liu)"
This reverts commit 23161c67cf1420de417461614d4af86fefe24f50.
|
2016-08-16 16:27:02 -07:00 |
|
Andrew Wang
|
c91e6f2828
|
HADOOP-13494. ReconfigurableBase can log sensitive information. Contributed by Sean Mackrory.
(cherry picked from commit 4b689e7a758a55cec2ca8398727feefc8ac21bfd)
|
2016-08-16 15:02:08 -07:00 |
|
Mingliang Liu
|
23161c67cf
|
HADOOP-13470. GenericTestUtils$LogCapturer is flaky. (Contributed by Mingliang Liu)
|
2016-08-15 20:38:40 -07:00 |
|
Mingliang Liu
|
f9a7e59066
|
HDFS-10678. Documenting NNThroughputBenchmark tool. (Contributed by Mingliang Liu)
|
2016-08-15 20:37:55 -07:00 |
|
Mingliang Liu
|
e36a913663
|
HDFS-10724. Document caller context config keys. (Contributed by Mingliang Liu)
(cherry picked from commit 4bcbef39f7ca07601092919a7f2bea531a2dfa07)
|
2016-08-15 20:36:11 -07:00 |
|
Xiao Chen
|
74156ee20a
|
HADOOP-13437. KMS should reload whitelist and default key ACLs when hot-reloading. Contributed by Xiao Chen.
(cherry picked from commit 9daa9979a1f92fb3230361c10ddfcc1633795c0e)
|
2016-08-15 18:18:31 -07:00 |
|
Varun Saxena
|
5c2f2ae7bc
|
HADOOP-13333. testConf.xml ls comparators in wrong order (Vrushali C via Varun Saxena)
|
2016-08-16 03:05:16 +05:30 |
|
Wei-Chiu Chuang
|
6d53e096b2
|
HADOOP-13190. Mention LoadBalancingKMSClientProvider in KMS HA documentation. Contributed by Wei-Chiu Chuang.
(cherry picked from commit db719ef125b11b01eab3353e2dc4b48992bf88d5)
|
2016-08-11 12:27:52 -07:00 |
|
Wei-Chiu Chuang
|
d4501ad0d8
|
HADOOP-13441. Document LdapGroupsMapping keystore password properties. Contributed by Yuanbo Liu.
(cherry picked from commit d892ae9576d07d01927443b6dc6c934a6c2f317f)
|
2016-08-11 11:58:18 -07:00 |
|
Zhe Zhang
|
00ff3d737c
|
HDFS-9888. Allow reseting KerberosName in unit tests. Contributed by Xiao Chen.
(cherry picked from commit 3e8099a45a4cfd4c5c0e3dce4370514cb2c90da9)
|
2016-08-11 11:32:54 -07:00 |
|
Zhe Zhang
|
7d402692b4
|
HDFS-9804. Allow long-running Balancer to login with keytab. Contributed by Xiao Chen.
(cherry picked from commit ccff6035f50769eb69701128ae61efc69e82609d)
|
2016-08-11 10:53:16 -07:00 |
|
Xiao Chen
|
01fc975ed9
|
HADOOP-13461. NPE in KeyProvider.rollNewVersion. Contributed by Colm O hEigeartaigh.
(cherry picked from commit e83be44af530d57d9c49cd989d030052548a068b)
|
2016-08-10 16:28:34 -07:00 |
|
Wei-Chiu Chuang
|
8efd4959f3
|
HDFS-8224. Schedule a block for scanning if its metadata file is corrupt. Contributed by Rushabh S Shah.
|
2016-08-10 11:34:59 -07:00 |
|
Chris Nauroth
|
f7ac0fd80a
|
HADOOP-13476. CredentialProviderFactory fails at class loading from libhdfs (JNI). Contributed by Aaron Fabbri.
(cherry picked from commit 4d4fe07c3cdd5c57c455ef91daac3686b753b9be)
|
2016-08-10 09:54:39 -07:00 |
|
Karthik Kambatla
|
2df34ab6e2
|
HADOOP-13299. JMXJsonServlet is vulnerable to TRACE. (Haibo Chen via kasha)
(cherry picked from commit 85422bb7c5d3e70a49f620ba1c8800e0ba4b64f2)
|
2016-08-09 13:47:19 -07:00 |
|
Kihwal Lee
|
47293d951f
|
HADOOP-13473. Tracing in IPC Server is broken. Contributed by Daryn Sharp.
(cherry picked from commit caf800d5290d8618003b764afb0b3ef8d9a5a0a8)
|
2016-08-09 14:36:26 -05:00 |
|
Masatake Iwasaki
|
427b54086e
|
HADOOP-13439. Fix race between TestMetricsSystemImpl and TestGangliaMetrics. Contributed by Chen Liang.
(cherry picked from commit 8f9b61852bf6600b65e49875fec172bac9e0a85d)
|
2016-08-09 09:59:47 +09:00 |
|
Sangjin Lee
|
660e321523
|
HADOOP-12747. support wildcard in libjars argument (sjlee)
(cherry picked from commit 0ad48aa2c8f41196743305c711ea19cc48f186da)
|
2016-08-08 17:57:33 -07:00 |
|
Wei-Chiu Chuang
|
cc20316b55
|
HADOOP-13395. Enhance TestKMSAudit. Contributed by Xiao Chen.
(cherry picked from commit 070548943a16370a74277d1b1d10b713e2ca81d0)
Conflicts:
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMSAudit.java
|
2016-08-08 15:16:14 -07:00 |
|
Lei Xu
|
2cd4092c81
|
HADOOP-13380. TestBasicDiskValidator should not write data to /tmp (Yufei Gu via lei)
(cherry picked from commit 6418edd6feeafc0204536e1860942eeb1cb1a9ce)
|
2016-08-08 15:06:45 -07:00 |
|
Arpit Agarwal
|
2dbe16c024
|
HADOOP-13457. Remove hardcoded absolute path for shell executable. (Chen Liang)
|
2016-08-08 12:36:30 -07:00 |
|
Jitendra Pandey
|
e9955b1806
|
HADOOP-10823. TestReloadingX509TrustManager is flaky. Contributed by Mingliang Liu.
|
2016-08-08 11:02:07 -07:00 |
|
Masatake Iwasaki
|
9cdd97a15e
|
HADOOP-13418. Fix javadoc warnings by JDK8 in hadoop-nfs package. Contributed by Kai Sasaki.
(cherry picked from commit 10ed06a0c96cbb8b70e03deeb5bb94df700f9518)
|
2016-08-06 12:25:05 +09:00 |
|
Wei-Chiu Chuang
|
d875dfef3d
|
HADOOP-13353. LdapGroupsMapping getPassward shouldn't return null when IOException throws. Contributed by Zhaohao Liang and Wei-Chiu Chuang.
(cherry picked from commit 49ba09a9221ad1e25e89800f6c455bbaad41483b)
|
2016-08-05 16:35:28 -07:00 |
|
Arpit Agarwal
|
4f74b5e793
|
HADOOP-13466. Add an AutoCloseableLock class. (Chen Liang)
|
2016-08-04 12:32:23 -07:00 |
|
Arpit Agarwal
|
365a27099c
|
HADOOP-13467. Shell#getSignalKillCommand should use the bash builtin on Linux. (Arpit Agarwal)
|
2016-08-04 10:08:23 -07:00 |
|
Kihwal Lee
|
c7fe1f5ec5
|
HADOOP-13442. Optimize UGI group lookups. Contributed by Daryn Sharp.
(cherry picked from commit 94225152399e6e89fa7b4cff6d17d33e544329a3)
|
2016-08-04 10:48:17 -05:00 |
|
Xiao Chen
|
bb10750067
|
HADOOP-13443. KMS should check the type of underlying keyprovider of KeyProviderExtension before falling back to default. Contributed by Anthony Young-Garner.
(cherry picked from commit 05db64913d8c620cf481f74219bac9b72cb142af)
|
2016-08-04 16:08:25 +08:00 |
|
Wei-Chiu Chuang
|
5964d65a4d
|
HADOOP-13458. LoadBalancingKMSClientProvider#doOp should log IOException stacktrace. Contributed by Chen Liang.
(cherry picked from commit a1f6564d31c16582ea949e4448091f1cc56c7dfe)
|
2016-08-03 14:27:33 -07:00 |
|
Jason Lowe
|
5a34fa670e
|
HADOOP-10980. TestActiveStandbyElector fails occasionally in trunk. Contributed by Eric Badger
(cherry picked from commit c82745432a962c817a8a7db92bb830fb6af01e33)
|
2016-08-03 20:19:52 +00:00 |
|
Kihwal Lee
|
9d62caa440
|
HADOOP-13483. Optimize IPC server protobuf decoding. Contributed by Daryn Sharp.
(cherry picked from commit 580a8334963709e728ed677c815fb7fef9bca70e)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/ProtobufRpcEngine.java
|
2016-08-03 14:12:13 -05:00 |
|
Kihwal Lee
|
dd21d242eb
|
HADOOP-13426. More efficiently build IPC responses. Contributed by Daryn Sharp.
(cherry picked from commit 2d8227605fe22c1c05f31729edc8939013763c05)
|
2016-08-03 09:33:04 -05:00 |
|
Arpit Agarwal
|
9850cf07fa
|
HDFS-9353. Code and comment mismatch in JavaKeyStoreProvider. (Andras Bokor)
|
2016-08-02 15:18:01 -07:00 |
|
Arpit Agarwal
|
158dd2d5a2
|
HADOOP-13434. Add bash quoting to Shell class. (Owen O'Malley)
|
2016-08-02 13:40:56 -07:00 |
|
Chris Nauroth
|
ec522a1907
|
HADOOP-13081. add the ability to create multiple UGIs/subjects from one kerberos login. Contributed by Sergey Shelukhin.
(cherry picked from commit 0458a2af6e925d023882714e8b7b0568eca7a775)
|
2016-08-02 12:43:51 -07:00 |
|
Kihwal Lee
|
41882bd5ff
|
HADOOP-13429. Dispose of unnecessary SASL servers. Contributed by Daryn Sharp.
(cherry picked from commit b3018e73ccae43484d9cb85eabae814eb7f050a6)
|
2016-08-02 10:52:10 -05:00 |
|
Akira Ajisaka
|
5469e128d3
|
HADOOP-13444. Replace org.apache.commons.io.Charsets with java.nio.charset.StandardCharsets. Contributed by Vincent Poon.
|
2016-08-02 10:17:33 +09:00 |
|
Xiao Chen
|
8fe4b2429a
|
HADOOP-13381. KMS clients should use KMS Delegation Tokens from current UGI. Contributed by Xiao Chen.
(cherry picked from commit 8ebf2e95d2053cb94c6ff87ca018811fe8276f2b)
Conflicts:
hadoop-common-project/hadoop-kms/src/test/java/org/apache/hadoop/crypto/key/kms/server/TestKMS.java
|
2016-07-28 18:39:59 -07:00 |
|
Xiao Chen
|
24d464a150
|
HDFS-9276. Failed to Update HDFS Delegation Token for long running application in HA mode. Contributed by Liangliang Gu and John Zhuge
(cherry picked from commit d9aae22fdf2ab22ae8ce4a9d32ac71b3dde084d3)
|
2016-07-28 16:41:31 -07:00 |
|
Chris Nauroth
|
df2ed6b2c4
|
HADOOP-13422. ZKDelegationTokenSecretManager JaasConfig does not work well with other ZK users in process. Contributed by Sergey Shelukhin.
(cherry picked from commit 255ea45e50e102505ee61eb0ba45ea93035abe3c)
|
2016-07-26 15:33:30 -07:00 |
|
Chris Nauroth
|
e6ba69b4db
|
HADOOP-13207. Specify FileSystem listStatus, listFiles and RemoteIterator. Contributed by Steve Loughran.
(cherry picked from commit 5fda66e4a38c7597bc0bc9c94748c8491b7f3750)
|
2016-07-22 15:38:34 -07:00 |
|
Chris Nauroth
|
382bcf21e7
|
HADOOP-13240. TestAclCommands.testSetfaclValidations fail. Contributed by John Zhuge.
(cherry picked from commit 43cf6b101dacd96bacfd199826b717f6946109af)
|
2016-07-21 14:12:39 -07:00 |
|