You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by ar...@apache.org on 2016/02/01 22:08:59 UTC

[6/6] incubator-trafodion git commit: Merge [TRAFODION-1757] PR-293 Improvements to install traf components

Merge [TRAFODION-1757] PR-293 Improvements to install traf components


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/aa3deffb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/aa3deffb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/aa3deffb

Branch: refs/heads/master
Commit: aa3deffb1937f42f87d7ee978a594ab595403e53
Parents: 7a63602 9e71961
Author: Arvind Narain <ar...@apache.org>
Authored: Mon Feb 1 21:04:03 2016 +0000
Committer: Arvind Narain <ar...@apache.org>
Committed: Mon Feb 1 21:04:03 2016 +0000

----------------------------------------------------------------------
 .../odbc/odbcclient/unixcli/cli/drvrglobal.h    |  21 +-
 .../unixcli/package/linux64_install.sh          | 397 -------------------
 core/sqf/sql/scripts/install_traf_components    |  68 +++-
 core/sqf/sql/scripts/restcheck                  |  70 ++++
 core/sqf/sql/scripts/uninstall_traf_components  | 159 ++++++++
 wms/bin/local-servers.sh                        |   4 +-
 wms/bin/servers.sh                              |   4 +-
 wms/bin/start-wms.sh                            |   6 +-
 wms/bin/stop-wms.sh                             |   8 +-
 wms/bin/wms                                     |   7 +-
 wms/bin/wms-config.sh                           |   7 +-
 wms/bin/wms-daemon.sh                           |   7 +-
 wms/bin/wms-daemons.sh                          |   7 +-
 wms/bin/zookeepers.sh                           |   7 +-
 wms/conf/wms-env.sh                             |  31 +-
 .../trafodion/wms/rest/ServerListResource.java  |   2 +-
 .../org/trafodion/wms/server/ServerManager.java |   1 -
 wms/src/saveVersion.sh                          |   2 +-
 18 files changed, 338 insertions(+), 470 deletions(-)
----------------------------------------------------------------------