Steve Varnau created TRAFODION-3245:
---------------------------------------
Summary: installer cannot find log_err function
Key: TRAFODION-3245
URL: https://issues.apache.org/jira/browse/TRAFODION-3245
Project: Apache Trafodion
Issue Type: Improvement
Components: installer
Affects Versions: 2.3
Reporter: Steve Varnau
Traceback (most recent call last):
File "./db_install.py", line 526, in <module>
main()
File "./db_install.py", line 477, in main
user_input(options, prompt_mode=True, pwd=pwd)
File "./db_install.py", line 267, in
user_input hadoop_discover = HadoopDiscover(cfgs['mgr_user'],
cfgs['mgr_pwd'], cfgs['mgr_url'],cluster_name)
File "/home/centos/python-installer/scripts/common.py", line 166, in
__init__self._check_version()
File "/home/centos/python-installer/scripts/common.py", line 220, in
_check_version
log_err('Sorry, currently Trafodion doesn\'t support %s version' % self.distro)
{color:#f79232}NameError: global name 'log_err' is not defined{color}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)