RE: why status can not use config['configurations']

2018-06-26 Thread Steve Varnau
Speaking as a novice, but it seems to me that you can write out the config value into a system config file (/etc//conf/...) when installing the service, and then the status function has to read the value from there. --Steve > -Original Message- > From: Dai Xiang > Sent: Monday, June 25

RE: Question on integrating Custom service / Management pack

2018-02-15 Thread Steve Varnau
then you can upgrade your > mpack without touching HDP. > > But as for Ambari 2.x, if your service is simply a custom service tied to > an HDP stack, you can't use Ambari RU/EU to *only *upgrade your service. > > > > On Thu, Feb 15, 2018 at 1:30 PM, Steve Varnau >

Question on integrating Custom service / Management pack

2018-02-15 Thread Steve Varnau
Hi, I have worked on defining a custom service and the management pack to plug into Ambari. (In this case for Apache Trafodion project.) It is working pretty well, but I'm confused on how it can handle upgrading the custom service independently of the HDP stack. A given release of trafodion is

RE: Upgrade mpack stack addon service

2017-01-23 Thread Steve Varnau
vice which can participate in an upgrade. > > On Jan 20, 2017, at 6:29 PM, Steve Varnau > mailto:svar...@apache.org>> wrote: > > > > On 2016-11-21 01:46 (-0800), Janne Valkealahti > mailto:janne.valkeala...@gmail.com>> > wrote: > Ok thanks, is there any j

Re: Upgrade mpack stack addon service

2017-01-20 Thread Steve Varnau
On 2016-11-21 01:46 (-0800), Janne Valkealahti wrote: > Ok thanks, is there any jiras I could follow or generic timeline for these > enhancements? I understand that if you control a stack you could possible > pump up versions there but having an addon service you may not have > anything to upg

Re: Advice on Ambari M-Pack

2016-11-15 Thread Steve Varnau
y/AMBARI/Service+Advisor > > Here's an example of a service_advisor recommending configurations for > HDFS: > https://github.com/apache/ambari/blob/trunk/ambari-server/src/main/resources/common-services/HAWQ/2.0.0/service_advisor.py#L131-L149 > > > Regards > Matt >

Advice on Ambari M-Pack

2016-11-14 Thread Steve Varnau
Ambari developers, I'm working on an Ambari MPack to add a service for Trafodion (Apache incubating). I've figured out the basics, but I'm not sure of the best technique when my service needs to modify config values for another service. In this case, we install an HBase co-processor, which is