Andrew Wang
|
8bfaa80037
|
HADOOP-10965. Print fully qualified path in CommandWithDestination error messages. Contributed by John Zhuge.
|
2016-03-28 14:13:48 -07:00 |
|
Robert Kanter
|
8cac1bb09f
|
HADOOP-12954. Add a way to change hadoop.security.token.service.use_ip (rkanter)
|
2016-03-28 10:36:59 -07:00 |
|
Junping Du
|
90fcb16c0f
|
MAPREDUCE-6655. Fix a typo (STRICT_IE6) in Encrypted Shuffle. Contributed by Wei-Chiu Chuang.
|
2016-03-28 05:30:42 -07:00 |
|
Akira Ajisaka
|
01cfee6381
|
HADOOP-12873. Remove MRv1 terms from HttpAuthentication.md. Contributed by Brahma Reddy Battula.
|
2016-03-28 15:57:57 +09:00 |
|
Jason Lowe
|
9a09200a1f
|
HADOOP-12958. PhantomReference for filesystem statistics can trigger OOM. Contributed by Sangjin Lee
|
2016-03-25 22:58:04 +00:00 |
|
Andrew Wang
|
d4df7849a5
|
HADOOP-12962. KMS key names are incorrectly encoded when creating key. Contributed by Xiao Chen.
|
2016-03-25 15:28:53 -07:00 |
|
Andrew Wang
|
938222b2e2
|
HADOOP-12947. Update documentation Hadoop Groups Mapping to add static group mapping, negative cache. Contributed by Wei-Chiu Chuang.
|
2016-03-23 14:57:14 -07:00 |
|
Allen Wittenauer
|
738155063e
|
HADOOP-12857. rework hadoop-tools (aw)
|
2016-03-23 13:46:38 -07:00 |
|
Benoy Antony
|
e7ed05e4f5
|
HADOOP-12929. JWTRedirectAuthenticationHandler must accommodate null expiration time. Contributed by Larry McCay.
|
2016-03-21 13:19:43 -07:00 |
|
Andrew Wang
|
e3bb38d625
|
HDFS-9405. Warmup NameNode EDEK caches in background thread. Contributed by Xiao Chen.
|
2016-03-21 11:39:05 -07:00 |
|
Haohui Mai
|
ed1e23fe8f
|
HADOOP-12819. Migrate TestSaslRPC and related codes to rebase on ProtobufRpcEngine. Contributed by Kai Zheng.
|
2016-03-20 17:40:59 -07:00 |
|
Sangjin Lee
|
cd8b6889a7
|
HDFS-9579. Provide bytes-read-by-network-distance metrics at FileSystem.Statistics level (Ming Ma via sjlee)
|
2016-03-19 14:02:04 -07:00 |
|
Chris Nauroth
|
33239c9925
|
HADOOP-12926. lz4.c does not detect 64-bit mode properly. Contributed by Alan Burlison.
|
2016-03-18 16:33:01 -07:00 |
|
Steve Loughran
|
605fdcbb81
|
YARN-4593 Deadlock in AbstractService.getConfig() (stevel)
|
2016-03-16 14:35:24 +00:00 |
|
Steve Loughran
|
5a725f0ab8
|
HADOOP-12888 Shell to disable bash and setsid support when running under JVM security manager (Costin Leau via stevel)
|
2016-03-16 14:31:19 +00:00 |
|
Zhe Zhang
|
19e8f07691
|
HADOOP-12826. Rename the new Java coder and make it default. Contributed by Rui Li.
|
2016-03-14 16:45:32 -07:00 |
|
Tsz-Wo Nicholas Sze
|
1898810cda
|
HADOOP-12923. Move the test code in ipc.Client to test.
|
2016-03-14 15:48:01 -07:00 |
|
Colin Patrick Mccabe
|
658ee95ff3
|
HADOOP-11996. Improve and restructure native ISAL support (Kai Zheng via cmccabe)
|
2016-03-11 12:57:54 -08:00 |
|
Colin Patrick Mccabe
|
6e9a582eb1
|
HDFS-9942. Add an HTrace span when refreshing the groups for a username (cmccabe)
|
2016-03-11 12:26:40 -08:00 |
|
Steve Loughran
|
754299695b
|
Revert "HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims)"
This reverts commit 682adc6ba9 .
|
2016-03-11 17:00:17 +00:00 |
|
Masatake Iwasaki
|
682adc6ba9
|
HADOOP-12672. RPC timeout should not override IPC ping interval (iwasakims)
|
2016-03-11 15:03:40 +09:00 |
|
Li Lu
|
9a79b738c5
|
HADOOP-12906. AuthenticatedURL should convert a 404/Not Found into an FileNotFoundException. (Steve Loughran via gtcarrera9)
|
2016-03-10 11:38:31 -08:00 |
|
Harsh J
|
318c9b68b0
|
HADOOP-11404. Clarify the "expected client Kerberos principal is null" authorization message. Contributed by Stephen Chu
|
2016-03-10 17:05:09 +05:30 |
|
Arpit Agarwal
|
2e040d31c7
|
HADOOP-12903. IPC Server should allow suppressing exception logging by type, not log 'server too busy' messages. (Arpit Agarwal)
|
2016-03-08 23:29:43 -08:00 |
|
Akira Ajisaka
|
87c8005ad3
|
HADOOP-12688. Fix deadlinks in Compatibility.md. Contributed by Gabor Liptak.
|
2016-03-09 15:35:51 +09:00 |
|
Chris Nauroth
|
89b16d27e2
|
HADOOP-12905. Clean up CHANGES.txt RAT exclusions from pom.xml files. Contributed by Chris Nauroth.
|
2016-03-08 21:22:06 -08:00 |
|
Allen Wittenauer
|
55f73a1cbd
|
HADOOP-12798. Update changelog and release notes (2016-03-04) (aw)
|
2016-03-08 16:48:38 -08:00 |
|
Andrew Wang
|
a3cc6e2511
|
HADOOP-12895. SSLFactory#createSSLSocketFactory exception message is wrong. Contributed by Wei-Chiu Chuang.
|
2016-03-08 13:51:48 -08:00 |
|
Akira Ajisaka
|
f86850b544
|
HADOOP-12860. Expand section "Data Encryption on HTTP" in SecureMode documentation. Contributed by Wei-Chiu Chuang.
|
2016-03-08 14:28:47 +09:00 |
|
Arpit Agarwal
|
c2140d05ef
|
HDFS-9882. Add heartbeatsTotal in Datanode metrics. (Contributed by Hua Liu)
|
2016-03-07 21:10:24 -08:00 |
|
Ming Ma
|
49eedc7ff0
|
HADOOP-12789. log classpath of ApplicationClassLoader at INFO level. (Sangjin Lee via mingma)
|
2016-03-07 20:26:19 -08:00 |
|
Andrew Wang
|
391da36d93
|
HADOOP-12901. Add warning log when KMSClientProvider cannot create a connection to the KMS server. (Xiao Chen via wang)
|
2016-03-07 14:00:02 -08:00 |
|
Chris Nauroth
|
2759689d7d
|
HDFS-9239. DataNode Lifeline Protocol: an alternative protocol for reporting DataNode liveness. Contributed by Chris Nauroth.
|
2016-03-04 15:29:50 -08:00 |
|
Zhe Zhang
|
3e8099a45a
|
HDFS-9888. Allow reseting KerberosName in unit tests. Contributed by Xiao Chen.
|
2016-03-04 09:48:05 -08:00 |
|
Masatake Iwasaki
|
cbd31328a6
|
HADOOP-12470. In-page TOC of documentation should be automatically generated by doxia macro (iwasakims)
|
2016-03-04 14:11:36 +09:00 |
|
Andrew Wang
|
1bc454615e
|
HADOOP-11792. Remove all of the CHANGES.txt files.
|
2016-03-03 21:02:31 -08:00 |
|
Akira Ajisaka
|
0a9f00af5e
|
HADOOP-12872. Fix formatting in ServiceLevelAuth.md. Contributed by Brahma Reddy Battula.
|
2016-03-03 23:32:30 +09:00 |
|
Akira Ajisaka
|
1c3136cbd8
|
HADOOP-12871. Fix dead link to NativeLibraries.html in CommandsManual.md. Contributed by Brahma Reddy Battula.
|
2016-03-03 23:22:35 +09:00 |
|
Akira Ajisaka
|
eb864d35d6
|
HADOOP-12870. Fix typo admininistration in CommandsManual.md. Contributed by John Zhuge.
|
2016-03-03 18:46:48 +09:00 |
|
Masatake Iwasaki
|
f70e317ccc
|
HADOOP-12793. Write a new group mapping service guide (Wei-Chiu Chuang via iwasakims)
|
2016-03-03 17:14:32 +09:00 |
|
Arpit Agarwal
|
27941a1811
|
HDFS-9534. Add CLI command to clear storage policy from a path. (Contributed by Xiaobing Zhou)
|
2016-03-02 18:35:28 -08:00 |
|
Colin Patrick Mccabe
|
700b0e4019
|
HDFS-9835. OIV: add ReverseXML processor which reconstructs an fsimage from an XML file (cmccabe)
|
2016-03-02 17:56:11 -08:00 |
|
Andrew Wang
|
480302b4ba
|
HADOOP-12859. Disable hiding field style checks in class setters. Contributed by Kai Zheng.
|
2016-03-02 09:40:30 -08:00 |
|
Chris Nauroth
|
f98dff329b
|
HADOOP-12853. Change WASB documentation regarding page blob support. Contributed by Madhumita Chakraborty.
|
2016-03-01 13:18:42 -08:00 |
|
Akira Ajisaka
|
44d9bac1f5
|
Add HADOOP-12843 to 2.8.0 in CHANGES.txt.
|
2016-03-02 00:24:38 +09:00 |
|
Chris Nauroth
|
d251e55415
|
HADOOP-12851. S3AFileSystem Uptake of ProviderUtils.excludeIncompatibleCredentialProviders. Contributed by Larry McCay.
|
2016-02-29 21:59:52 -08:00 |
|
Uma Maheswara Rao G
|
307ec80aca
|
HDFS-9733. Refactor DFSClient#getFileChecksum and DataXceiver#blockChecksum. Contributed by Kai Zheng
|
2016-02-29 21:52:20 -08:00 |
|
Karthik Kambatla
|
680f3fc02d
|
HADOOP-10321. TestCompositeService should cover all enumerations of adding a service to a parent service. (Ray Chiang via kasha)
|
2016-02-29 18:59:59 -08:00 |
|
Jian He
|
d8f390d015
|
HADOOP-12622. Improve the loggings in RetryPolicies and RetryInvocationHandler. Contributed by Junping Du
|
2016-02-29 16:24:05 -08:00 |
|
Haohui Mai
|
0fa54d45b1
|
HADOOP-12813. Migrate TestRPC and related codes to rebase on ProtobufRpcEngine. Contributed by Kai Zheng.
|
2016-02-29 11:41:00 -08:00 |
|