📜  如何在 hdfs 中递归执行 hdfs 字符串搜索 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:37.592000             🧑  作者: Mango

代码示例2
# How to recursively find a file in the Hadoop Distributed file system hdfs:
hdfs dfs -ls -R / | grep [search_term]