Hi ,
I am working with hadoop 2.7.2 and as my application running at shorter
time interval say every 5 mins with no downtime .
Now I as the application id exceeds beyond 10000 I have hit the below issue

https://issues.apache.org/jira/browse/YARN-3840

Now my query is if I update the below properties in yarn-site.xml
<property>
<name>yarn.resourcemanager.max-completed-applications</name>
<value>10000</value>
<source>yarn-default.xml</source>
</property>

<property>
<name>
yarn.timeline-service.generic-application-history.max-applications
</name>
<value>10000</value>
<source>yarn-default.xml</source>
</property>


Can I see the sorted application id in hadoop UI and yarn logs too.

Thanks,
Divya

Reply via email to