mkby commented on a change in pull request #1802: [TRAFODION-3272] Change
installer settings: TRAF_LOG, TRAF_CONF, TRAF_VAR
URL: https://github.com/apache/trafodion/pull/1802#discussion_r261828391
##########
File path: install/python-installer/scripts/traf_user.py
##########
@@ -103,7 +105,9 @@ def run():
nodes = dbcfgs['node_list'].split(',')
trafodion_config = """
export TRAF_HOME="%s"
-export TRAF_VAR=$TRAF_HOME/tmp
+export TRAF_VAR="%s"
+export TRAF_CONF="%s"
+export TRAF_LOG="%s"
export MY_SQROOT=$TRAF_HOME # for compatibility
Review comment:
I think it's time to remove My_SQROOT, please confirm.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services