Tsuyoshi Ozawa
|
9850e1584b
|
HADOOP-11316. "mvn package -Pdist,docs -DskipTests -Dtar" fails because of non-ascii characters. (ozawa)
|
2015-01-28 22:01:16 +09:00 |
|
Tsuyoshi Ozawa
|
20a4768397
|
HADOOP-11317. Increment SLF4J version to 1.7.10. Contributed by Tim Robertson.
|
2015-01-28 21:55:09 +09:00 |
|
yliu
|
ee1e06a3ab
|
HADOOP-11469. KMS should skip default.key.acl and whitelist.key.acl when loading key acl. (Dian Fu via yliu)
|
2015-01-28 00:07:21 +08:00 |
|
Aaron T. Myers
|
8bf6f0b703
|
HADOOP-10626. Limit Returning Attributes for LDAP search. Contributed by Jason Hubbard.
|
2015-01-27 13:53:35 -08:00 |
|
Jing Zhao
|
2848db814a
|
HDFS-3689. Add support for variable length block. Contributed by Jing Zhao.
|
2015-01-27 12:58:10 -08:00 |
|
Haohui Mai
|
543064e89d
|
HADOOP-4297. Enable Java assertions when running tests. Contributed by Tsz Wo Nicholas Sze.
|
2015-01-27 11:05:55 -08:00 |
|
Xuan
|
0bf333911c
|
HADOOP-11509. Change parsing sequence in GenericOptionsParser to parse
-D parameters before -files. Contributed by Xuan Gong
|
2015-01-26 15:35:35 -08:00 |
|
Steve Loughran
|
1f2b6956c2
|
HADOOP-6221 RPC Client operations cannot be interrupted (stevel)
|
2015-01-26 22:04:56 +00:00 |
|
Colin Patrick Mccabe
|
21d5599067
|
HADOOP-11466: move to 2.6.1
|
2015-01-26 11:28:31 -08:00 |
|
Jason Lowe
|
7574df1bba
|
HADOOP-11499. Check of executorThreadsStarted in ValueQueue#submitRefillTask() evades lock acquisition. Contributed by Ted Yu
|
2015-01-26 16:56:14 +00:00 |
|
Tsuyoshi Ozawa
|
7b82c4ab4e
|
HADOOP-11450. Cleanup DistCpV1 not to use deprecated methods and fix javadocs. Contributed by Varun Saxena.
|
2015-01-26 12:58:38 +09:00 |
|
Steve Loughran
|
35f64962fc
|
HADOOP-11419 improve hadoop-maven-plugins. (Hervé Boutemy via stevel)
|
2015-01-25 16:13:16 +00:00 |
|
Konstantin V Shvachko
|
3ea353e7b9
|
Move truncate related messages in CHANGES.txt to branch 2 section. (shv)
|
2015-01-24 17:49:22 -08:00 |
|
Andrew Wang
|
4b00935643
|
HADOOP-11482. Use correct UGI when KMSClientProvider is called by a proxy user. Contributed by Arun Suresh.
|
2015-01-23 12:11:15 -08:00 |
|
Steve Loughran
|
56df5f41eb
|
HADOOP-11507 Hadoop RPC Authentication problem with different user locale. (Talat UYARER via stevel)
|
2015-01-23 19:37:03 +00:00 |
|
Akira Ajisaka
|
aee4500612
|
HADOOP-11493. Fix some typos in kms-acls.xml description. (Contributed by Charles Lamb)
|
2015-01-23 11:48:19 +09:00 |
|
Allen Wittenauer
|
fcf1058b45
|
HADOOP-11008. Remove duplicated description about proxy-user in site documents (Masatake Iwasaki via aw)
|
2015-01-22 14:30:21 -08:00 |
|
Tsuyoshi Ozawa
|
825923f7b9
|
HADOOP-11500. InputStream is left unclosed in ApplicationClassLoader. Contributed by Ted Yu.
|
2015-01-23 00:50:19 +09:00 |
|
Tsuyoshi Ozawa
|
786dbdfad8
|
HADOOP-11209. Configuration#updatingResource/finalParameters are not thread-safe. Contributed by Varun Saxena.
|
2015-01-22 14:15:59 +09:00 |
|
Colin Patrick Mccabe
|
ee7d22e90c
|
HADOOP-11466. FastByteComparisons: do not use UNSAFE_COMPARER on the SPARC architecture because it is slower there (Suman Somasundar via Colin P. McCabe)
|
2015-01-21 16:33:02 -08:00 |
|
Konstantin V Shvachko
|
a0521bc83a
|
HADOOP-11490. Expose truncate API via FileSystem and shell command. Contributed by Milan Desai.
|
2015-01-21 16:00:49 -08:00 |
|
cnauroth
|
925c9fed33
|
HADOOP-10668. Addendum patch to fix TestZKFailoverController. Contributed by Ming Ma.
|
2015-01-21 11:52:48 -08:00 |
|
Jason Lowe
|
07b0806036
|
HADOOP-11327. BloomFilter#not() omits the last bit, resulting in an incorrect filter. Contributed by Eric Payne
|
2015-01-21 19:04:29 +00:00 |
|
Allen Wittenauer
|
42715547f0
|
HADOOP-11256. Some site docs have inconsistent appearance (Masatake Iwasaki via aw)
|
2015-01-21 08:44:22 -08:00 |
|
yliu
|
fc20129c56
|
HDFS-7623. Add htrace configuration properties to core-default.xml and update user doc about how to enable htrace. (yliu)
|
2015-01-21 00:59:47 +08:00 |
|
Tsuyoshi Ozawa
|
c94c0d2c56
|
HADOOP-11489. Dropping dependency on io.netty from hadoop-nfs' pom.xml. Contributed by Ted Yu.
|
2015-01-20 15:26:17 +09:00 |
|
cnauroth
|
7fc1f2f5cf
|
HADOOP-10668. TestZKFailoverControllerStress#testExpireBackAndForth occasionally fails. Contributed by Ming Ma.
|
2015-01-19 11:28:30 -08:00 |
|
Steve Loughran
|
2908fe4ec5
|
HADOOP-11171 Enable using a proxy server to connect to S3a. (Thomas Demoor via stevel)
|
2015-01-17 18:40:50 +00:00 |
|
Steve Loughran
|
c6c0f4eb25
|
HADOOP-10542 Potential null pointer dereference in Jets3tFileSystemStore retrieveBlock(). (Ted Yu via stevel)
|
2015-01-17 18:26:26 +00:00 |
|
Karthik Kambatla
|
84198564ba
|
YARN-2984. Metrics for container's actual memory usage. (kasha)
|
2015-01-17 05:44:04 +05:30 |
|
Steve Loughran
|
000ca83ea3
|
HADOOP-11261 Set custom endpoint for S3A. (Thomas Demoor via stevel)
|
2015-01-16 10:15:51 +00:00 |
|
Haohui Mai
|
3ab3a64988
|
HADOOP-11350. The size of header buffer of HttpServer is too small when HTTPS is enabled. Contributed by Benoy Antony.
|
2015-01-15 16:17:30 -08:00 |
|
Robert Kanter
|
b6ff9c03a4
|
HADOOP-8757. Metrics should disallow names with invalid characters (rchiang via rkanter)
|
2015-01-15 11:39:43 -08:00 |
|
Arpit Agarwal
|
a6efbb21c2
|
HDFS-7591. hdfs classpath command should support same options as hadoop classpath. (Contributed by Varun Saxena)
|
2015-01-15 11:02:17 -08:00 |
|
Akira Ajisaka
|
ce29074685
|
HADOOP-11318. Update the document for hadoop fs -stat
|
2015-01-16 00:55:20 +09:00 |
|
Akira Ajisaka
|
db51548f70
|
HADOOP-11483. HardLink.java should use the jdk7 createLink method
|
2015-01-15 20:54:44 +09:00 |
|
Colin Patrick Mccabe
|
5805dc0f04
|
Add CHANGES.txt for HADOOP-11481
|
2015-01-14 18:06:04 -08:00 |
|
Colin Patrick Mccabe
|
a5a033c7ca
|
HDFS-7067. ClassCastException while using a key created by keytool to create encryption zone. (Charles Lamb via Colin P. McCabe)
|
2015-01-14 17:42:59 -08:00 |
|
Xuan
|
d15cbae73c
|
YARN-2807. Option "--forceactive" not works as described in usage of
"yarn rmadmin -transitionToActive". Contributed by Masatake Iwasaki
|
2015-01-14 11:04:03 -08:00 |
|
Arpit Agarwal
|
c4cba6165a
|
HADOOP-11465. Fix findbugs warnings in hadoop-gridmix. (Contributed by Varun Saxena)
|
2015-01-12 21:22:58 -08:00 |
|
Ravi Prakash
|
f3507fa35c
|
HADOOP-11473. test-patch says "-1 overall" even when all checks are +1
(Jason Lowe via raviprak)
|
2015-01-12 14:20:11 -08:00 |
|
Ravi Prakash
|
4d29142100
|
HADOOP-11400. GraphiteSink does not reconnect to Graphite after 'broken pipe'
(Kamil Gorlo via raviprak)
|
2015-01-10 08:35:40 -08:00 |
|
Brandon Li
|
09d31bc630
|
HADOOP-9992. Modify the NN loadGenerator to optionally run as a MapReduce job. Contributed by Akshay Radia
|
2015-01-09 17:24:22 -08:00 |
|
cnauroth
|
8c3e888dcd
|
HADOOP-11464. Reinstate support for launching Hadoop processes on Windows using Cygwin. Contributed by Chris Nauroth.
|
2015-01-09 15:01:50 -08:00 |
|
Benoy Antony
|
20625c8f04
|
HADOOP-10651. Add ability to restrict service access using IP addresses and hostnames. (Benoy Antony)
|
2015-01-08 10:06:48 -08:00 |
|
Tsuyoshi Ozawa
|
a6ed4894b5
|
HADOOP-11032. Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)
|
2015-01-08 14:51:57 +09:00 |
|
Tsuyoshi Ozawa
|
9886396400
|
Revert "Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)" because of missing JIRA's number.
This reverts commit 2eba7eb9af .
|
2015-01-08 14:35:08 +09:00 |
|
Tsuyoshi Ozawa
|
2eba7eb9af
|
Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)
|
2015-01-08 14:21:30 +09:00 |
|
cnauroth
|
3ed0aed3cc
|
HADOOP-11462. TestSocketIOWithTimeout needs change for PowerPC platform. Contributed by Ayappan.
|
2015-01-07 12:24:10 -08:00 |
|
Brandon Li
|
788ee35e2b
|
HDFS-7564. NFS gateway dynamically reload UID/GID mapping file /etc/nfs.map. Contributed by Yongjun Zhang
|
2015-01-06 16:19:39 -08:00 |
|