Jian He
|
ac9489f7fc
|
YARN-6804. Allow custom hostname for docker containers in native services. Contributed by Billie Rinaldi
|
2017-07-25 09:57:14 -07:00 |
|
Brahma Reddy Battula
|
2054324d47
|
Revert "YARN-6804. [YARN core changes] Allow custom hostname for docker containers in native services. Contributed by Billie Rinaldi"
This reverts commit 4a771d9010 .
|
2017-07-23 12:56:18 +08:00 |
|
Jian He
|
4a771d9010
|
YARN-6804. [YARN core changes] Allow custom hostname for docker containers in native services. Contributed by Billie Rinaldi
|
2017-07-21 11:31:33 -07:00 |
|
Andrew Wang
|
af2773f609
|
Updating version for 3.0.0-beta1 development
|
2017-06-29 17:57:40 -07:00 |
|
Andrew Wang
|
16ad896d5c
|
Update maven version for 3.0.0-alpha4 development
|
2017-05-26 14:09:44 -07:00 |
|
Jian He
|
6d95866dcf
|
YARN-6332. Make RegistrySecurity use short user names for ZK ACLs. Contributed by Billie Rinaldi
|
2017-03-16 12:59:55 +08:00 |
|
Andrew Wang
|
5d8b80ea9b
|
Preparing for 3.0.0-alpha3 development
|
2017-01-19 15:50:07 -08:00 |
|
Jian He
|
efc8faa1ba
|
YARN-6104. RegistrySecurity overrides zookeeper sasl system properties. Contributed by Billie Rinaldi
|
2017-01-19 10:18:59 -08:00 |
|
Robert Kanter
|
72fe546841
|
YARN-5963. Spelling errors in logging and exceptions for node manager, client, web-proxy, common, and app history code (gsohn via rkanter)
|
2016-12-07 15:07:25 -08:00 |
|
Akira Ajisaka
|
6f8074298d
|
YARN-5713. Update jackson from 1.9.13 to 2.x in hadoop-yarn.
|
2016-11-22 10:20:31 +09:00 |
|
Chris Douglas
|
76a1042980
|
YARN-3460. TestSecureRMRegistryOperations fails with IBM_JAVA. Contributed by Pascal Oliva
|
2016-10-28 16:49:36 -07:00 |
|
mattf-horton
|
12aa184479
|
HADOOP-13382. Remove unneeded commons-httpclient dependencies from POM files in Hadoop and sub-projects, while adding it in to the only place it is still needed, hadoop-openstack. Contributed by Matt Foley.
|
2016-07-21 14:43:57 -07:00 |
|
Andrew Wang
|
da456ffd62
|
Preparing for 3.0.0-alpha2 development
|
2016-07-15 19:04:17 -07:00 |
|
Jason Lowe
|
8c8a377cac
|
YARN-5206. RegistrySecurity includes id:pass in exception text if considered invalid. Contributed by Steve Loughran
|
2016-06-08 14:11:25 +00:00 |
|
Andrew Wang
|
3c5c57af28
|
HADOOP-13142. Change project version from 3.0.0 to 3.0.0-alpha1.
|
2016-05-12 18:27:28 -07:00 |
|
Andrew Wang
|
ca5613af91
|
Revert "Update project version to 3.0.0-alpha1-SNAPSHOT."
This reverts commit 6b53802cba .
|
2016-05-12 15:32:45 -07:00 |
|
Andrew Wang
|
6b53802cba
|
Update project version to 3.0.0-alpha1-SNAPSHOT.
|
2016-05-12 11:05:05 -07:00 |
|
Jing Zhao
|
63e5412f1a
|
HDFS-9427. HDFS should not default to ephemeral ports. Contributed by Xiaobing Zhou.
|
2016-04-22 15:14:40 -07:00 |
|
Akira Ajisaka
|
1ff27f9d12
|
YARN-4630. Remove useless boxing/unboxing code. Contributed by Kousuke Saruta.
|
2016-04-11 14:55:03 +09:00 |
|
Varun Vasudev
|
fa00d3e205
|
YARN-4655. Log uncaught exceptions/errors in various thread pools in YARN. Contributed by Sidharta Seethana.
|
2016-02-11 12:06:42 +05:30 |
|
Andrew Wang
|
0eb9b19325
|
HADOOP-12369. Point hadoop-project/pom.xml java.security.krb5.conf within target folder.
|
2015-09-01 10:57:32 -07:00 |
|
Andrew Wang
|
90fe7bcc3b
|
HADOOP-12362. Set hadoop.tmp.dir and hadoop.log.dir in pom. Contributed by Charlie Helin.
|
2015-08-27 10:17:00 -07:00 |
|
Devaraj K
|
241a72af0d
|
YARN-2784. Make POM project names consistent. Contributed by Rohith.
|
2015-05-08 19:23:53 +05:30 |
|
Akira Ajisaka
|
918af8efff
|
YARN-3577. Misspelling of threshold in log4j.properties for tests. Contributed by Brahma Reddy Battula.
|
2015-05-07 13:33:03 +09:00 |
|
Tsuyoshi Ozawa
|
3da9a97cfb
|
YARN-1453. [JDK8] Fix Javadoc errors caused by incorrect or illegal tags in doc comments. Contributed by Akira AJISAKA, Andrew Purtell, and Allen Wittenauer.
|
2015-03-16 23:19:05 +09:00 |
|
Tsuyoshi Ozawa
|
d1c6accb6f
|
HADOOP-11602. Fix toUpperCase/toLowerCase to use Locale.ENGLISH. (ozawa)
|
2015-03-03 14:17:52 +09:00 |
|
Steve Loughran
|
362565cf5a
|
YARN-2616 [YARN-913] Add CLI client to the registry to list, view and manipulate entries. (Akshay Radia via stevel)
|
2015-02-11 14:19:01 +00:00 |
|
Akira Ajisaka
|
533e551eb4
|
YARN-3005. [JDK7] Use switch statement for String instead of if-else statement in RegistrySecurity.java (Contributed by Kengo Seki)
|
2015-01-15 21:27:39 +09:00 |
|
Junping Du
|
d468c9aaf1
|
YARN-2940. Fix new findbugs warnings in rest of the hadoop-yarn components. (Contributed by Li Lu)
|
2014-12-23 20:04:33 -08:00 |
|
Junping Du
|
856b46cf47
|
Revert ca3381de61 and 20674255ad as missing JIRA number in commit message
|
2014-12-23 20:02:33 -08:00 |
|
Junping Du
|
ca3381de61
|
Fix new findbugs warnings in rest of the hadoop-yarn components. (Contributed by Li Lu)
|
2014-12-23 18:57:16 -08:00 |
|
Steve Loughran
|
1670578018
|
YARN-2768 Improved Yarn Registry service record structure (stevel)
|
2014-11-06 20:22:22 +00:00 |
|
Steve Loughran
|
81fe8e4147
|
YARN-2677 registry punycoding of usernames doesn't fix all usernames to be DNS-valid (stevel)
|
2014-10-30 22:32:32 +00:00 |
|
Steve Loughran
|
90e5ca24fb
|
YARN-2700 TestSecureRMRegistryOperations failing on windows: auth problems
|
2014-10-22 21:13:52 +01:00 |
|
Steve Loughran
|
85a88649c3
|
YARN-2692 ktutil test hanging on some machines/ktutil versions (stevel)
|
2014-10-22 14:35:31 +01:00 |
|
Steve Loughran
|
6f43491c03
|
YARN-2689 TestSecureRMRegistryOperations failing on windows: secure ZK won't start
|
2014-10-16 14:22:02 -07:00 |
|
Jason Lowe
|
344a10ad5e
|
YARN-2667. Fix the release audit warning caused by hadoop-yarn-registry. Contributed by Yi Liu
|
2014-10-13 15:37:50 +00:00 |
|
Steve Loughran
|
ac64ff77cf
|
YARN-2668 yarn-registry JAR won't link against ZK 3.4.5. (stevel)
|
2014-10-11 18:34:26 -07:00 |
|
Steve Loughran
|
6a326711aa
|
YARN-913 service registry: YARN-2652 add hadoop-yarn-registry package under hadoop-yarn
|
2014-10-08 13:02:25 -07:00 |
|