Junping Du
|
9bdb5bebea
|
Fix OOM issue in DistributedShell. Contributed by Jian He.
|
2016-07-09 05:09:53 -07:00 |
|
Yongjun Zhang
|
da6f1b88dd
|
HDFS-10512. VolumeScanner may terminate due to NPE in DataNode.reportBadBlocks. Contributed by Wei-Chiu Chuang and Yiqun Lin.
|
2016-07-08 19:40:44 -07:00 |
|
Akira Ajisaka
|
932aed64d7
|
HDFS-10336. TestBalancer failing intermittently because of not reseting UserGroupInformation completely. Contributed by Yiqun Lin.
|
2016-07-08 14:39:11 -07:00 |
|
Jitendra Pandey
|
ef30bf3c3f
|
HADOOP-13352. Make X-FRAME-OPTIONS configurable in HttpServer2. Contributed by Anu Engineer.
|
2016-07-08 14:17:14 -07:00 |
|
Varun Saxena
|
c04c5ec501
|
YARN-5318. Fix intermittent test failure of TestRMAdminService#testRefreshNodesResourceWithFileSystemBasedConfigurationProvider. (Jun Gong via Varun Saxena).
|
2016-07-09 01:13:18 +05:30 |
|
Varun Saxena
|
5252562edf
|
YARN-5297. Avoid printing a stack trace when recovering an app after the RM restarts. (Junping Du via Varun Saxena).
|
2016-07-09 00:09:25 +05:30 |
|
Junping Du
|
30ee57ceb1
|
YARN-4939. The decommissioning Node should keep alive during NM restart. Contributed by sandflee.
|
2016-07-08 04:14:53 -07:00 |
|
Vinod Kumar Vavilapalli
|
673e5e02fe
|
YARN-5314. Fixed a ConcurrentModificationException in ATS v1.5 EntityGroupFSTimelineStore. Contributed by Li Lu.
|
2016-07-07 22:37:29 -07:00 |
|
Akira Ajisaka
|
9d46a49c74
|
HADOOP-13320. Fix arguments check in documentation for WordCount v2.0. Contributed by niccolo becchi.
This closes #108
|
2016-07-07 15:30:39 -07:00 |
|
Jitendra Pandey
|
6e597600f7
|
HADOOP-13283. Support reset operation for new global storage statistics and per FS storage stats. Contributed by Mingliang Liu.
|
2016-07-07 14:58:19 -07:00 |
|
Allen Wittenauer
|
a0035661c1
|
HADOOP-13349. HADOOP_CLASSPATH vs HADOOP_USER_CLASSPATH (aw)
|
2016-07-07 14:15:34 -07:00 |
|
Uma Maheswara Rao G
|
ab092c56c2
|
HDFS-10592:Fix intermittent test failure of TestNameNodeResourceChecker#testCheckThatNameNodeResourceMonitorIsRunning. Contributed by Rakesh R
|
2016-07-07 13:52:35 -07:00 |
|
Tsuyoshi Ozawa
|
0185de0767
|
HADOOP-11993. maven enforcer plugin to ban java 8 incompatible dependencies. (ozawa)
|
2016-07-08 05:40:52 +09:00 |
|
Akira Ajisaka
|
d1626a7b37
|
MAPREDUCE-6717. Remove deprecated StringUtils.getFormattedTimeWithDiff. Contributed by Shen Yinjie.
|
2016-07-07 11:18:43 -07:00 |
|
Andrew Wang
|
0e0f45f0ec
|
HADOOP-13350. Additional fix to LICENSE and NOTICE. Contributed by Xiao Chen.
|
2016-07-07 10:43:56 -07:00 |
|
Andrew Wang
|
b8f93cd275
|
HDFS-10488. Update WebHDFS documentation regarding CREATE and MKDIR default permissions. Contributed by Wellington Chevreuil.
|
2016-07-07 10:36:55 -07:00 |
|
Akira Ajisaka
|
a3f93beaa1
|
HDFS-10582. Change deprecated configuration fs.checkpoint.dir to dfs.namenode.checkpoint.dir in HDFS Commands Doc. Contributed by Pan Yuxuan.
|
2016-07-06 17:51:42 -07:00 |
|
Jian He
|
8a9d293dd6
|
YARN-5233. Support for specifying a path for ATS plugin jars. Contributed by Li Lu
|
2016-07-06 16:44:46 -07:00 |
|
Vinod Kumar Vavilapalli
|
4c9e1aeb94
|
YARN-5224. Added new web-services /containers/{containerid}/logs & /containers/{containerid}/logs/{filename} and using them in "yarn logs" CLI to get logs of finished containers of a running application. Contributed by Xuan Gong.
|
2016-07-06 14:10:54 -07:00 |
|
Jian He
|
d169f5052f
|
YARN-5227. Yarn logs command: no need to specify applicationId when
specifying containerId. Contributed by Gergely Novák
|
2016-07-06 10:43:27 -07:00 |
|
Wangda Tan
|
04f6ebb66a
|
YARN-5294. Pass remote ip address down to YarnAuthorizationProvider. (Jian He via wangda)
|
2016-07-06 10:36:48 -07:00 |
|
Jian He
|
d792a90206
|
YARN-5296. NMs going OutOfMemory because ContainerMetrics leak in ContainerMonitorImpl. Contributed by Junping Du
|
2016-07-05 18:05:16 -07:00 |
|
Vinod Kumar Vavilapalli
|
ce9c006430
|
YARN-5214. Fixed locking in DirectoryCollection to avoid hanging NMs when various code-paths hit slow disks. Contributed by Junping Du.
|
2016-07-05 16:07:28 -07:00 |
|
Ravi Prakash
|
9560f252cf
|
HADOOP-13342. ISAL download is breaking the Dockerfile
|
2016-07-05 11:11:34 -07:00 |
|
Varun Saxena
|
8e672e3c71
|
YARN-5286. Add RPC port info in RM web service's response when getting app status. (Jun Gong via Varun Saxena).
|
2016-07-05 22:56:07 +05:30 |
|
Akira Ajisaka
|
8b4b5259d5
|
HDFS-10589. Javadoc for HAState#HAState and HAState#setStateInternal contains non-existent params. Contributed by shenyinjie.
|
2016-07-04 07:15:04 -07:00 |
|
Akira Ajisaka
|
2e835d986e
|
HDFS-10572. Fix TestOfflineEditsViewer#testGenerated. Contributed by Surendra Singh Lilhore.
|
2016-07-03 21:11:56 -07:00 |
|
Kai Zheng
|
8b281bce85
|
HDFS-10548. Remove the long deprecated BlockReaderRemote. Contributed by Kai Zheng
|
2016-07-03 11:56:23 +08:00 |
|
Ray Chiang
|
0a5def155e
|
YARN-4568. Fix message when NodeManager runs into errors initializing the recovery directory. (rchiang)
|
2016-07-01 15:53:46 -07:00 |
|
Tsuyoshi Ozawa
|
36cd0bce83
|
HADOOP-13337. Update maven-enforcer-plugin versioin to 1.4.1. (ozawa)
|
2016-07-01 15:40:06 -07:00 |
|
Jitendra Pandey
|
aa42c7a6dd
|
HADOOP-13305. Define common statistics names across schemes. Contributed by Mingliang Liu.
|
2016-07-01 15:34:03 -07:00 |
|
Jian He
|
c35a5a7a8d
|
YARN-5023. TestAMRestart#testShouldNotCountFailureToMaxAttemptRetry fails. Contributed by sandflee
|
2016-07-01 14:29:03 -07:00 |
|
Tsuyoshi Ozawa
|
4009fa3a92
|
HADOOP-12064. [JDK8] Update guice version to 4.0. (ozawa)
|
2016-07-01 11:21:36 -07:00 |
|
Vinayakumar B
|
c25021fb71
|
HADOOP-13314. Remove 'package-info.java' from 'test\java\org\apache\hadoop\fs\shell\' to remove eclipse compile error (Contributed by Vinayakumar B)
|
2016-07-01 12:09:59 +05:30 |
|
Varun Saxena
|
8ade81228e
|
YARN-5282. Fix typos in CapacityScheduler documentation. (Ray Chiang via Varun Saxena).
|
2016-07-01 11:38:32 +05:30 |
|
Andrew Wang
|
846ada2de3
|
HADOOP-12345. Pad hostname correctly in CredentialsSys.java. Contributed by Pradeep Nayak Udupi Kadbet.
|
2016-06-29 17:32:35 -07:00 |
|
Masatake Iwasaki
|
5c07c573db
|
HADOOP-12242. Add in-page TOC to filesystem specification pages. (iwasakims)
|
2016-06-30 07:21:08 +09:00 |
|
Colin Patrick Mccabe
|
e4a2545620
|
HDFS-9805. Add server-side configuration for enabling TCP_NODELAY for DataTransferProtocol and default it to true (Gary Helmling via cmccabe)
|
2016-06-29 12:41:42 -07:00 |
|
Varun Saxena
|
abe7fc22c1
|
YARN-5182. MockNodes.newNodes creates one more node per rack than requested. (Karthik Kambatla via Varun Saxena).
|
2016-06-30 00:13:28 +05:30 |
|
Akira Ajisaka
|
991c946593
|
HADOOP-10568. Reuse ObjectMapper instance in CombinedHostsFileReader and CombinedHostsFileWriter. Contributed by Yiqun Lin.
|
2016-06-29 10:10:19 -07:00 |
|
Steve Loughran
|
96fa0f848b
|
HADOOP-12709 Cut s3:// from trunk. Contributed by Mingliang Liu.
|
2016-06-29 16:04:50 +01:00 |
|
Akira Ajisaka
|
8d202f1258
|
HADOOP-13235. Use Date and Time API in KafkaSink.
|
2016-06-29 07:40:12 -07:00 |
|
Steve Loughran
|
111739df8f
|
HADOOP-12229 Fix inconsistent subsection titles in filesystem.md. Contributed by Masatake Iwasaki
|
2016-06-29 14:32:03 +01:00 |
|
Yongjun Zhang
|
8113855b3a
|
HDFS-10396. Using -diff option with DistCp may get "Comparison method violates its general contract" exception. Contributed by Yongjun Zhang.
|
2016-06-28 23:15:13 -07:00 |
|
Rohith Sharma K S
|
26b5e6116f
|
YARN-5262. Optimize sending RMNodeFinishedContainersPulledByAMEvent for every AM heartbeat.
|
2016-06-29 10:08:30 +05:30 |
|
Allen Wittenauer
|
b3649adf6a
|
HDFS-9852. hdfs dfs -setfacl error message is misleading (Wei-Chiu Chuang via aw)
|
2016-06-28 20:47:05 -07:00 |
|
Allen Wittenauer
|
6103635591
|
HADOOP-9330. Add custom JUnit4 test runner with configurable timeout (Steve Loughran via aw)
|
2016-06-28 20:40:41 -07:00 |
|
Allen Wittenauer
|
1faaa69078
|
HADOOP-9321. fix coverage org.apache.hadoop.net (Ivan A. Veselovsky via aw)
|
2016-06-28 20:37:42 -07:00 |
|
Andrew Wang
|
77031a9c37
|
HADOOP-12864. Remove bin/rcc script. Contributed by Allen Wittenauer.
|
2016-06-28 14:25:02 -07:00 |
|
Andrew Wang
|
c0829f4493
|
HDFS-6434. Default permission for creating file should be 644 for WebHdfs/HttpFS. Contributed by Wellington Chevreuil.
|
2016-06-28 13:55:26 -07:00 |
|