Hi,
It looks like MySQL does not allow this kind of syntax in its configuration
file. Maybe removing the curly braces might work. Another option is to remove
the backslash in this line in file core/sqf/sql/scripts/install_local_hadoop:
general-log-file=${MY_SW_ROOT}/log/mysql-general.\${HOSTNAME}.log
I can make this change next time I submit a pull request for Trafodion.
Thanks for pointing out this problem.
Hans
-----Original Message-----
From: 韦俊鲁 [mailto:[email protected]]
Sent: Sunday, December 3, 2017 11:59 PM
To: dev <[email protected]>
Subject: trafodion question
question 1:
when execute install_local_hadoop: under the directory
local_hadoop/log generate a file named "mysql-general.${HOSTNAME}.log", why the
HOSTNAME is not replaced by real value?
how to fix it?