Jason Lowe
|
4571351ccc
|
MAPREDUCE-7069. Add ability to specify user environment variables individually. Contributed by Jim Brennan
|
2018-04-12 11:12:46 -05:00 |
|
Eric E Payne
|
6bb128dfb8
|
YARN-8120. JVM can crash with SIGSEGV when exiting due to custom leveldb logger. Contributed by Jason Lowe.
|
2018-04-12 16:04:23 +00:00 |
|
Inigo Goiri
|
d272056fcb
|
Revert "HDFS-13386. RBF: Wrong date information in list file(-ls) result. Contributed by Dibyendu Karmakar."
This reverts commit 18de6f2042 .
|
2018-04-12 08:42:19 -07:00 |
|
Mukul Kumar Singh
|
7ed8511ad8
|
HDFS-13426. Fix javadoc in FsDatasetAsyncDiskService#removeVolume. Contributed by Shashikant Banerjee.
|
2018-04-12 20:12:31 +05:30 |
|
Haibo Chen
|
b8597858b1
|
YARN-7931. [atsv2 read acls] Include domain table creation as part of schema creator. (Vrushali C via Haibo Chen)
|
2018-04-12 06:38:30 -07:00 |
|
Akira Ajisaka
|
113af12cfb
|
HDFS-7101. Potential null dereference in DFSck#doWork(). Contributed by skrho and Ted Yu.
|
2018-04-12 17:47:37 +09:00 |
|
Takanobu Asanuma
|
832852ce4f
|
HADOOP-15350. [JDK10] Update maven plugin tools to fix compile error in hadoop-maven-plugins module
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-04-12 17:19:35 +09:00 |
|
Akira Ajisaka
|
c7cd362afd
|
HDFS-13427. Fix the section titles of transparent encryption document.
|
2018-04-12 10:44:56 +09:00 |
|
Aaron Fabbri
|
0d898b7bb8
|
HADOOP-12502 SetReplication OutOfMemoryError. Contributed by Vinayakumar B.
|
2018-04-11 17:19:56 -07:00 |
|
Inigo Goiri
|
18de6f2042
|
HDFS-13386. RBF: Wrong date information in list file(-ls) result. Contributed by Dibyendu Karmakar.
|
2018-04-11 12:03:14 -07:00 |
|
Billie Rinaldi
|
933477e9e0
|
YARN-7221. Add security check for privileged docker container. Contributed by Eric Yang
|
2018-04-11 11:24:23 -07:00 |
|
Inigo Goiri
|
f7d5bace43
|
HDFS-13428. RBF: Remove LinkedList From StateStoreFileImpl.java. Contributed by BELUGA BEHR.
|
2018-04-11 10:43:43 -07:00 |
|
Wei Yan
|
0c93d43f3d
|
HDFS-13045. RBF: Improve error message returned from subcluster. Contributed by Inigo Goiri.
|
2018-04-11 08:37:43 -07:00 |
|
James Clampffer
|
eefe2a147c
|
HDFS-13403: libhdfs++ Use hdfs::IoService object rather than asio::io_service. Contributed by James Clampffer.
|
2018-04-11 10:27:23 -04:00 |
|
Weiwei Yang
|
7eb783e263
|
YARN-8127. Resource leak when async scheduling is enabled. Contributed by Tao Yang.
|
2018-04-11 17:15:25 +08:00 |
|
Aaron Fabbri
|
b0aff8a962
|
HADOOP-15346 S3ARetryPolicy for 400/BadArgument to be "fail". Contributed by Steve Loughran.
|
2018-04-10 23:55:38 -07:00 |
|
Xiao Chen
|
7c9cdad6d0
|
HDFS-13056. Expose file-level composite CRCs in HDFS which are comparable across different instances/layouts. Contributed by Dennis Huo.
|
2018-04-10 21:31:48 -07:00 |
|
Rohith Sharma K S
|
6cc59a09e7
|
MAPREDUCE-7062. Update mapreduce.job.tags description for making use for ATSv2 purpose. Contributed by Charan Hebri.
|
2018-04-11 09:45:39 +05:30 |
|
Rohith Sharma K S
|
c048711099
|
YARN-7941. Transitive dependencies for component are not resolved. Contributed by Billie Rinaldi.
|
2018-04-11 09:18:50 +05:30 |
|
Wangda Tan
|
d919eb6efa
|
YARN-8133. Doc link broken for yarn-service from overview page. (Rohith Sharma K S via wangda)
Change-Id: Iacf9a004585dd59e1c0cd8f8c618a38f047cc0fe
|
2018-04-10 17:33:15 -07:00 |
|
Wangda Tan
|
2bf9cc2c73
|
YARN-8116. Nodemanager fails with NumberFormatException: For input string: . (Chandni Singh via wangda)
Change-Id: Idd30cfca59982d3fc6e47aa1b88f844a78fae94d
|
2018-04-10 17:32:38 -07:00 |
|
Eric Yang
|
c467f311d0
|
YARN-7973. Added ContainerRelaunch feature for Docker containers.
Contributed by Shane Kumpf
|
2018-04-10 19:25:00 -04:00 |
|
Xiao Chen
|
583fa6ed48
|
HADOOP-14445. Delegation tokens are not shared between KMS instances. Contributed by Xiao Chen and Rushabh S Shah.
|
2018-04-10 15:38:25 -07:00 |
|
Jason Lowe
|
e81397545a
|
HADOOP-15357. Configuration.getPropsWithPrefix no longer does variable substitution. Contributed by Jim Brennan
|
2018-04-10 16:44:55 -05:00 |
|
Eric Yang
|
d553799030
|
YARN-7984. Improved YARN service stop/destroy and clean up.
Contributed by Billie Rinaldi
|
2018-04-10 17:40:49 -04:00 |
|
Xiaoyu Yao
|
8ab776d61e
|
HADOOP-15340. Provide meaningful RPC server name for RpcMetrics. Contributed by Elek Marton.
|
2018-04-10 11:42:54 -07:00 |
|
Xiao Chen
|
e76c2aeb28
|
HDFS-13363. Record file path when FSDirAclOp throws AclException. Contributed by Gabor Bota.
|
2018-04-10 11:19:48 -07:00 |
|
Rakesh Radhakrishnan
|
f89594f0b8
|
HDFS-13328. Abstract ReencryptionHandler recursive logic in separate class. Contributed by Surendra Singh Lilhore.
|
2018-04-10 23:35:00 +05:30 |
|
Ewan Higgs
|
cef8eb7981
|
HADOOP-15376. Remove double semi colons on imports that make Clover fall over.
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-04-10 23:58:26 +09:00 |
|
Weiwei Yang
|
6729047a8b
|
HDFS-13420. License header is displayed in ArchivalStorage/MemoryStorage html pages. Contributed by Akira Ajisaka.
|
2018-04-10 22:10:44 +08:00 |
|
Sunil G
|
7c1e77dda4
|
YARN-7804. [UI2] Refresh action on Grid view page should not be redirected to graph view. Contributed by Gergely Novák.
|
2018-04-10 16:09:09 +05:30 |
|
Takanobu Asanuma
|
7623cc5a98
|
HADOOP-15374. Add links of the new features of 3.1.0 to the top page
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-04-10 18:59:40 +09:00 |
|
Yiqun Lin
|
e87be8a2a4
|
HDFS-13384. RBF: Improve timeout RPC call mechanism. Contributed by Inigo Goiri.
|
2018-04-10 15:34:42 +08:00 |
|
Yiqun Lin
|
a92200f4a6
|
HDFS-13410. RBF: Support federation with no subclusters. Contributed by Inigo Goiri.
|
2018-04-10 14:29:28 +08:00 |
|
Bharat
|
0006346abe
|
HADOOP-15328. Fix the typo in HttpAuthentication.md. Contributed by fang zhenyi
|
2018-04-09 16:37:49 -07:00 |
|
Jason Lowe
|
907919d28c
|
YARN-7667. Docker Stop grace period should be configurable. Contributed by Eric Badger
|
2018-04-09 17:19:21 -05:00 |
|
James Clampffer
|
9059376785
|
HDFS-13376. Specify minimum GCC version to avoid TLS support error in Build of hadoop-hdfs-native-client. Contributed by LiXin Ge.
|
2018-04-09 13:48:42 -04:00 |
|
Inigo Goiri
|
e9b9f48dad
|
HDFS-13380. RBF: mv/rm fail after the directory exceeded the quota limit. Contributed by Yiqun Lin.
|
2018-04-09 10:09:25 -07:00 |
|
Inigo Goiri
|
ac32b3576d
|
HDFS-13388. RequestHedgingProxyProvider calls multiple configured NNs all the time. Contributed by Jinglun.
|
2018-04-09 09:16:48 -07:00 |
|
Sunil G
|
821b0de4c5
|
YARN-7574. Add support for Node Labels on Auto Created Leaf Queue Template. Contributed by Suma Shivaprasad.
|
2018-04-09 21:17:22 +05:30 |
|
Yiqun Lin
|
5700556cd6
|
HDFS-13402. RBF: Fix java doc for StateStoreFileSystemImpl. Contributed by Yiran Wu.
|
2018-04-08 12:01:55 +08:00 |
|
Mukul Kumar Singh
|
0b345b7653
|
HADOOP-15366. Add a helper shutdown routine in HadoopExecutor to ensure clean shutdown. Contributed by Shashikant Banerjee.
|
2018-04-07 16:29:01 +05:30 |
|
bibinchundatt
|
eb47c3de74
|
YARN-7905. Parent directory permission incorrect during public localization. Contributed by Bilwa S T.
|
2018-04-07 12:26:29 +05:30 |
|
Surendra Singh Lilhore
|
70590cd8d9
|
HDFS-13292. Crypto command should give proper exception when trying to set key on existing EZ directory. Contributed by Ranith Sardar.
|
2018-04-07 11:23:49 +05:30 |
|
Wangda Tan
|
00ebec89f1
|
YARN-1151. Ability to configure auxiliary services from HDFS-based JAR files. (Xuan Gong via wangda)
Change-Id: Ied37ff11e507fc86847753ba79486652c8fadfe9
|
2018-04-06 21:25:57 -07:00 |
|
Wangda Tan
|
d4e63ccca0
|
YARN-8048. Support auto-spawning of admin configured services during bootstrap of RM (Rohith Sharma K S via wangda)
Change-Id: I2d8d61ccad55e1118009294d7e17822df3cd0fd5
|
2018-04-06 21:24:58 -07:00 |
|
Subru Krishnan
|
00905efab2
|
YARN-8110. AMRMProxy recover should catch for all throwable to avoid premature exit. (Botong Huang via Subru).
|
2018-04-06 16:31:16 -07:00 |
|
Haibo Chen
|
024d7c0870
|
YARN-8107. Give an informative message when incorrect format is used in ATSv2 filter attributes. (Rohith Sharma K S via Haibo Chen)
|
2018-04-06 09:39:01 -07:00 |
|
Sunil G
|
b17dc9f5f5
|
YARN-8083. [UI2] All YARN related configurations are paged together in conf page. Contributed by Gergely Novák.
|
2018-04-06 21:53:14 +05:30 |
|
Aaron Fabbri
|
ea3849f0cc
|
HADOOP-14759 S3GuardTool prune to prune specific bucket entries. Contributed by Gabor Bota.
|
2018-04-05 20:23:17 -07:00 |
|