svarnau 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_r262201866
 
 

 ##########
 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:
   Yes. Again unrelated to this change, but it makes sense to me that we no 
longer need that compatibility setting.  That suggestion is localized, so I can 
include removing it in this change.

----------------------------------------------------------------
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

Reply via email to