Repository: trafodion Updated Branches: refs/heads/master fbd91855b -> 72da2cd7d
[TRAFODION-2897] Invalid name in MySQL log file when using install_local_hadoop Bug reported on the dev list. MySQL does not understand shell syntax. Project: http://git-wip-us.apache.org/repos/asf/trafodion/repo Commit: http://git-wip-us.apache.org/repos/asf/trafodion/commit/bb4edd48 Tree: http://git-wip-us.apache.org/repos/asf/trafodion/tree/bb4edd48 Diff: http://git-wip-us.apache.org/repos/asf/trafodion/diff/bb4edd48 Branch: refs/heads/master Commit: bb4edd48c909e889297ec0b0940d9d60745fd86c Parents: 51935dc Author: Hans Zeller <[email protected]> Authored: Tue Jan 9 22:07:09 2018 +0000 Committer: Hans Zeller <[email protected]> Committed: Tue Jan 9 22:07:09 2018 +0000 ---------------------------------------------------------------------- core/sqf/sql/scripts/install_local_hadoop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafodion/blob/bb4edd48/core/sqf/sql/scripts/install_local_hadoop ---------------------------------------------------------------------- diff --git a/core/sqf/sql/scripts/install_local_hadoop b/core/sqf/sql/scripts/install_local_hadoop index fffeb20..7c2b062 100755 --- a/core/sqf/sql/scripts/install_local_hadoop +++ b/core/sqf/sql/scripts/install_local_hadoop @@ -1318,7 +1318,7 @@ lc-messages-dir=${MY_SW_ROOT}/mysql/share # Enable logging by default to help find problems general-log=1 -general-log-file=${MY_SW_ROOT}/log/mysql-general.\${HOSTNAME}.log +general-log-file=${MY_SW_ROOT}/log/mysql-general.${HOSTNAME}.log EOF
