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

HDP 3.1 installation issues and fixes #1

Open
serbanvatavu opened this issue Jun 10, 2019 · 0 comments
Open

HDP 3.1 installation issues and fixes #1

serbanvatavu opened this issue Jun 10, 2019 · 0 comments

Comments

@serbanvatavu
Copy link

serbanvatavu commented Jun 10, 2019

Hello,
Bellow you can see some issues that I have encountered on HDP 3.1.
I present my quick fixes (I don't know if this is the best approach but maybe will help someone :) )

  1. Error:
    File "/var/lib/ambari-agent/cache/stack-hooks/before-ANY/scripts/shared_initialization.py", line 50, in setup_users
    groups = params.user_to_groups_dict[user],
    KeyError: u'redis'

Fix:
https://community.hortonworks.com/questions/212871/add-custom-service-via-ambari-error.html
I have choose 'python configs.py' solution.

  1. Error:
    ImportError: cannot import name format_hdp_stack_version

Fix:
In file REDIS-5.0.0/package/scripts/params.py
replace 'format_hdp_stack_version' with 'format_stack_version'

  1. Error:
    File "/var/lib/ambari-agent/cache/stacks/HDP/3.1/services/REDIS-5.0.0/package/scripts/redisSlave.py", line 30, in install
    ignore_failures=True
    TypeError: new() takes at least 2 arguments (1 given)

Fix:
Remove 'username' from 'User' object creation in both redisSlave.py and redisMaster.py.
E.g.
User(params.redis_user,
gid=params.redis_group,
groups=[params.redis_group],
ignore_failures=True
)

hdp_3.1_fix.txt

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