hadoop/hadoop-hdfs-project
Gautham B A d346be9bd2
HDFS-16564. Use uint32_t for hdfs_find (#4245)
* hdfs_find uses u_int32_t type for
  storing the value for the max-depth
  command line argument.
* The type u_int32_t isn't standard,
  isn't available on Windows and thus
  breaks cross-platform compatibility.
  We need to replace this with uint32_t
  which is available on all platforms since
  it's part of the C++ standard.
2022-05-04 20:19:08 +05:30
..
hadoop-hdfs HDFS-16562. Upgrade moment.min.js to 2.29.2 (#4240) 2022-05-03 17:42:45 +05:30
hadoop-hdfs-client HDFS-16521. DFS API to retrieve slow datanodes (#4107) 2022-05-03 05:05:40 +08:00
hadoop-hdfs-httpfs HDFS-16035. Remove DummyGroupMapping as it is not longer used anywhere. (#4183) 2022-04-19 14:35:23 +09:00
hadoop-hdfs-native-client HDFS-16564. Use uint32_t for hdfs_find (#4245) 2022-05-04 20:19:08 +05:30
hadoop-hdfs-nfs HDFS-15862. Make TestViewfsWithNfs3.testNfsRenameSingleNN() idempotent (#2724) 2021-12-08 20:44:18 +09:00
hadoop-hdfs-rbf HDFS-16521. DFS API to retrieve slow datanodes (#4107) 2022-05-03 05:05:40 +08:00
pom.xml