This is an automated email from the ASF dual-hosted git repository.
inigoiri pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git.
from d7c01d0 HDFS-16264.When adding block keys, the records come from the
specific Block Pool. (#3533)
add a05eb23 HDFS-16260. Make hdfs_deleteSnapshot tool cross platform
(#3532)
No new revisions were added by this update.
Summary of changes:
.../native/libhdfspp/tests/tools/CMakeLists.txt | 2 +
...apshot-mock.cc => hdfs-delete-snapshot-mock.cc} | 17 +--
...hdfs-cat-mock.h => hdfs-delete-snapshot-mock.h} | 33 ++---
.../libhdfspp/tests/tools/hdfs-tool-tests.cc | 16 +++
.../src/main/native/libhdfspp/tools/CMakeLists.txt | 3 +-
.../hdfs-delete-snapshot}/CMakeLists.txt | 14 +--
.../hdfs-delete-snapshot/hdfs-delete-snapshot.cc | 133 +++++++++++++++++++++
.../hdfs-delete-snapshot.h} | 32 ++---
.../main.cc | 10 +-
.../native/libhdfspp/tools/hdfs_deleteSnapshot.cc | 87 --------------
10 files changed, 208 insertions(+), 139 deletions(-)
copy
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tests/tools/{hdfs-allow-snapshot-mock.cc
=> hdfs-delete-snapshot-mock.cc} (75%)
copy
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tests/tools/{hdfs-cat-mock.h
=> hdfs-delete-snapshot-mock.h} (59%)
copy
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/{examples/c/cat
=> tools/hdfs-delete-snapshot}/CMakeLists.txt (58%)
create mode 100644
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-delete-snapshot/hdfs-delete-snapshot.cc
copy
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/{hdfs-allow-snapshot/hdfs-allow-snapshot.h
=> hdfs-delete-snapshot/hdfs-delete-snapshot.h} (63%)
copy
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/{hdfs-allow-snapshot
=> hdfs-delete-snapshot}/main.cc (91%)
delete mode 100644
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs_deleteSnapshot.cc
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]