Christian Tzolov created BIGTOP-1847:
----------------------------------------
Summary: Hue fails to load the 3rd party modules in
/usr/lib64/python2.6/site-packages
Key: BIGTOP-1847
URL: https://issues.apache.org/jira/browse/BIGTOP-1847
Project: Bigtop
Issue Type: Bug
Components: hue
Affects Versions: 0.8.0
Environment: BigTop and Hue on CentOS6
Reporter: Christian Tzolov
HUE installs its own python2.6 (inside /usr/lib/hue/build/env/bin) and modules
location: /usr/lib/python2.6/site-packages
Hue's RDBMS view (when configured with PostgresSQL) requires the psycopg2
module.
The 'yum install python-psycopg2' command installs psycopg2 in the default
python lib folder: /usr/lib64/python2.6/site-packages . The later is not
accessible by the Hue's python configuration which in turn leads to errors like
this:
"Server error occured: Error loading psycopg2 module: No module named psycopg2"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)