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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -