Vinod Kumar Vavilapalli
|
3a6fb04582
YARN-1274. Fixed NodeManager's LinuxContainerExecutor to create user, app-dir and log-dirs correctly even when there are no resources to localize for the container. Contributed by Siddharth Seth.
|
hace 11 años |
Arun Murthy
|
4b4597dbbd
Merge -c 1529538 from trunk to branch-2.1-beta to fix YARN-1090. Fixed CS UI to better reflect applications as non-schedulable and not as pending. Contributed by Jian He.
|
hace 11 años |
Arun Murthy
|
aba04ce0fb
Merge -c 1529534 from trunk to branch-2.1-beta to fix YARN-1032. Fixed NPE in RackResolver. Contributed by Lohit Vijayarenu.
|
hace 11 años |
Jing Zhao
|
7ca0c23f2c
HDFS-5308. Merge change r1529516 from branch-2.
|
hace 11 años |
Vinod Kumar Vavilapalli
|
c64602c5b0
YARN-1273. Fixed Distributed-shell to account for containers that failed to start. Contributed by Hitesh Shah.
|
hace 11 años |
Vinod Kumar Vavilapalli
|
f3cd0be7af
YARN-1271. Addendum patch to remove unused method in ContainerExecutor. Contributed by Sandy Ryza.
|
hace 11 años |
Vinod Kumar Vavilapalli
|
13bd013c79
YARN-1254. Fixed NodeManager to not pollute container's credentials. Contributed by Omkar Vinit Joshi.
|
hace 11 años |
Vinod Kumar Vavilapalli
|
ce8d488f0c
YARN-1167. Fixed Distributed Shell to not incorrectly show empty hostname on RM UI. Contributed by Xuan Gong.
|
hace 11 años |
Hitesh Shah
|
53be7a2cf8
Merge 1529370 from branch-2 to branch-2.1-beta for YARN-1251. TestDistributedShell#TestDSShell failed with timeout. Contributed by Xuan Gong.
|
hace 11 años |
Jing Zhao
|
7f76de4799
HDFS-5300. Merge change r1529305 from branch-2.
|
hace 11 años |
Vinod Kumar Vavilapalli
|
e6e512dbec
MAPREDUCE-5533. Fixed MR speculation code to track any TaskAttempts that aren't heart-beating for a while, so that we can aggressively speculate instead of waiting for task-timeout. Contributed by Xuan Gong.
|
hace 11 años |
Chris Nauroth
|
a15213e785
YARN-1219. Merging change r1529085 from branch-2 to branch-2.1-beta
|
hace 11 años |
Chris Nauroth
|
e48a2f6e61
MAPREDUCE-5442. Merging change r1529079 from branch-2 to branch-2.1-beta
|
hace 11 años |
Hitesh Shah
|
3bf1831567
Merge 1529069 from branch-2 to branch-2.1-beta for YARN-1131. logs command should return an appropriate error message if YARN application is still running. Contributed by Siddharth Seth.
|
hace 11 años |
Hitesh Shah
|
3d567534d8
Merge 1529044 from branch-2 to branch-2.1-beta for YARN-1149. NM throws InvalidStateTransitonException: Invalid event: APPLICATION_LOG_HANDLING_FINISHED at RUNNING. Contributed by Xuan Gong.
|
hace 11 años |
Sanford Ryza
|
6deb5614ad
YARN-1271. Text file busy errors launching containers again (Sandy Ryza)
|
hace 11 años |
Bikas Saha
|
7574b9fad5
Merge r1529049 from branch-2 to branch-2.1-beta for YARN-1256. NM silently ignores non-existent service in StartContainerRequest (Xuan Gong via bikas)
|
hace 11 años |
Sanford Ryza
|
43df98e868
YARN-1236. FairScheduler setting queue name in RMApp is not working. (Sandy Ryza)
|
hace 11 años |
Vinod Kumar Vavilapalli
|
a8927247ec
YARN-621. Changed YARN web app to not add paths that can cause duplicate additions of authenticated filters there by causing kerberos replay errors. Contributed by Omkar Vinit Joshi.
|
hace 11 años |
Arun Murthy
|
3099ac795e
Merge -c 1529015 from trunk to branch-2.1-beta to fix YARN-890. Ensure CapacityScheduler doesn't round-up metric for available resources. Contributed by Xuan Gong & Hitesh Shah.
|
hace 11 años |
Bikas Saha
|
84872a42a5
Merge r1528640 from trunk to branch-2 for YARN-1141. Updating resource requests should be decoupled with updating blacklist (Zhijie Shen via bikas)
|
hace 11 años |
Bikas Saha
|
1d91e78504
Merge r1529007 from branch-2 to branch-2.1-beta for MAPREDUCE-5489. MR jobs hangs as it does not use the node-blacklisting feature in RM requests (Zhijie Shen via bikas)
|
hace 11 años |
Sanford Ryza
|
97d9130323
YARN-1213. Restore config to ban submitting to undeclared pools in the Fair Scheduler. (Sandy Ryza)
|
hace 11 años |
Aaron Myers
|
87dfee986d
HDFS-5289. Race condition in TestRetryCacheWithHA#testCreateSymlink causes spurious test failure. Contributed by Aaron T. Myers.
|
hace 11 años |
Sanford Ryza
|
611bb5d543
YARN-876. Node resource is added twice when node comes back from unhealthy. (Peng Zhang via Sandy Ryza)
|
hace 11 años |
Sanford Ryza
|
6773e32200
MAPREDUCE-5554. hdfs-site.xml included in hadoop-mapreduce-client-jobclient tests jar is breaking tests for downstream components (Robert Kanter via Sandy Ryza)
|
hace 11 años |
Sanford Ryza
|
dee0356217
YARN-1262. TestApplicationCleanup relies on all containers assigned in a single heartbeat (Karthik Kambatla via Sandy Ryza)
|
hace 11 años |
Arun Murthy
|
52ecd98a6e
Merge -c 1528626 from trunk to branch-2.1-beta to fix MAPREDUCE-5459. Update documentation on how to run MRv1 examples on YARN. Contributed by Zhijie Shen.
|
hace 11 años |
Arun Murthy
|
9ef780d861
Merge -c 1528533 from trunk to branch-2.1-beta to fix MAPREDUCE-5530. Fix compat with hadoop-1 in mapred.lib.CombinFileInputFormat by re-introducing isSplittable(FileSystem, Path) api and ensuring semantic compatibility. Contributed by Robert Kanter.
|
hace 11 años |
Vinod Kumar Vavilapalli
|
1680224de9
YARN-1260. Added webapp.http.address to yarn-default.xml so that default install with https enabled doesn't have broken link on NM UI. Contributed by Omkar Vinit Joshi.
|
hace 11 años |