You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Vijay Srinivasaraghavan <vi...@yahoo.com.INVALID> on 2015/05/01 19:19:30 UTC

Ambari Client Groovy

Hello,
In Ambari trunk, we have "ambari-client" project which is a groovy based wrapper over Ambari REST API endpoints.
It has some nice abstraction over the REST API call but looks like it is missing some implementations like stack advisor recommendation, etc.,
Also, the last code update happened almost 8 months ago.
My question is:
1) Is this project still active?2) For cluster management from java based application using REST API , which approach is recommended?     a) use ambari-client groovy or     b) DIY - develop a standard Jersey client wrapper over REST API
Please share your thoughts.
RegardsVijay