You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ga...@apache.org on 2022/04/12 15:01:31 UTC

[hadoop] branch trunk updated (5de78ceb0e7 -> e89fd9645bb)

This is an automated email from the ASF dual-hosted git repository.

gaurava pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


    from 5de78ceb0e7 HDFS-16516. Fix Fsshell wrong params (#4090). Contributed by GuoPhilipse.
     add e89fd9645bb HDFS-16474. Make HDFS tail tool cross platform (#4157)

No new revisions were added by this update.

Summary of changes:
 .../native/libhdfspp/tests/tools/CMakeLists.txt    |   3 +
 .../{hdfs-count-mock.cc => hdfs-tail-mock.cc}      |  27 ++--
 .../tools/{hdfs-du-mock.h => hdfs-tail-mock.h}     |  24 ++--
 .../libhdfspp/tests/tools/hdfs-tool-tests.cc       |  25 ++++
 .../native/libhdfspp/tests/tools/hdfs-tool-tests.h |  25 ++++
 .../src/main/native/libhdfspp/tools/CMakeLists.txt |  24 +---
 .../tools/{hdfs-find => hdfs-tail}/CMakeLists.txt  |  14 +-
 .../native/libhdfspp/tools/hdfs-tail/hdfs-tail.cc  | 150 +++++++++++++++++++++
 .../{hdfs-du/hdfs-du.h => hdfs-tail/hdfs-tail.h}   |  39 +++---
 .../libhdfspp/tools/{hdfs-ls => hdfs-tail}/main.cc |   8 +-
 .../src/main/native/libhdfspp/tools/hdfs_tail.cc   | 124 -----------------
 11 files changed, 265 insertions(+), 198 deletions(-)
 copy hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tests/tools/{hdfs-count-mock.cc => hdfs-tail-mock.cc} (72%)
 copy hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tests/tools/{hdfs-du-mock.h => hdfs-tail-mock.h} (76%)
 copy hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/{hdfs-find => hdfs-tail}/CMakeLists.txt (67%)
 create mode 100644 hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-tail/hdfs-tail.cc
 copy hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/{hdfs-du/hdfs-du.h => hdfs-tail/hdfs-tail.h} (69%)
 copy hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/{hdfs-ls => hdfs-tail}/main.cc (93%)
 delete mode 100644 hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs_tail.cc


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org