Akira Ajisaka
|
fba9d7cd74
|
HDFS-13621. Upgrade commons-lang version to 3.7 in hadoop-hdfs-project. Contributed by Takanobu Asanuma.
|
2018-06-18 10:17:07 -07:00 |
|
Jitendra Pandey
|
f4c7c91123
|
HADOOP-15483. Upgrade jquery to version 3.3.1. Contributed by Lokesh Jain, Mukul Kumar Singh and Sunil Govindan.
|
2018-06-13 00:36:02 -07:00 |
|
Rohith Sharma K S
|
2df73dace0
|
YARN-8405. RM zk-state-store.parent-path ACLs has been changed since HADOOP-14773. Contributed by Íñigo Goiri.
|
2018-06-12 17:13:09 +05:30 |
|
Inigo Goiri
|
e11d674049
|
HDFS-13637. RBF: Router fails when threadIndex (in ConnectionPool) wraps around Integer.MIN_VALUE. Contributed by CR Hota.
|
2018-06-01 16:59:04 -07:00 |
|
Bharat Viswanadham
|
bc6d9d4c79
|
HDFS-13589: Add dfsAdmin command to query if upgrade is finalized. Contributed by Hanisha Koneru
|
2018-05-23 10:15:40 -07:00 |
|
Yiqun Lin
|
a922b9c82c
|
HDFS-13346. RBF: Fix synchronization of router quota and nameservice quota.
|
2018-05-11 14:51:30 +08:00 |
|
Inigo Goiri
|
a3b416f69d
|
HDFS-13525. RBF: Add unit test TestStateStoreDisabledNameservice. Contributed by Yiqun Lin.
|
2018-05-03 11:24:57 -07:00 |
|
Yiqun Lin
|
37269261d1
|
HDFS-13488. RBF: Reject requests when a Router is overloaded. Contributed by Inigo Goiri.
|
2018-05-02 14:49:39 +08:00 |
|
Inigo Goiri
|
484440602c
|
HDFS-13508. RBF: Normalize paths (automatically) when adding, updating, removing or listing mount table entries. Contributed by Ekanth S.
|
2018-04-27 16:28:17 -07:00 |
|
Inigo Goiri
|
f469628bba
|
HDFS-13434. RBF: Fix dead links in RBF document. Contributed by Chetna Chaudhari.
|
2018-04-27 15:13:47 -07:00 |
|
Ewan Higgs
|
84ecfe3ceb
|
HADOOP-14188. Remove the usage of org.mockito.internal.util.reflection.Whitebox
Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
|
2018-04-27 19:21:37 +09:00 |
|
Yiqun Lin
|
0a293de00d
|
HDFS-13499. RBF: Show disabled name services in the UI. Contributed by Inigo Goiri.
|
2018-04-27 10:38:15 +08:00 |
|
Inigo Goiri
|
09c9cf1d43
|
HDFS-13326. RBF: Improve the interfaces to modify and view mount tables. Contributed by Gang Li.
|
2018-04-26 13:54:40 -07:00 |
|
Yiqun Lin
|
48269c370c
|
HDFS-13484. RBF: Disable Nameservices from the federation. Contributed by Inigo Goiri.
|
2018-04-26 13:54:40 -07:00 |
|
Yiqun Lin
|
b06601acce
|
HDFS-13490. RBF: Fix setSafeMode in the Router. Contributed by Inigo Goiri.
|
2018-04-24 11:25:23 +08:00 |
|
Yiqun Lin
|
b6dae26f44
|
HDFS-13478. RBF: Disabled Nameservice store API. Contributed by Inigo Goiri.
|
2018-04-21 13:19:09 +08:00 |
|
Inigo Goiri
|
1134af9ad1
|
HDFS-13453. RBF: getMountPointDates should fetch latest subdir time/date when parent dir is not present but /parent/child dirs are present in mount table. Contributed by Dibyendu Karmakar.
|
2018-04-19 14:56:36 -07:00 |
|
Wei Yan
|
e4313e7e47
|
HDFS-13466. RBF: Add more router-related information to the UI.
|
2018-04-17 15:01:07 -07:00 |
|
Yiqun Lin
|
c4d3636c21
|
HDFS-13435. RBF: Improve the error loggings for printing the stack trace.
|
2018-04-17 11:23:22 +08:00 |
|
Inigo Goiri
|
044341b4e4
|
HDFS-13386. RBF: Wrong date information in list file(-ls) result. Contributed by Dibyendu Karmakar.
|
2018-04-12 09:30:11 -07: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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Yiqun Lin
|
5700556cd6
|
HDFS-13402. RBF: Fix java doc for StateStoreFileSystemImpl. Contributed by Yiran Wu.
|
2018-04-08 12:01:55 +08:00 |
|
Wei Yan
|
3121e8c293
|
HDFS-13353. RBF: TestRouterWebHDFSContractCreate failed. Contributed by Takanobu Asanuma.
|
2018-04-05 12:00:52 -07:00 |
|
Yiqun Lin
|
2be64eb201
|
HDFS-13364. RBF: Support NamenodeProtocol in the Router. Contributed by Inigo Goiri.
|
2018-04-03 15:08:40 +08:00 |
|
Inigo Goiri
|
dc8e343201
|
HDFS-13289. RBF: TestConnectionManager#testCleanup() test case need correction. Contributed by Dibyendu Karmakar.
|
2018-03-31 09:46:13 -07:00 |
|
Yiqun Lin
|
a71656c1c1
|
HDFS-13347. RBF: Cache datanode reports. Contributed by Inigo Goiri.
|
2018-03-28 11:00:08 +08:00 |
|
Inigo Goiri
|
4cef01147f
|
HDFS-13352. RBF: Add xsl stylesheet for hdfs-rbf-default.xml. Contributed by Takanobu Asanuma.
|
2018-03-27 10:31:03 -07:00 |
|
Inigo Goiri
|
947b282984
|
HDFS-13204. RBF: Optimize name service safe mode icon. Contributed by liuhongtong.
|
2018-03-26 09:42:51 -07:00 |
|
Yiqun Lin
|
cfc3a1c8f0
|
HDFS-13291. RBF: Implement available space based OrderResolver. Contributed by Yiqun Lin.
|
2018-03-26 18:33:07 +08:00 |
|
weiy
|
6e31a09084
|
HDFS-12512. RBF: Add WebHDFS.
|
2018-03-23 08:32:25 -07:00 |
|
Inigo Goiri
|
e196d158a2
|
HDFS-12792. RBF: Test Router-based federation using HDFSContract. Contributed by Inigo Goiri.
|
2018-03-22 13:32:57 -07:00 |
|
Inigo Goiri
|
3d0ee8b804
|
HDFS-13318. RBF: Fix FindBugs in hadoop-hdfs-rbf. Contributed by Ekanth S.
|
2018-03-22 09:21:52 -07:00 |
|
Yiqun Lin
|
2caba999bb
|
HDFS-13250. RBF: Router to manage requests across multiple subclusters. Contributed by Inigo Goiri.
|
2018-03-21 11:32:05 +08:00 |
|
Yiqun Lin
|
69fe4407eb
|
HDFS-13307. RBF: Improve the use of setQuota command. Contributed by liuhongtong.
|
2018-03-21 10:51:35 +08:00 |
|
weiy
|
6e2b5fa493
|
HDFS-13215. RBF: Move Router to its own module. Contributed by Wei Yan
|
2018-03-19 22:13:40 -07:00 |
|