Re: How to determine stack version with qualifier

2016-01-11 Thread Alejandro Fernandez
There's another variable called params.stack_version, e.g., "HDP-2.2" (this is the version that the stack is currently on). It has different semantics during a Rolling/Express upgrade, during both upgrade and downgrade paths. Keep in mind that params.version should only be used during a Rolling/Ex

Re: How to determine stack version with qualifier

2016-01-11 Thread Christopher Jackson
Disregard, it seems what I wanted was: default("/hostLevelParams/stack_version", None) Regards, Christopher Jackson > On Jan 11, 2016, at 1:37 PM, Christopher Jackson > wrote: > > During customer service install It’s important for me to know exactly which > stack I’m working with. For instan

How to determine stack version with qualifier

2016-01-11 Thread Christopher Jackson
During customer service install It’s important for me to know exactly which stack I’m working with. For instance I have the following environment: pwd /var/lib/ambari-server/resources/stacks/HDP ls 2.0 2.0.6 2.0.6.GlusterFS 2.1 2.1.GlusterFS 2.2 2.3 2.3.GlusterFS How can i tell if I’m usi