Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploying CDH with Kafka on 5.13 always fails #15

Open
jarcec opened this issue Jan 20, 2018 · 0 comments
Open

Deploying CDH with Kafka on 5.13 always fails #15

jarcec opened this issue Jan 20, 2018 · 0 comments

Comments

@jarcec
Copy link
Contributor

jarcec commented Jan 20, 2018

Clusterdock itself ends up with:

Traceback (most recent call last):
  File "/usr/local/bin/clusterdock", line 9, in <module>
    load_entry_point('clusterdock==1.3.2', 'console_scripts', 'clusterdock')()
  File "/usr/local/lib/python3.5/dist-packages/clusterdock/cli.py", line 175, in main
    action.main(args)
  File "/home/ubuntu/topology_cdh/start.py", line 332, in main
    cm_cluster.deploy_client_config()
  File "/home/ubuntu/topology_cdh/cm.py", line 170, in deploy_client_config
    time_between_checks=3, timeout=180, success=success, failure=failure)
  File "/usr/local/lib/python3.5/dist-packages/clusterdock/utils.py", line 78, in wait_for_condition
    outcome = condition(*condition_args or [], **condition_kwargs or {})
  File "/home/ubuntu/topology_cdh/cm.py", line 160, in condition
    raise Exception('Failed to deploy cluster config.')

Looking into Cloudera Manager the error seems to be:

Client config generation requires the following additional parcels to be activated: [kafka].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant