vivostar / impala-rpm

Build script to create RPMS for Impala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

impala-rpm

Tested on CentOS 7 and Hortonworks 2.4 (Hadoop)

Install Dependancies :

yum install java-1.7.0-openjdk-devel python-setuptools doxygen redhat-lsb gcc-c++ python-devel cyrus-sasl-devel openssl-devel vim-common wget curl rpm-build maven git make

Set JAVA_HOME :

add /etc/profile.d/java.sh

export JAVA_HOME=/usr/lib/jvm/java

Clone and Build RPMS

git clone https://github.com/hurdad/impala-rpm.git
cd impala-rpm && make

RPMS Location

cd rpmbuild/RPMS/x86_64/

About

Build script to create RPMS for Impala

License:Apache License 2.0


Languages

Language:Shell 98.2%Language:Makefile 1.8%