HDFS command to find the specific record in a text file based on text / word -
i have text file in hdfs, need find record(s) containing specific text word.
for example:
1,sam,22,developer 1,any,38,manager 1,mike,30,technicallead 1,john,32,sm 1,alice,34,manager
i need find records manager
text.
what command records based on manager text.
Comments
Post a Comment