So führen Sie die HDFS -String -Suche rekursiv in HDFs durch
# How to perform hdfs string search recursively in hdfs
hadoop fs -cat /hive-data/* | grep -i pattern
Stupid Salmon