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
|
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 |
|
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 |
|
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 |
|
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 |
|
Jitendra Pandey
|
aa42c7a6dd
|
HADOOP-13305. Define common statistics names across schemes. Contributed by Mingliang Liu.
|
2016-07-01 15:34:03 -07: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 |
|
Akira Ajisaka
|
991c946593
|
HADOOP-10568. Reuse ObjectMapper instance in CombinedHostsFileReader and CombinedHostsFileWriter. Contributed by Yiqun Lin.
|
2016-06-29 10:10:19 -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 |
|
Allen Wittenauer
|
23c3ff85a9
|
HADOOP-13209. replace slaves with workers (John Smith via aw)
|
2016-06-28 05:53:03 -07:00 |
|
Vinayakumar B
|
2a0082c51d
|
HDFS-10440. Improve DataNode web UI (Contributed by Weiwei Yang)
|
2016-06-28 16:49:39 +05:30 |
|
Vinayakumar B
|
73615a789d
|
HDFS-10536. Standby NN can not trigger log roll after EditLogTailer thread failed 3 times in EditLogTailer.triggerActiveLogRoll method (Contributed by XingFeng Shen
|
2016-06-26 15:45:32 +05:30 |
|
Sangjin Lee
|
bf74dbf80d
|
HDFS-7959. WebHdfs logging is missing on Datanode (Kihwal Lee via sjlee)
|
2016-06-24 14:44:15 -07:00 |
|
Zhe Zhang
|
22be604fa3
|
Revert "HDFS-10534. NameNode WebUI should display DataNode usage rate with a certain percentile. Contributed by Kai Sasaki."
This reverts commit 0424056a77 .
|
2016-06-24 09:36:03 -07:00 |
|
Zhe Zhang
|
0424056a77
|
HDFS-10534. NameNode WebUI should display DataNode usage rate with a certain percentile. Contributed by Kai Sasaki.
|
2016-06-24 08:58:29 -07:00 |
|
Anu Engineer
|
b2584bee45
|
HDFS-10571. TestDiskBalancerCommand#testPlanNode failed with IllegalArgumentException. Contributed by Xiaobing Zhou.
|
2016-06-23 18:27:02 -07:00 |
|
Anu Engineer
|
8a6e354122
|
HDFS-10552. DiskBalancer "-query" results in NPE if no plan for the node. Contributed by Anu Engineer.
|
2016-06-23 18:27:02 -07:00 |
|
Anu Engineer
|
e8de28181a
|
HDFS-10551. o.a.h.h.s.diskbalancer.command.Command does not actually verify options as expected. Contributed by Anu Engineer.
|
2016-06-23 18:27:02 -07:00 |
|
Arpit Agarwal
|
66fa34c839
|
HDFS-10557. Fix handling of the -fs Generic option. (Arpit Agarwal)
|
2016-06-23 18:27:01 -07:00 |
|
Anu Engineer
|
7b23ad1ef7
|
HDFS-10550. DiskBalancer: fix issue of order dependency in iteration in ReportCommand test. Contributed by Xiaobing Zhou.
|
2016-06-23 18:27:01 -07:00 |
|
Anu Engineer
|
c6ed54808d
|
HDFS-10547. DiskBalancer: fix whitespace issue in doc files. Contributed by Anu Engineer.
|
2016-06-23 18:27:01 -07:00 |
|
Anu Engineer
|
0774412e41
|
HDFS-10545. DiskBalancer: PlanCommand should use -fs instead of -uri to be consistent with other hdfs commands. Contributed by Anu Engineer.
|
2016-06-23 18:27:01 -07:00 |
|
Anu Engineer
|
5b8e1c26d7
|
HDFS-10541. Diskbalancer: When no actions in plan, error message says "Plan was generated more than 24 hours ago". Contributed by Anu Engineer.
|
2016-06-23 18:27:00 -07:00 |
|
Anu Engineer
|
cb68e5b3bd
|
HDFS-10540. Diskbalancer: The CLI error message for disk balancer is not enabled is not clear. Contributed by Anu Engineer.
|
2016-06-23 18:27:00 -07:00 |
|
Anu Engineer
|
3225c24e0e
|
HDFS-10520. DiskBalancer: Fix Checkstyle issues in test code. Contributed by Anu Engineer.
|
2016-06-23 18:27:00 -07:00 |
|
Anu Engineer
|
7e2be5c4a0
|
HDFS-10518. DiskBalancer: Pretty-print json in Query command. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
af11ab34d0
|
HDFS-10517. DiskBalancer: Support help command. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
b502102bb1
|
HDFS-9461. DiskBalancer: Add Report Command. Contributed by Xiaobing Zhou.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
121142cf95
|
HDFS-10501. DiskBalancer: Use the default datanode port if port is not provided. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
78a1032b71
|
HDFS-10500. Diskbalancer: Print out information when a plan is not generated. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
d2ff793ae4
|
HDFS-10496. DiskBalancer: ExecuteCommand checks planFile in a wrong way. Contributed by Lei (Eddy) Xu.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
64ccb232cc
|
HDFS-10478. DiskBalancer: resolve volume path names. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
47dcb0f952
|
HDFS-10476. DiskBalancer: Plan command output directory should be a sub-directory. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
06a9799d84
|
HDFS-9547. DiskBalancer: Add user documentation. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
43eee50966
|
HDFS-10403. DiskBalancer: Add cancel command. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Arpit Agarwal
|
9e5fcb5e40
|
HDFS-10402. DiskBalancer: Add QueryStatus command. (Contributed by Anu Engineer)
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
5df2d2b8fd
|
HDFS-10399. DiskBalancer: Add JMX for DiskBalancer. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
1b39b283c7
|
HDFS-9546: DiskBalancer: Add Execute command. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
75882ec0b0
|
HDFS-9545: DiskBalancer: Add Plan Command. Contributed by Anu Engineer.
|
2016-06-23 18:21:08 -07:00 |
|
Anu Engineer
|
1594b472bb
|
HDFS-9543. DiskBalancer: Add Data mover. Contributed by Anu Engineer.
|
2016-06-23 18:20:24 -07:00 |
|
Anu Engineer
|
7820737cfa
|
HDFS-9735. DiskBalancer : Refactor moveBlockAcrossStorage to be used by disk balancer. Contributed by Anu Engineer.
|
2016-06-23 18:20:24 -07:00 |
|
Anu Engineer
|
050677077b
|
HDFS-9720. DiskBalancer : Add configuration parameters. Contributed by Anu Engineer.
|
2016-06-23 18:18:48 -07:00 |
|
Anu Engineer
|
6c606bf5c8
|
HDFS-9709. DiskBalancer : Add tests for disk balancer using a Mock Mover class. Contributed by Anu Engineer.
|
2016-06-23 18:18:48 -07:00 |
|
Anu Engineer
|
9be9703716
|
Fix a build break in HDFS-1312
|
2016-06-23 18:18:48 -07:00 |
|
Anu Engineer
|
ec601673a8
|
HDFS-10170. DiskBalancer: Force rebase diskbalancer branch. Contributed by Anu Engineer
|
2016-06-23 18:18:48 -07:00 |
|
Arpit Agarwal
|
75a711a2d5
|
HDFS-9703. DiskBalancer: getBandwidth implementation. (Contributed by Anu Engineer)
|
2016-06-23 18:18:48 -07:00 |
|