Raptor Computing Systems Community Forums (BETA)

Software => Applications and Porting => Topic started by: tle on March 01, 2020, 06:53:18 am

Title: [DEV] How to install Elasticsearch 7.4.2 for Linux ppc64le?
Post by: tle on March 01, 2020, 06:53:18 am
AFIK ES does not officially support PowerPC and I am not aware of any custom distribution that support linux ppc64le.

Because ES is written in Java, that means it is super trivial to get it compiled under linux ppc64le host.

If you are interested in how, please have a look at my build script (https://github.com/runlevel5/elasticsearch-ppc64le/blob/master/7.4.2/install_es.sh)