Created 05-16-2016 06:11 PM
Here is the detail Exception : Using python /usr/bin/python2.7
Starting ambari-server
Traceback (most recent call last):
File "/usr/sbin/ambari-server.py", line 279, in <module>
PG_HBA_DIR = utils.get_postgre_hba_dir(OS_FAMILY)
File "/usr/lib/python2.6/site-packages/ambari_server/utils.py", line 198, in get_postgre_hba_dir
os.symlink(glob.glob(PG_HBA_INIT_FILES[OS_FAMILY] + '*')[0],
IndexError: list index out of range.
Is this specific to CentOS 7 ? Anyone ran into similar issue?
Created 05-16-2016 06:26 PM
which version of ambari is this? On current latest ambari version (2.2.2.0) I see an explicit check to not go to that code.
elif OSCheck.is_redhat7() return PG_HBA_ROOT_DEFAULT
Created 05-16-2016 06:26 PM
which version of ambari is this? On current latest ambari version (2.2.2.0) I see an explicit check to not go to that code.
elif OSCheck.is_redhat7() return PG_HBA_ROOT_DEFAULT
Created 05-17-2016 03:03 AM
Thank you for pointing that out by mistake I have updated the Ambari with older version. It fixed now.