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

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -