Created 07-26-2017 04:40 AM
Solved the problem by reinstalling thrift and impyla with the following versions:
as root :
pip uninstall thrift
pip uninstall impyla
pip install thrift==0.9.3
pip install impyla==0.13.8
Regards
Alon
View solution in original post