We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651a3aa commit 0cc0e06Copy full SHA for 0cc0e06
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/tools/hdfs-tail/main.cc
@@ -30,7 +30,7 @@ int main(int argc, char *argv[]) {
30
google::protobuf::ShutdownProtobufLibrary();
31
});
32
if (result != 0) {
33
- std::cerr << "Error: Unable to schedule clean-up tasks for HDFS df tool, "
+ std::cerr << "Error: Unable to schedule clean-up tasks for HDFS tail tool, "
34
"exiting"
35
<< std::endl;
36
std::exit(EXIT_FAILURE);
0 commit comments