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

Add support for ppc64le #117

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

amitsadaphule
Copy link

Validated using redis-server binary extracted from
the following rpm and copying it to resources dir
with name redis-server-3.2.8-ppc64le:
https://cbs.centos.org/kojifiles/packages/redis/3.2.8/1.el7/ppc64le/redis-3.2.8-1.el7.ppc64le.rpm

Note: the binary is not part of the commit. It can be added to the repo with the following steps:
mkdir redis_rpm; cd redis_rpm
wget https://cbs.centos.org/kojifiles/packages/redis/3.2.8/1.el7/ppc64le/redis-3.2.8-1.el7.ppc64le.rpm
rpm2cpio redis-3.2.8-1.el7.ppc64le.rpm | cpio -idm
cd ..; git clone https://github.com/kstyrc/embedded-redis.git
cp redis_rpm/usr/bin/redis-server embedded-redis/src/main/resources/redis-server-3.2.8-ppc64le

Fixes #71

Validated using redis-server binary extracted from
the following rpm and copying it to resources dir
with name redis-server-3.2.8-ppc64le:
https://cbs.centos.org/kojifiles/packages/redis/3.2.8/1.el7/ppc64le/redis-3.2.8-1.el7.ppc64le.rpm
@amitsadaphule
Copy link
Author

amitsadaphule commented Aug 26, 2020

@kstyrc @turu please provide your feedback! If you'd like, I can setup a travis job to extract the redis rpm and add the bins to github releases like https://github.com/amitsadaphule/HDP-ppc64le-bin-factory/releases/tag/hadoop2.7.3.x.

@gerrith3
Copy link

@kstyrc or @turu is there any update on this? We'd like to be able to enable this for ppc64le asap with key customers waiting on confirmation that we are moving the right direction. Thanks!

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

Successfully merging this pull request may close these issues.

Request to have Linux ppc64le support for embedded-redis
2 participants