Created 10-25-2021 02:57 AM
When i execute the command:
hadoop jar wordcountprj.jar WordDriver abc.txt output
it starts execution but it gets stucked in between and no response is given please help!!!
Created 10-27-2021 12:08 PM
@Rish
How much memory has your VM quickstart have?
Can you open the RM and check using the application_id the logs should give you an idea of whats happening
Geoffrey
Created 11-15-2021 02:19 AM
Hi Rish,
Please try to run this command and see the logs where it is stuck - yarn logs -applicationId <Application ID>. Refer this doc for other basic yarn commands : https://docs.cloudera.com/HDPDocuments/HDP3/HDP-3.1.0/data-operating-system/content/use_the_yarn_cli...