Hi All,
Tried to enable the YARN Services so made the following changes on the
yarn-site.xml
</property>
<property>
<name>hadoop.registry.rm.enabled</name>
<value>true</value>
</property>
<property>
<name>yarn.webapp.api-service.enable</name>
<value>true</value>
</property>
So after the change, while accessing the API path got the following the
exceptions
<RemoteException>
<exception>WebApplicationException</exception>
<javaClassName>javax.ws.rs.WebApplicationException</javaClassName>
</RemoteException>
URL: http://x.x.x.x:8088/app/v1/services
Tried via curl command receied same output .
Thanks & Regards
Amithsha