Hi Roberta, When Kerberos is enabled, the property "security_enabled" in "cluster-env" configuration set will be set to true. If you need this information in your service-side python scripts (such as params.py), you can use:
config = Script.get_config() security_enabled = config['configurations']['cluster-env']['security_enabled'] -- Thanks, Alex. On Tue, Apr 5, 2016 at 9:35 AM, Roberta Marton <[email protected]> wrote: > After I Kerberize my cluster using Ambari, I need to install my software. > I need to do different things based on whether the Kerberos is enabled. Is > there an easy way to check, via a script, whether Kerberos has been enabled? > > > > Regards, > > Roberta >
