Giter Site home page Giter Site logo

ambari-redis-service's People

Contributors

balabalayi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

ambari-redis-service's Issues

HDP 3.1 installation issues and fixes

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.