cloudera / cloudera-playbook

Cloudera deployment automation with Ansible
Apache License 2.0
198 stars 187 forks source link

No service type 'SENTRY' available for cluster with version 'CDH 7.0.3' #66

Closed mridul0709 closed 4 years ago

mridul0709 commented 4 years ago

Hi I am trying to install cdp 7.0.3 using this playbook and I have managed to install it. The second last step of play "Import cluster template" didn't run successfully and it failed with error below. Could someone help me here please

 java.lang.IllegalArgumentException: No service type 'SENTRY' available for cluster with version 'CDH 7.0.3'.

Jimvin commented 4 years ago

Apache Sentry is not part of CDP 7.0.3 as it was replaced by Apache Ranger, so the error that you are seeing is valid. You need to update your configuration to define a cluster with valid list of services.

mridul0709 commented 4 years ago

Perfect, thank you for the answer. It worked after commenting sentry service from cdh_servers.yml.