Junping Du
|
f59b698fc9
|
HADOOP-10062. race condition in MetricsSystemImpl#publishMetricsNow that causes incorrect results. (Contributed by Sangjin Lee)
(cherry picked from commit 0b567f424673b5cea1c3bc23b2bd268ef6b7625f)
|
2015-02-04 19:12:21 -08:00 |
|
Karthik Kambatla
|
fcf3dc5977
|
HADOOP-11492. Bump up curator version to 2.7.1. (Arun Suresh and Karthik Kambatla via kasha)
(cherry picked from commit 55235d28c3641ff5f1c05c53dd7271cafc131926)
|
2015-02-04 14:00:44 -08:00 |
|
cnauroth
|
196443318f
|
HADOOP-11547. hadoop-common native compilation fails on Windows due to missing support for __attribute__ declaration. Contributed by Chris Nauroth.
(cherry picked from commit a35e86c6701ffec263966bab31bd9368923c7e80)
|
2015-02-04 12:07:13 -08:00 |
|
Andrew Wang
|
696266e99c
|
HDFS-7734. Class cast exception in NameNode#main. Contributed by Yi Liu.
(cherry picked from commit 9175105eeaecf0a1d60b57989b73ce45cee4689b)
|
2015-02-04 11:31:49 -08:00 |
|
cnauroth
|
85b2739508
|
HADOOP-11548. checknative should display a nicer error message when openssl support is not compiled in. Contributed by Anu Engineer.
(cherry picked from commit 064e0770a0f32e7f32a7ba16c71394d7e75a3eb3)
|
2015-02-04 10:01:39 -08:00 |
|
Akira Ajisaka
|
5c5139d35f
|
HADOOP-11544. Remove unused configuration keys for tracing. Contributed by Masatake Iwasaki.
(cherry picked from commit 42548f4dc2b2e8ace891b970c2c6712c02bb43ea)
|
2015-02-04 04:20:08 -08:00 |
|
Robert Kanter
|
410830fe8c
|
YARN-3022. Expose Container resource information from NodeManager for monitoring (adhoot via ranter)
(cherry picked from commit f7a77819a1e4ff394e110941c1f8dd80f47dd38f)
|
2015-02-03 10:39:51 -08:00 |
|
cnauroth
|
aee297ccea
|
HADOOP-10181. GangliaContext does not work with multicast ganglia setup. Contributed by Andrew Johnson.
(cherry picked from commit 8004a002307940176cc188657c68e85171a5b5a8)
Conflicts:
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/metrics/ganglia/GangliaContext.java
|
2015-02-02 11:16:13 -08:00 |
|
Benoy Antony
|
f3ed5b68ca
|
HADOOP-11494. Lock acquisition on WrappedInputStream#unwrappedRpcBuffer may race with another thread. Contributed by Ted Yu.
(cherry picked from commit 3472e3bd6c50558870b86c9ccfea5072385fa991)
|
2015-02-02 10:46:54 -08:00 |
|
Harsh J
|
648510e031
|
HADOOP-11488. Difference in default connection timeout for S3A FS. Contributed by Daisuke Kobayashi.
(cherry picked from commit ffc75d6ebe4912f20f4f4870d2a50abbe4557bfa)
|
2015-02-01 00:17:24 +05:30 |
|
Gera Shegalov
|
151e147e64
|
HADOOP-11432. Fix SymlinkBaseTest#testCreateLinkUsingPartQualPath2. (Liang Xie via gera)
(cherry picked from commit 26c2de36e2dd1b2ddedc155e49fb2ec31366d5f8)
|
2015-01-30 18:47:03 -08:00 |
|
Colin Patrick Mccabe
|
80381b62aa
|
HADOOP-11498. Bump the version of HTrace to 3.1.0-incubating (Masatake Iwasaki via Colin P. McCabe)
(cherry picked from commit 09ad9a868a89922e9b55b3e7c5b9f41fa54d3770)
|
2015-01-30 16:02:36 -08:00 |
|
Kihwal Lee
|
3a01984bda
|
HADOOP-9137. Support connection limiting in IPC server. Contributed by Kihwal Lee.
(cherry picked from commit 8dc59cb9e0f8d300991a437c1b42f1e4e495cfe4)
|
2015-01-30 17:22:48 -06:00 |
|
Colin Patrick Mccabe
|
e8d154baea
|
HADOOP-11403. Avoid using sys_errlist on Solaris, which lacks support for it (Malcolm Kavalsky via Colin P. McCabe)
(cherry picked from commit e36ef3b4022a8527cdfa937c4ffc9d46e71cfe28)
|
2015-01-29 15:48:59 -08:00 |
|
Akira Ajisaka
|
71c60af84e
|
HADOOP-10525. Remove DRFA.MaxBackupIndex config from log4j.properties (aajisaka)
(cherry picked from commit 03a5e04d5b6ec89219769868466e3b4913b0fff6)
|
2015-01-29 16:18:07 +09:00 |
|
Tsuyoshi Ozawa
|
71db37266b
|
HADOOP-11316. "mvn package -Pdist,docs -DskipTests -Dtar" fails because of non-ascii characters. (ozawa)
(cherry picked from commit 9850e1584b7bb47c39d777d6fc4931dd54fbaea7)
|
2015-01-28 22:01:38 +09:00 |
|
Aaron T. Myers
|
3c8d3816c6
|
HADOOP-10626. Limit Returning Attributes for LDAP search. Contributed by Jason Hubbard.
(cherry picked from commit 8709751e1ee9a2c5553823dcd715bd077052ad7f)
|
2015-01-27 13:51:19 -08:00 |
|
Haohui Mai
|
3d6318b51b
|
HADOOP-4297. Enable Java assertions when running tests. Contributed by Tsz Wo Nicholas Sze.
|
2015-01-27 11:06:15 -08:00 |
|
Xuan
|
f93fa39384
|
HADOOP-11509. Change parsing sequence in GenericOptionsParser to parse
-D parameters before -files. Contributed by Xuan Gong
(cherry picked from commit 0bf333911c950f22ec0f784bf465306e20b0d507)
|
2015-01-26 15:37:14 -08:00 |
|
Steve Loughran
|
0ada35c912
|
HADOOP-6221 RPC Client operations cannot be interrupted (stevel)
|
2015-01-26 22:04:45 +00:00 |
|
Jason Lowe
|
a389056afa
|
HADOOP-11499. Check of executorThreadsStarted in ValueQueue#submitRefillTask() evades lock acquisition. Contributed by Ted Yu
(cherry picked from commit 7574df1bba33919348d3009f2578d6a81b5818e6)
|
2015-01-26 16:57:12 +00:00 |
|
Konstantin V Shvachko
|
de66227a57
|
HADOOP-11490. Expose truncate API via FileSystem and shell command. Contributed by Milan Desai.
|
2015-01-24 17:28:34 -08:00 |
|
Andrew Wang
|
7b69719455
|
HADOOP-11482. Use correct UGI when KMSClientProvider is called by a proxy user. Contributed by Arun Suresh.
(cherry picked from commit 4b00935643f6c3656ccbd7eeb54884738bc12c2e)
|
2015-01-23 12:11:29 -08:00 |
|
Steve Loughran
|
28d165d9a5
|
HADOOP-11507 Hadoop RPC Authentication problem with different user locale. (Talat UYARER via stevel)
|
2015-01-23 19:36:37 +00:00 |
|
Allen Wittenauer
|
03ee9e344f
|
HADOOP-11008. Remove duplicated description about proxy-user in site documents (Masatake Iwasaki via aw)
|
2015-01-22 14:30:35 -08:00 |
|
Tsuyoshi Ozawa
|
7191efe25f
|
HADOOP-11500. InputStream is left unclosed in ApplicationClassLoader. Contributed by Ted Yu.
(cherry picked from commit 825923f7b9a8771ff5b3f08646e96304d1acc367)
|
2015-01-23 00:50:43 +09:00 |
|
Tsuyoshi Ozawa
|
1435b2002b
|
HADOOP-11209. Configuration#updatingResource/finalParameters are not thread-safe. Contributed by Varun Saxena.
(cherry picked from commit 786dbdfad8991a99d71bdd861e0b5014669a422c)
|
2015-01-22 14:16:52 +09:00 |
|
Colin Patrick Mccabe
|
2c69f8cf81
|
HADOOP-11466. FastByteComparisons: do not use UNSAFE_COMPARER on the SPARC architecture because it is slower there (Suman Somasundar via Colin P. McCabe)
(cherry picked from commit ee7d22e90ce67de3e7ee92f309c048a1d4be0bbe)
|
2015-01-21 17:06:38 -08:00 |
|
cnauroth
|
2a69775610
|
HADOOP-10668. Addendum patch to fix TestZKFailoverController. Contributed by Ming Ma.
(cherry picked from commit 925c9fed3311ea1fd8f5ed1cb6b1c0abc5c90425)
|
2015-01-21 11:53:02 -08:00 |
|
Jason Lowe
|
57a53acad4
|
HADOOP-11327. BloomFilter#not() omits the last bit, resulting in an incorrect filter. Contributed by Eric Payne
(cherry picked from commit 07b08060369caf34f248745a10bda61fb0a3ef23)
|
2015-01-21 19:07:26 +00:00 |
|
yliu
|
3f37354daa
|
HDFS-7623. Add htrace configuration properties to core-default.xml and update user doc about how to enable htrace. (yliu)
|
2015-01-21 00:57:51 +08:00 |
|
cnauroth
|
a70e2c15be
|
HADOOP-10668. TestZKFailoverControllerStress#testExpireBackAndForth occasionally fails. Contributed by Ming Ma.
(cherry picked from commit 7fc1f2f5cf4312d72aeffb1a9cef497d00c60adb)
|
2015-01-19 11:28:42 -08:00 |
|
Karthik Kambatla
|
4d8fa9615f
|
YARN-2984. Metrics for container's actual memory usage. (kasha)
(cherry picked from commit 84198564ba6028d51c1fcf9cdcb87f6ae6e08513)
|
2015-01-17 06:26:47 +05:30 |
|
Arpit Agarwal
|
f72e2bfedd
|
HDFS-7591. hdfs classpath command should support same options as hadoop classpath. (Contributed by Varun Saxena)
|
2015-01-16 09:37:54 -08:00 |
|
Haohui Mai
|
2e4df87104
|
HADOOP-11350. The size of header buffer of HttpServer is too small when HTTPS is enabled. Contributed by Benoy Antony.
|
2015-01-15 16:22:20 -08:00 |
|
Allen Wittenauer
|
450561a934
|
HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw) (missed some files)
|
2015-01-15 11:57:48 -08:00 |
|
Allen Wittenauer
|
c060d60a40
|
HADOOP-8989. hadoop fs -find feature (Jonathan Allen via aw)
|
2015-01-15 11:56:16 -08:00 |
|
Robert Kanter
|
24a8b8e5a7
|
HADOOP-8757. Metrics should disallow names with invalid characters (rchiang via rkanter)
(cherry picked from commit b6ff9c03a4f8aba945e562a7ff60b0fc6a1cd040)
|
2015-01-15 11:42:15 -08:00 |
|
Akira Ajisaka
|
8682382c16
|
HADOOP-11318. Update the document for hadoop fs -stat
(cherry picked from commit ce29074685abaa88ae9586fe8277aca23f9d54d6)
Conflicts:
hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
|
2015-01-16 01:09:37 +09:00 |
|
Akira Ajisaka
|
0f33d45948
|
HADOOP-11483. HardLink.java should use the jdk7 createLink method
(cherry picked from commit db51548f706ccd2d0200745ab89e27610c6d10bc)
|
2015-01-15 21:01:59 +09:00 |
|
Colin Patrick Mccabe
|
e6a251ff68
|
HDFS-7067. ClassCastException while using a key created by keytool to create encryption zone. (Charles Lamb via Colin P. McCabe)
(cherry picked from commit a5a033c7ca130528f8c509b035fc090ad4eb981a)
|
2015-01-14 18:04:32 -08:00 |
|
Xuan
|
79c8f4dcba
|
YARN-2807. Option "--forceactive" not works as described in usage of
"yarn rmadmin -transitionToActive". Contributed by Masatake Iwasaki
(cherry picked from commit d15cbae73c7ae22d5d60d8cba16cba565e8e8b20)
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-site/src/site/apt/YarnCommands.apt.vm
|
2015-01-14 11:18:10 -08:00 |
|
Ravi Prakash
|
619fbf1fa4
|
HADOOP-11400. GraphiteSink does not reconnect to Graphite after 'broken pipe'
(Kamil Gorlo via raviprak)
(cherry picked from commit 4d2914210053f28c95094aa59e48f8e84c55a2c7)
|
2015-01-10 08:37:35 -08:00 |
|
Brandon Li
|
d847363821
|
HADOOP-9992. Modify the NN loadGenerator to optionally run as a MapReduce job. Contributed by Akshay Radia
(cherry picked from commit 09d31bc63035a71620657ab3f787047799bdcd14)
|
2015-01-09 17:25:19 -08:00 |
|
cnauroth
|
9a7c763b3f
|
HADOOP-11464. Reinstate support for launching Hadoop processes on Windows using Cygwin. Contributed by Chris Nauroth.
|
2015-01-09 15:01:33 -08:00 |
|
Benoy Antony
|
832ae27f83
|
HADOOP-10651. Add ability to restrict service access using IP addresses and hostnames. (Benoy Antony)
(cherry picked from commit 20625c8f048701c9516da159b24c0b33983e4bb7)
|
2015-01-08 10:09:55 -08:00 |
|
Tsuyoshi Ozawa
|
132fd6ba58
|
HADOOP-11032. Replace use of Guava's Stopwatch with Hadoop's StopWatch. (ozawa)
(cherry picked from commit a6ed4894b518351bf1b3290e725a475570a21296)
Conflicts:
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-nativetask/src/test/java/org/apache/hadoop/mapred/nativetask/kvtest/KVJob.java
|
2015-01-08 15:00:02 +09:00 |
|
cnauroth
|
adf49e4b94
|
HADOOP-11462. TestSocketIOWithTimeout needs change for PowerPC platform. Contributed by Ayappan.
(cherry picked from commit 3ed0aed3cc4c2c7f96d3c5dd95d8dcd4eb8e888a)
|
2015-01-07 12:24:25 -08:00 |
|
Brandon Li
|
36367209a1
|
HDFS-7564. NFS gateway dynamically reload UID/GID mapping file /etc/nfs.map. Contributed by Yongjun Zhang
(cherry picked from commit 788ee35e2bf0f3d445e03e6ea9bd02c40c8fdfe3)
|
2015-01-06 16:20:39 -08:00 |
|
Jason Lowe
|
2b408d8dc7
|
HADOOP-11445. Bzip2Codec: Data block is skipped when position of newly created stream is equal to start of split. Contributed by Ankit Kamboj
(cherry picked from commit d02fb53750bc592c23ba470ae82eb6f47d9a00ec)
|
2015-01-06 21:20:31 +00:00 |
|