I am trying to install a Python client driver for HiveServer2: https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2#SettingUpHiveServer2-PythonClientDrive
Pyhs2 has the following dependencies:
gcc-c++
python-devel.x86_64
cyrus-sasl-devel.x86_64
So, just run this
sudo yum install gcc-c++ python-devel.x86_64 cyrus-sasl-devel.x86_64 sudo pip install pyhs2