Eric Yang
|
e86efa8712
|
YARN-8910. Fixed misleading log statement when container max retries is infinite.
Contributed by Chandni Singh
(cherry picked from commit 47ad98b2e1 )
|
2018-10-19 13:50:32 -04:00 |
Wangda Tan
|
86a1ad4428
|
YARN-8844. TestNMProxy unit test is failing. (Eric Yang via wangda)
Change-Id: I241fa8701b6f1dbcad87fd2e9a429e32e7aa40f5
(cherry picked from commit b3ac886933 )
|
2018-10-04 10:49:29 -07:00 |
Shane Kumpf
|
adbc010d0f
|
YARN-8785. Improve the error message when a bind mount is not whitelisted. Contributed by Simon Prewo
(cherry picked from commit 5edb9d3b97 )
|
2018-10-02 07:26:45 -06:00 |
Eric Yang
|
e9315f6688
|
YARN-8801. Fixed header comments for docker utility functions.
Contributed by Zian Chen
|
2018-09-20 13:12:29 -04:00 |
Jason Lowe
|
3fb6787295
|
YARN-8784. DockerLinuxContainerRuntime prevents access to distributed cache entries on a full disk. Contributed by Eric Badger
(cherry picked from commit 6b5838ed32 )
|
2018-09-19 16:49:21 -05:00 |
Jason Lowe
|
3d77094cf2
|
YARN-8648. Container cgroups are leaked when using docker. Contributed by Jim Brennan
(cherry picked from commit 2df0a8dcb3 )
|
2018-09-18 15:43:10 -05:00 |
Jason Lowe
|
88687213cc
|
YARN-8680. YARN NM: Implement Iterable Abstraction for LocalResourceTracker state. Contributed by Pradeep Ambati
(cherry picked from commit 250b50018e )
|
2018-09-13 14:12:20 -05:00 |
Weiwei Yang
|
a7b1d1e006
|
YARN-8729. Node status updater thread could be lost after it is restarted. Contributed by Tao Yang.
(cherry picked from commit 39c1ea1ed4 )
|
2018-09-13 23:16:52 +08:00 |
Eric Yang
|
0b97dc5869
|
YARN-8751. Reduce conditions that mark node manager as unhealthy.
Contributed by Craig Condit
(cherry picked from commit 7d62334387 )
|
2018-09-07 20:32:11 -04:00 |
Shane Kumpf
|
2d68708a1d
|
YARN-8638. Allow linux container runtimes to be pluggable. Contributed by Craig Condit
(cherry picked from commit dffb7bfe6c )
|
2018-09-05 06:55:25 -06:00 |
Shane Kumpf
|
b8618556ee
|
YARN-8642. Add support for tmpfs mounts with the Docker runtime. Contributed by Craig Condit
(cherry picked from commit 73625168c0 )
|
2018-08-29 07:11:38 -06:00 |
Billie Rinaldi
|
eefd780918
|
YARN-8675. Remove default hostname for docker containers when net=host. Contributed by Suma Shivaprasad
(cherry picked from commit 05b2bbeb35 )
|
2018-08-27 11:42:09 -07:00 |
Jason Lowe
|
84654451fa
|
YARN-8649. NPE in localizer hearbeat processing if a container is killed while localizing. Contributed by lujie
(cherry picked from commit 585ebd873a )
|
2018-08-23 09:37:43 -05:00 |
Wei-Chiu Chuang
|
0d155de159
|
HADOOP-14212. Addendum patch: Expose SecurityEnabled boolean field in JMX for other services besides NameNode. Contributed by Adam Antal.
|
2018-08-20 14:49:28 -07:00 |
Wei-Chiu Chuang
|
78fb14ba49
|
HADOOP-14212. Expose SecurityEnabled boolean field in JMX for other services besides NameNode. Contributed by Adam Antal.
|
2018-08-20 14:49:24 -07:00 |
Jason Lowe
|
44c4928b64
|
YARN-8242. YARN NM: OOM error while reading back the state store on recovery. Contributed by Pradeep Ambati and Kanwaljeet Sachdev
(cherry picked from commit 65e7469712 )
|
2018-08-20 10:21:57 -05:00 |
Eric Yang
|
5237bdfb5a
|
YARN-8667. Cleanup symlinks when container restarted by NM.
Contributed by Chandni Singh
(cherry picked from commit d42806160e )
|
2018-08-16 18:44:47 -04:00 |
Jason Lowe
|
819a2a6f10
|
YARN-8656. container-executor should not write cgroup tasks files for docker containers. Contributed by Jim Brennan
(cherry picked from commit cb21eaa026 )
|
2018-08-16 10:09:56 -05:00 |
Jason Lowe
|
95cd6de5c6
|
YARN-8640. Restore previous state in container-executor after failure. Contributed by Jim Brennan
(cherry picked from commit d1d129aa9d )
|
2018-08-14 10:26:21 -05:00 |
Jason Lowe
|
3dd299a770
|
YARN-8331. Race condition in NM container launched after done. Contributed by Pradeep Ambati
(cherry picked from commit cd04e954d2 )
|
2018-08-09 10:23:02 -05:00 |
Wangda Tan
|
450c791ecf
|
YARN-8629. Container cleanup fails while trying to delete Cgroups. (Suma Shivaprasad via wangda)
Change-Id: I392ef4f8baa84d5d7b1f2e438c560b5426b6d4f2
(cherry picked from commit d4258fcad7 )
|
2018-08-07 12:41:55 -07:00 |
Jason Lowe
|
619019ccca
|
YARN-8263. DockerClient still touches hadoop.tmp.dir. Contributed by Craig Condit
(cherry picked from commit 7526815e32 )
|
2018-08-02 10:45:52 -05:00 |
Billie Rinaldi
|
2a94823f32
|
YARN-8403. Change the log level for fail to download resource from INFO to ERROR. Contributed by Eric Yang
(cherry picked from commit 67c65da261 )
|
2018-08-01 08:58:15 -07:00 |
Wangda Tan
|
5583711419
|
Preparing for 3.1.2 release
Change-Id: If2793e2ed2b5b349a9e1f98f78df43f309dcfcbd
|
2018-07-31 13:08:55 -07:00 |
Wangda Tan
|
7b552c9d72
|
YARN-8418. App local logs could leaked if log aggregation fails to initialize for the app. (Bibin A Chundatt via wangda)
Change-Id: I29a23ca4b219b48c92e7975cd44cddb8b0e04104
(cherry picked from commit 4b540bbfcf )
|
2018-07-31 12:13:36 -07:00 |
bibinchundatt
|
8cd2a73777
|
YARN-8584. Several typos in Log Aggregation related classes. Contributed by Szilard Nemeth.
(cherry picked from commit 2b39ad2698 )
|
2018-07-31 00:07:08 +05:30 |
bibinchundatt
|
2e7876a725
|
YARN-8558. NM recovery level db not cleaned up properly on container finish. Contributed by Bibin A Chundatt.
(cherry picked from commit 3d586841ab )
|
2018-07-28 20:56:35 +05:30 |
Eric Yang
|
c2c3eee69c
|
YARN-8508. Release GPU resource for killed container.
Contributed by Chandni Singh
(cherry picked from commit ed9d60e888 )
|
2018-07-27 19:36:21 -04:00 |
Haibo Chen
|
7e7792dd7b
|
YARN-6966. NodeManager metrics may return wrong negative values when NM restart. (Szilard Nemeth via Haibo Chen)
(cherry picked from commit 9d3c39e9dd )
|
2018-07-24 12:50:43 -07:00 |
bibinchundatt
|
0710107f8d
|
YARN-8544. [DS] AM registration fails when hadoop authorization is enabled. Contributed by Bibin A Chundatt.
(cherry picked from commit 8461278833 )
|
2018-07-24 13:11:31 +05:30 |
Eric Yang
|
23b8546a80
|
YARN-8380. Support bind propagation options for mounts in docker runtime.
Contributed by Billie Rinaldi
(cherry picked from commit 8688a0c7f8 )
|
2018-07-23 20:13:41 -04:00 |
Robert Kanter
|
dfa71428ea
|
YARN-8518. test-container-executor test_is_empty() is broken (Jim_Brennan via rkanter)
(cherry picked from commit 1bc106a738 )
|
2018-07-18 16:07:48 -07:00 |
Robert Kanter
|
1c7d916347
|
Only mount non-empty directories for cgroups (miklos.szegedi@cloudera.com via rkanter)
(cherry picked from commit 0838fe8337 )
|
2018-07-18 16:07:48 -07:00 |
Robert Kanter
|
27e2b4b364
|
Disable mounting cgroups by default (miklos.szegedi@cloudera.com via rkanter)
(cherry picked from commit 351cf87c92 )
|
2018-07-18 16:07:48 -07:00 |
Eric Yang
|
d82edec3c0
|
YARN-8538. Fixed memory leaks in container-executor and test cases.
Contributed by Billie Rinaldi
|
2018-07-18 13:44:49 -04:00 |
Jason Lowe
|
7cbb9597c4
|
YARN-8515. container-executor can crash with SIGPIPE after nodemanager restart. Contributed by Jim Brennan
(cherry picked from commit 17118f446c )
|
2018-07-13 10:06:38 -05:00 |
Sunil G
|
9b4ead92c8
|
YARN-8512. ATSv2 entities are not published to HBase from second attempt onwards. Contributed by Rohith Sharma K S.
(cherry picked from commit 7f1d3d0e9d )
|
2018-07-11 12:27:12 +05:30 |
Sunil G
|
6f10491e64
|
YARN-8473. Containers being launched as app tears down can leave containers in NEW state. Contributed by Jason Lowe.
(cherry picked from commit 705e2c1f7c )
|
2018-07-10 20:12:47 +05:30 |
Shane Kumpf
|
2f264764a4
|
YARN-8485. Priviledged container app launch is failing intermittently. Contributed by Eric Yang
(cherry picked from commit 53e267fa72 )
|
2018-07-02 16:23:23 -06:00 |
Eric Yang
|
0aa7272199
|
YARN-8465. Fixed docker container status for node manager restart.
Contributed by Shane Kumpf
|
2018-07-02 13:40:02 -04:00 |
Jason Lowe
|
dbb0a5f51f
|
YARN-8451. Multiple NM heartbeat thread created when a slow NM resync with RM. Contributed by Botong Huang
(cherry picked from commit 100470140d )
|
2018-06-29 13:11:41 -05:00 |
Wangda Tan
|
8f226f4f1d
|
YARN-8423. GPU does not get released even though the application gets killed. (Sunil G via wangda)
Change-Id: I570db7d60f8c6c21762dd618a9207d1107c486a0
(cherry picked from commit ada8f63d0b )
|
2018-06-26 19:34:10 -07:00 |
Eric Yang
|
3b3a85002d
|
YARN-8326. Removed exit code file check for launched container.
Contributed by Shane Kumpf
(cherry picked from commit 8a32bc39eb )
|
2018-06-22 19:23:57 -04:00 |
Rohith Sharma K S
|
1aa6c9407c
|
YARN-8155. Improve ATSv2 client logging in RM and NM publisher. Contributed by Abhishek Modi.
(cherry picked from commit 9119b3cf8f )
|
2018-06-14 13:51:13 +05:30 |
Eric Yang
|
934a005f72
|
YARN-8259. Improve privileged docker container liveliness checks.
Contributed by Shane Kumpf
(cherry picked from commit 22994889dc )
|
2018-06-13 19:26:23 -04:00 |
Inigo Goiri
|
d5cd12c082
|
HADOOP-15529. ContainerLaunch#testInvalidEnvVariableSubstitutionType is not supported in Windows. Contributed by Giovanni Matteo Fumarola.
(cherry picked from commit 6e756e8a62 )
|
2018-06-12 10:25:05 -07:00 |
Inigo Goiri
|
65d2554ad8
|
YARN-8370. Some Node Manager tests fail on Windows due to improper path/file separator. Contributed by Anbang Hu.
(cherry picked from commit 2b2f672022 )
|
2018-06-11 19:26:27 -07:00 |
Inigo Goiri
|
63c20f9021
|
YARN-8359. Exclude containermanager.linux test classes on Windows. Contributed by Jason Lowe.
(cherry picked from commit 3492a1db2c0654ce5375360caa74a34f928f23be)
|
2018-06-07 17:10:09 -07:00 |
Rohith Sharma K S
|
a95f216945
|
YARN-8399. NodeManager is giving 403 GSS exception post upgrade to 3.1 in secure mode. Contributed by Sunil Govindan.
(cherry picked from commit 58bc34f1e3 )
|
2018-06-07 10:27:08 +05:30 |
Miklos Szegedi
|
21948b048e
|
YARN-8382. cgroup file leak in NM. Contributed by Hu Ziqian.
(cherry picked from commit 925fdf761a513130e23c10575c7328c8681cff1d)
|
2018-06-04 10:56:13 -07:00 |
Billie Rinaldi
|
e59e9feefa
|
YARN-8342. Enable untrusted docker image to run with launch command. Contributed by Eric Yang
(cherry picked from commit 31998643a5 )
|
2018-06-02 14:49:21 -07:00 |
Wangda Tan
|
cc460fea2d
|
YARN-8384. stdout.txt, stderr.txt logs of a launched docker container is coming with primary group of submit user instead of hadoop. (Eric Yang via wangda)
Change-Id: Idbb2cd250f4f62dc32993e0d3ca3ec5684616baa
(cherry picked from commit 3a6bd77550 )
|
2018-06-01 15:47:45 -07:00 |
Eric E Payne
|
3d06d75423
|
YARN-8377: Javadoc build failed in hadoop-yarn-server-nodemanager. Contributed by Takanobu Asanuma
(cherry picked from commit e44c0849d7 )
|
2018-05-30 17:28:14 +00:00 |
Eric Yang
|
03209e8966
|
YARN-8362. Bugfix logic in container retries in node manager.
Contributed by Chandni Singh
(cherry picked from commit 135941e00d )
|
2018-05-29 17:04:01 -04:00 |
Jason Lowe
|
a1fd04c4f4
|
YARN-8329. Docker client configuration can still be set incorrectly. Contributed by Shane Kumpf
(cherry picked from commit 4827e9a908 )
|
2018-05-29 14:48:01 -05:00 |
Shane Kumpf
|
de43b41d0f
|
YARN-6919. Add default volume mount list. Contributed by Eric Badger
|
2018-05-24 09:35:35 -06:00 |
Rohith Sharma K S
|
923c833da4
|
YARN-8319. More YARN pages need to honor yarn.resourcemanager.display.per-user-apps. Contributed by Sunil G.
(cherry picked from commit c05b5d424b )
|
2018-05-24 14:22:43 +05:30 |
Inigo Goiri
|
61b5b2f4f7
|
YARN-8344. Missing nm.stop() in TestNodeManagerResync to fix testKillContainersOnResync. Contributed by Giovanni Matteo Fumarola.
(cherry picked from commit e99e5bf104 )
|
2018-05-23 14:16:03 -07:00 |
Eric Yang
|
7c3f236783
|
YARN-7960. Added security flag no-new-privileges for YARN Docker integration.
Contributed by Eric Badger
(cherry picked from commit 6176d2b35c )
|
2018-05-22 13:47:08 -04:00 |
Jason Lowe
|
9788c8c01e
|
YARN-8206. Sending a kill does not immediately kill docker containers. Contributed by Eric Badger
(cherry picked from commit 5f11288e41 )
Conflicts:
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/containermanager/linux/runtime/TestDockerContainerRuntime.java
|
2018-05-22 09:49:31 -05:00 |
Eric Yang
|
aafaa5f99b
|
YARN-8141. Removed YARN_CONTAINER_RUNTIME_DOCKER_LOCAL_RESOURCE_MOUNTS flag.
Contributed by Chandni Singh
(cherry-picked from commit d45a0b7d73 )
|
2018-05-17 17:32:29 -04:00 |
Jason Lowe
|
79b2a508e0
|
YARN-8284. get_docker_command refactoring. Contributed by Eric Badger
(cherry picked from commit d47c09dcb1 )
|
2018-05-16 09:34:24 -05:00 |
Haibo Chen
|
8d3598525d
|
YARN-8130 Race condition when container events are published for KILLED applications. (Rohith Sharma K S via Haibo Chen)
(cherry picked from commit 2d00a0c71b )
|
2018-05-15 11:40:47 +05:30 |
Eric Yang
|
8edcbe9460
|
YARN-8265. Improve DNS handling on docker IP changes.
Contributed by Billie Rinaldi
(cherry picked from commit 0ff94563b9 )
|
2018-05-11 22:41:30 -07:00 |
Jason Lowe
|
dfe73334c2
|
YARN-7654. Support ENTRY_POINT for docker container. Contributed by Eric Yang
(cherry picked from commit 6c8e51ca7e )
|
2018-05-11 18:57:20 -05:00 |
Jason Lowe
|
f6d6a2ab04
|
YARN-8244. TestContainerSchedulerQueuing.testStartMultipleContainers failed. Contributed by Jim Brennan
(cherry picked from commit dc912994a1 )
|
2018-05-11 14:13:55 -05:00 |
Eric Yang
|
645429ca28
|
YARN-8274. Fixed a bug on docker start command.
Contributed by Jason Lowe
|
2018-05-11 14:26:20 -04:00 |
Eric Yang
|
6ce89ea2a8
|
YARN-8261. Fixed a bug in creation of localized container directory.
Contributed by Jason Lowe
(cherry picked from commit af4fc2e628 )
|
2018-05-09 13:34:54 -04:00 |
Jason Lowe
|
39236da2ff
|
YARN-8207. Docker container launch use popen have risk of shell expansion. Contributed by Eric Yang.
(cherry picked from commit a2ea756420 )
|
2018-05-08 15:37:24 -05:00 |
Eric Yang
|
a984abc472
|
YARN-8223. Improved yarn auxiliary service to load jar file from HDFS.
Contributed by Zian Chen
(cherry picked from commit 8cdb032aff )
|
2018-05-04 12:38:28 -04:00 |
Billie Rinaldi
|
04c3f11de4
|
YARN-7818. Remove privileged operation warnings during container launch for the ContainerRuntimes. Contributed by Shane Kumpf
(cherry picked from commit 502914ca32 )
|
2018-05-04 08:55:30 -07:00 |
Eric Yang
|
cf46533bca
|
YARN-7973. Added ContainerRelaunch feature for Docker containers.
Addendum patch 001
Contributed by Shane Kumpf
|
2018-05-03 12:46:04 -04:00 |
Eric Yang
|
f729fb0baa
|
YARN-8194. Fixed reinitialization error for LinuxContainerExecutor.
Contributed by Chandni Singh
(cherry picked from commit f4d280f02b )
|
2018-05-03 11:59:35 -04:00 |
Eric Yang
|
e4b9981612
|
YARN-7973. Added ContainerRelaunch feature for Docker containers.
Contributed by Shane Kumpf
|
2018-05-03 11:57:01 -04:00 |
Eric Yang
|
61fac20c9e
|
YARN-8209. Fixed NPE in Yarn Service deletion.
Contributed by Eric Badger
|
2018-05-02 15:05:30 -04:00 |
Eric Yang
|
0fc55a8f57
|
YARN-8228. Added hostname length check for docker container.
Contributed by Shane Kumpf
(cherry picked from commit a966ec6e23 )
|
2018-04-30 19:14:37 -04:00 |
Sunil G
|
a1a2f1ddc1
|
YARN-8215. ATS v2 returns invalid YARN_CONTAINER_ALLOCATED_HOST_HTTP_ADDRESS from NM. Contributed by Rohith Sharma K S.
(cherry picked from commit 7fc09c4f72 )
|
2018-04-27 10:34:29 +05:30 |
Eric Yang
|
050bd4cd2a
|
YARN-8043. Added the exception message for failed launches running under LCE.
Contributed by Shane Kumpf
|
2018-04-26 08:26:10 -07:00 |
Eric Yang
|
5556cf397c
|
YARN-8064. Bugfix for clean up container-executor cmd helper file.
Contributed by Eric Badger
|
2018-04-20 19:12:06 -04:00 |
Weiwei Yang
|
c3ca10c22a
|
YARN-7734. Fix UT failure TestContainerLogsPage#testContainerLogPageAccess. Contributed by Tao Yang.
(cherry picked from commit 411993f6e5 )
|
2018-04-18 19:40:34 -07:00 |
Shashikant Banerjee
|
a13b3edfd8
|
HADOOP-15396. Some java source files are executable
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
(cherry picked from commit e4c39f3247 )
|
2018-04-19 08:36:32 +09:00 |
Wangda Tan
|
c962371430
|
YARN-1151. Ability to configure auxiliary services from HDFS-based JAR files. (Xuan Gong via wangda)
Change-Id: Ied37ff11e507fc86847753ba79486652c8fadfe9
|
2018-04-13 10:17:47 -07:00 |
Weiwei Yang
|
84531ad9b6
|
YARN-8153. Guaranteed containers always stay in SCHEDULED on NM after restart. Contributed by Yang Wang.
|
2018-04-13 13:29:43 +08:00 |
Eric E Payne
|
f955d52f39
|
YARN-8120. JVM can crash with SIGSEGV when exiting due to custom leveldb logger. Contributed by Jason Lowe.
(cherry picked from commit 6bb128dfb8 )
|
2018-04-12 16:11:57 +00:00 |
Billie Rinaldi
|
11f1d49823
|
YARN-7221. Add security check for privileged docker container. Contributed by Eric Yang
(cherry picked from commit 933477e9e0 )
|
2018-04-11 12:15:00 -07:00 |
Wangda Tan
|
f5dc7d1edf
|
YARN-8116. Nodemanager fails with NumberFormatException: For input string: . (Chandni Singh via wangda)
Change-Id: Idd30cfca59982d3fc6e47aa1b88f844a78fae94d
(cherry picked from commit 2bf9cc2c73 )
|
2018-04-10 17:38:31 -07:00 |
Wangda Tan
|
25bf1d3ac6
|
Updated branch-3.1 to track 3.1.1
Change-Id: Idd55c79921b8acacc8a8a3258450e476f3abb706
|
2018-04-09 10:58:50 -07:00 |
bibinchundatt
|
091db4d0eb
|
YARN-7905. Parent directory permission incorrect during public localization. Contributed by Bilwa S T.
(cherry picked from commit eb47c3de74 )
|
2018-04-08 14:49:36 +05:30 |
Subru Krishnan
|
b9bad94596
|
YARN-8110. AMRMProxy recover should catch for all throwable to avoid premature exit. (Botong Huang via Subru).
(cherry picked from commit 00905efab2 )
|
2018-04-06 16:35:29 -07:00 |
Jason Lowe
|
5d4b2c31a1
|
YARN-8054. Improve robustness of the LocalDirsHandlerService MonitoringTimerTask thread. Contributed by Jonathan Eagles
(cherry picked from commit 5aa7052e31 )
|
2018-03-21 17:20:36 -05:00 |
Jason Lowe
|
a4f0dbcb44
|
YARN-8027. Setting hostname of docker container breaks for --net=host in docker 1.13. Contributed by Jim Brennan
(cherry picked from commit f480367af6 )
|
2018-03-19 17:44:06 -05:00 |
Vinod Kumar Vavilapalli (I am also known as @tshooter.)
|
0bd99621c5
|
Preparing for 3.1.0 development
|
2018-03-19 15:16:54 -07:00 |
Yufei Gu
|
49c747ab18
|
YARN-8039. Clean up log dir configuration in TestLinuxContainerExecutorWithMocks.testStartLocalizer. Contributed by Miklos Szegedi.
|
2018-03-16 16:25:33 -07:00 |
Wangda Tan
|
4bf622043f
|
YARN-7952. RM should be able to recover log aggregation status after restart/fail-over. (Xuan Gong via wangda)
Change-Id: I725c9afe64831eda0aa6b0bebdbc79d2dd165707
|
2018-03-15 13:26:45 -07:00 |
fang zhenyi
|
5e013d50d1
|
HADOOP-15305. Replace FileUtils.writeStringToFile(File, String) with (File, String, Charset) to fix deprecation warnings.
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-03-15 16:12:07 +09:00 |
Eric Yang
|
a82be7754d
|
YARN-7999. Added file cache initializer for Linux container-executor.
Contributed by Jason Lowe
|
2018-03-14 12:21:57 -04:00 |
Wangda Tan
|
a5b27b3c67
|
YARN-5015. Support sliding window retry capability for container restart. (Chandni Singh via wangda)
Change-Id: I07addd3e4ba8d98456ee2ff1d5c540a38fe61dea
|
2018-03-13 17:55:17 -07:00 |
Miklos Szegedi
|
a82d4a2e3a
|
YARN-5764. NUMA awareness support for launching containers. Contributed by Devaraj K.
|
2018-03-13 12:36:57 -07:00 |
Wangda Tan
|
e718ac597f
|
Revert "YARN-7891. LogAggregationIndexedFileController should support read from HAR file. (Xuan Gong via wangda)"
This reverts commit 4d53ef7eef .
|
2018-03-07 15:46:47 -08:00 |
Wangda Tan
|
037d783483
|
YARN-7626. Allow regular expression matching in container-executor.cfg for devices and named docker volumes mount. (Zian Chen via wangda)
Change-Id: If461277d4557922ab7e4dce9dd8dc5d0d5f22710
(cherry picked from commit 88f9138e12d2d5a1bd13f0915acef93037c1d086)
|
2018-03-07 11:30:15 -08:00 |