hadoop - What services can I turn off to trigger a second application attempt? -
hadoop yarn includes configuration modify how many times application can started: yarn.resourcemanager.am.max-attempts
.
i interested in hitting limit observe how system may fail, , want able without modifying code. mimic production scenarios, turn off other hadoop services cause second attempt of application.
what services can turn off during application run trigger application attempt?
for simplicity, close storage services(hosting source data or target data). example, hdfs service, hive service, etc.
Comments
Post a Comment