Fixed Linux limits settings and other bugs Changed the way Linux system limits are set for trafodion previously they were set in /etc/security/limits.conf and now they are set for the trafodion userid in our own file in /etc/security/limits.d/trafodion.conf in traf_setup
Fixed bug where node list kept getting appended to when user entered node names on subsequent runs of the installer instead of resetting the node list in traf_config_setup
Deleted some old code no longer used in traf_add_user
Added a recusive option to a chmod to handle the case when the directory already existed and had other files in it in trafodion_install.
REST server support and several bug fixes. Added REST Server installation/configuration
Fixed JAVA_HOME not getting set correctly on all nodes
Removed LOCAL_WORKDIR from config file which caused problems when later installs were ran from a different sudo userid.
Fixed problem where NODE_LIST was getting reversed node order
Fixed traf_*_mods98 scripts that were using $PWD instead of $LOCAL_WORKDIR which caused hbase-trx jar file to not be copied to all nodes.
patch 1: Added code to support older Trafodion builds that do not have the REST build tar file. Also moved some pdsh commands to after pdsh has been installed.