[
https://issues.apache.org/jira/browse/TRAFODION-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15725888#comment-15725888
]
ASF GitHub Bot commented on TRAFODION-2388:
-------------------------------------------
GitHub user mkby opened a pull request:
https://github.com/apache/incubator-trafodion/pull/869
[TRAFODION-2388] there should be only one ENV for Trafodion's root
directory instead of many.
convert $SQ_ROOT, $SQ_HOME, $MY_SQROOT into one variable $MY_SQROOT.
There're too many files using $MY_SQROOT, I'm afraid to bring some unknown
issues, so not changing the name to $TRAF_ROOT.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mkby/incubator-trafodion master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/869.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #869
----
commit fbb465ae1a12c1457f19e6a80f39dc4c9fc3b129
Author: Eason <[email protected]>
Date: 2016-12-06T15:48:05Z
[TRAFODION-2388] there should be only one ENV for Trafodion's root
directory instead of many.
commit 971df7a4ef2b932339e8013691c7e3212f1d015e
Author: Eason <[email protected]>
Date: 2016-12-06T15:52:13Z
remove duplicate MY_SQROOT in sqenvcom.sh
----
> there should be only one ENV for Trafodion's root directory instead of many.
> ----------------------------------------------------------------------------
>
> Key: TRAFODION-2388
> URL: https://issues.apache.org/jira/browse/TRAFODION-2388
> Project: Apache Trafodion
> Issue Type: Bug
> Reporter: Eason Zhang
> Priority: Minor
>
> Currently we have 3 different variables for same thing (MY_SQROOT, SQ_ROOT,
> SQ_HOME), need to clean them up and only to have one variable, for example,
> 'TRAF_ROOT'.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)