You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by sv...@apache.org on 2016/11/09 18:55:10 UTC

[6/6] incubator-trafodion git commit: Merge [TRAFODION-1839] Trafodion Installer Evolution

Merge [TRAFODION-1839] Trafodion Installer Evolution


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

Branch: refs/heads/master
Commit: 7ba7ee3e54e72601a486aa477405cc75ce4ed813
Parents: d751c96 ed2f03e
Author: Steve Varnau <sv...@apache.org>
Authored: Wed Nov 9 18:53:39 2016 +0000
Committer: Steve Varnau <sv...@apache.org>
Committed: Wed Nov 9 18:53:39 2016 +0000

----------------------------------------------------------------------
 .rat-excludes                                   |   6 +-
 install/python-installer/README.md              |  21 +
 install/python-installer/apache_mods.py         |  72 +++
 install/python-installer/bashrc.template        |  79 +++
 install/python-installer/common.py              | 478 ++++++++++++++
 install/python-installer/copy_files.py          |  64 ++
 install/python-installer/db_config_default      | 120 ++++
 install/python-installer/db_install.py          | 641 +++++++++++++++++++
 install/python-installer/dcs_setup.py           | 114 ++++
 install/python-installer/discovery.py           | 144 +++++
 install/python-installer/hadoop_mods.py         | 203 ++++++
 install/python-installer/hdfs_cmds.py           |  68 ++
 install/python-installer/mod_cfgs.json          |  73 +++
 install/python-installer/prompt.json            | 227 +++++++
 install/python-installer/script.json            |  87 +++
 .../traf_authentication_conf.template           |  71 ++
 install/python-installer/traf_check.py          |  87 +++
 install/python-installer/traf_dep.py            | 110 ++++
 install/python-installer/traf_discover.py       | 253 ++++++++
 install/python-installer/traf_kerberos.py       | 116 ++++
 install/python-installer/traf_ldap.py           |  73 +++
 install/python-installer/traf_package.py        |  47 ++
 install/python-installer/traf_setup.py          | 125 ++++
 install/python-installer/traf_sqconfig.py       |  74 +++
 install/python-installer/traf_start.py          |  70 ++
 install/python-installer/traf_user.py           | 146 +++++
 install/python-installer/version.json           |  10 +
 install/python-installer/wrapper.py             | 301 +++++++++
 28 files changed, 3879 insertions(+), 1 deletion(-)
----------------------------------------------------------------------