I am working with Hadoop and I need to find which of ~100 files in my Hadoop filesystem contain a certain string.
I can see the files I wish to search like this:
To find all files with any extension recursively inside hdfs location:
hadoop fs -find hdfs_loc_path -name ".log"