This is an automated email from the ASF dual-hosted git repository.
svarnau pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafodion.git.
from 9f1703d Merge pull request #1808 from sbroeder/sean_traf2.4
new e3ab178 [TRAFODION-3272] Change installer settings for TRAF_LOG,
TRAF_CONF, TRAF_VAR
new bb9748c [TRAFODION-3272] Review changes
new fa60580 Merge pull request #1802 from svarnau/j3272
The 7052 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
core/conn/trafci/utils/trafci | 2 +-
core/conn/trafci/utils/trafci.sh-tmpl | 4 ++--
core/rest/bin/rest | 6 ++---
core/rest/bin/rest-config.sh | 2 +-
core/rest/bin/rest-daemon.sh | 2 +-
core/rest/conf/rest-env.sh | 4 ++--
.../src/main/asciidoc/_chapters/configuration.adoc | 20 ++++++++--------
core/sqf/.gitignore | 3 +++
core/sqf/Makefile | 10 +++++++-
core/sqf/sqenvcom.sh | 4 +---
core/sqf/sql/scripts/dcscheck | 12 +++++-----
core/sqf/sql/scripts/genms | 15 ++----------
core/sqf/sql/scripts/gensq.pl | 2 +-
core/sqf/sql/scripts/install_apache_hadoop | 10 +++++---
core/sqf/sql/scripts/install_local_drill | 4 ++--
core/sqf/sql/scripts/install_local_hadoop | 11 ++++-----
core/sqf/sql/scripts/install_traf_components | 20 +++++++++-------
core/sqf/sql/scripts/sqcheck | 14 +++++------
core/sqf/sql/scripts/sqgen | 9 +++-----
core/sqf/src/tm/tools/run_dtmci | 8 +++----
core/sqf/tools/sqtools.sh | 2 +-
core/sql/regress/tools/rgrCleanup | 4 ++--
core/sql/regress/udr/EXPECTED002 | 6 ++---
core/sql/regress/udr/TEST002 | 6 ++---
.../java/org/trafodion/sql/udr/LmClassLoader.java | 2 +-
dcs/bin/dcs | 6 ++---
dcs/bin/dcs-config.sh | 2 +-
dcs/bin/dcs-daemon.sh | 2 +-
dcs/bin/master-backup.sh | 6 ++---
dcs/bin/zookeepers.sh | 2 +-
dcs/conf/dcs-env.sh | 12 +++++-----
.../TRAFODION/2.1/configuration/dcs-env.xml | 10 ++++----
.../TRAFODION/2.1/configuration/trafodion-env.xml | 22 ++++++++++++++++++
.../TRAFODION/2.1/package/scripts/params.py | 2 ++
.../2.1/package/scripts/trafodionmaster.py | 4 ++--
.../TRAFODION/2.1/package/scripts/trafodionnode.py | 25 ++++++++++++++++----
install/python-installer/add_nodes.py | 2 +-
install/python-installer/configs/prompt.json | 10 ++++++++
install/python-installer/configs/version.json | 4 ++--
install/python-installer/db_install.py | 2 ++
install/python-installer/db_uninstall.py | 27 +++++++++-------------
install/python-installer/scripts/common.py | 4 ++--
install/python-installer/scripts/constants.py | 2 +-
install/python-installer/scripts/dcs_setup.py | 8 +++----
install/python-installer/scripts/traf_addnodes.py | 7 +++---
install/python-installer/scripts/traf_ldap.py | 3 ++-
install/python-installer/scripts/traf_setup.py | 12 ++++++++--
install/python-installer/scripts/traf_sqconfig.py | 7 +++---
install/python-installer/scripts/traf_user.py | 9 +++++---
wms/bin/wms | 6 ++---
wms/bin/wms-config.sh | 2 +-
wms/bin/wms-daemon.sh | 2 +-
wms/bin/zookeepers.sh | 2 +-
wms/conf/wms-env.sh | 4 ++--
54 files changed, 222 insertions(+), 166 deletions(-)