Created 11-14-2016 11:56 AM
I need to launch a HDP 2.5 cluster with Cloudbreak shell. As per the documentation, the option to enable Kerberos is available with Cloudbreak UI. (https://community.hortonworks.com/questions/27669/files-view-configuration-with-kerberos-cloudbreak....). However, I couldn't see anything in sourcecode or CLI documentation. Is it supported yet?
Created 11-14-2016 12:03 PM
You have right the documentation is missing, but here is the related source code https://github.com/sequenceiq/cloudbreak/blob/rc-1.6/shell/src/main/java/com/sequenceiq/cloudbreak/s...
which can help you to deploy kerberized clusters. These are the related config parameters:
--enableSecurity
--kerberosMasterKey
--kerberosAdmin
--kerberosPassword
Br,
Richard
Created 11-14-2016 12:02 PM
Hi, @hello hadoop,
In shell "cluster create" command is your friend. There are parameters for this like: --enableSecurity -- kerberosMasterKey --kerberosAdmin --kerberosPassword.
Let me know if you have issue.
Created 11-14-2016 12:16 PM
Thank you @rkovacs
Created 11-14-2016 12:03 PM
You have right the documentation is missing, but here is the related source code https://github.com/sequenceiq/cloudbreak/blob/rc-1.6/shell/src/main/java/com/sequenceiq/cloudbreak/s...
which can help you to deploy kerberized clusters. These are the related config parameters:
--enableSecurity
--kerberosMasterKey
--kerberosAdmin
--kerberosPassword
Br,
Richard
Created 11-14-2016 12:15 PM
Thank you @rdoktorics